===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
posixtestsuite-1.5.2/conformance/interfaces/sem_open/cln.sh-5-
posixtestsuite-1.5.2/conformance/interfaces/sem_open/cln.sh:6:for sem_id in `ipcs -s | awk '{print $2}'` ; do
posixtestsuite-1.5.2/conformance/interfaces/sem_open/cln.sh-7-    ipcrm sem $sem_id > /dev/null 2>&1
##############################################
posixtestsuite-1.5.2/conformance/interfaces/sched_setscheduler/22-2.c-74-	if(pthread_getschedparam(tid , &policy, &param) != 0) {
posixtestsuite-1.5.2/conformance/interfaces/sched_setscheduler/22-2.c:75:		printf("An error occurs when calling pthread_getschedparam()");
posixtestsuite-1.5.2/conformance/interfaces/sched_setscheduler/22-2.c-76-		return PTS_UNRESOLVED;
##############################################
posixtestsuite-1.5.2/conformance/interfaces/sched_setscheduler/15-1.c-69-	if(pthread_getschedparam(tid , &policy, &param) != 0) {
posixtestsuite-1.5.2/conformance/interfaces/sched_setscheduler/15-1.c:70:		printf("An error occurs when calling pthread_getschedparam()");
posixtestsuite-1.5.2/conformance/interfaces/sched_setscheduler/15-1.c-71-		return PTS_UNRESOLVED;
##############################################
posixtestsuite-1.5.2/conformance/interfaces/sched_setscheduler/22-1.c-74-	if(pthread_getschedparam(tid , &policy, &param) != 0) {
posixtestsuite-1.5.2/conformance/interfaces/sched_setscheduler/22-1.c:75:		printf("An error occurs when calling pthread_getschedparam()");
posixtestsuite-1.5.2/conformance/interfaces/sched_setscheduler/22-1.c-76-		return PTS_UNRESOLVED;
##############################################
posixtestsuite-1.5.2/conformance/interfaces/sched_setscheduler/15-2.c-75-	if(pthread_getschedparam(tid , &policy, &param) != 0) {
posixtestsuite-1.5.2/conformance/interfaces/sched_setscheduler/15-2.c:76:		printf("An error occurs when calling pthread_getschedparam()");
posixtestsuite-1.5.2/conformance/interfaces/sched_setscheduler/15-2.c-77-		return PTS_UNRESOLVED;
##############################################
posixtestsuite-1.5.2/conformance/interfaces/sem_wait/cln.sh-5-
posixtestsuite-1.5.2/conformance/interfaces/sem_wait/cln.sh:6:for sem_id in `ipcs -s | awk '{print $2}'` ; do
posixtestsuite-1.5.2/conformance/interfaces/sem_wait/cln.sh-7-    ipcrm sem $sem_id > /dev/null 2>&1
##############################################
posixtestsuite-1.5.2/conformance/interfaces/sched_getparam/speculative/7-1.c-28-	if(result == -1 && errno == EFAULT) {
posixtestsuite-1.5.2/conformance/interfaces/sched_getparam/speculative/7-1.c:29:		printf("sched_getparam() sets errno == EFAULT when param argument points to NULL\n");
posixtestsuite-1.5.2/conformance/interfaces/sched_getparam/speculative/7-1.c-30-		return PTS_PASS;
##############################################
posixtestsuite-1.5.2/conformance/interfaces/sched_getparam/speculative/7-1.c-32-	if(result == -1 && errno == EINVAL) {
posixtestsuite-1.5.2/conformance/interfaces/sched_getparam/speculative/7-1.c:33:		printf("sched_getparam() sets errno == EINVAL when param argument points to NULL\n");
posixtestsuite-1.5.2/conformance/interfaces/sched_getparam/speculative/7-1.c-34-		return PTS_PASS;
##############################################
posixtestsuite-1.5.2/conformance/interfaces/sem_close/cln.sh-4-
posixtestsuite-1.5.2/conformance/interfaces/sem_close/cln.sh:5:for sem_id in `ipcs -s | awk '{print $2}'` ; do
posixtestsuite-1.5.2/conformance/interfaces/sem_close/cln.sh-6-    ipcrm sem $sem_id > /dev/null 2>&1
##############################################
posixtestsuite-1.5.2/conformance/interfaces/sem_unlink/cln.sh-5-
posixtestsuite-1.5.2/conformance/interfaces/sem_unlink/cln.sh:6:for sem_id in `ipcs -s | awk '{print $2}'` ; do
posixtestsuite-1.5.2/conformance/interfaces/sem_unlink/cln.sh-7-    ipcrm sem $sem_id > /dev/null 2>&1
##############################################
posixtestsuite-1.5.2/conformance/interfaces/sem_destroy/cln.sh-5-
posixtestsuite-1.5.2/conformance/interfaces/sem_destroy/cln.sh:6:for sem_id in `ipcs -s | awk '{print $2}'` ; do
posixtestsuite-1.5.2/conformance/interfaces/sem_destroy/cln.sh-7-    ipcrm sem $sem_id > /dev/null 2>&1
##############################################
posixtestsuite-1.5.2/conformance/interfaces/sem_post/cln.sh-5-
posixtestsuite-1.5.2/conformance/interfaces/sem_post/cln.sh:6:for sem_id in `ipcs -s | awk '{print $2}'` ; do
posixtestsuite-1.5.2/conformance/interfaces/sem_post/cln.sh-7-    ipcrm sem $sem_id > /dev/null 2>&1
##############################################
posixtestsuite-1.5.2/conformance/interfaces/sched_setparam/21-2.c-71-	if(pthread_getschedparam(tid , &policy, &param) != 0) {
posixtestsuite-1.5.2/conformance/interfaces/sched_setparam/21-2.c:72:		printf("An error occurs when calling pthread_getschedparam()");
posixtestsuite-1.5.2/conformance/interfaces/sched_setparam/21-2.c-73-		return PTS_UNRESOLVED;
##############################################
posixtestsuite-1.5.2/conformance/interfaces/sched_setparam/19-1.c-18-{
posixtestsuite-1.5.2/conformance/interfaces/sched_setparam/19-1.c:19:        printf("Will not test that the underlying kernel-scheduled entities for the system\ncontention scope threads are not be affected by this sched_setparam().\n");
posixtestsuite-1.5.2/conformance/interfaces/sched_setparam/19-1.c-20-        return PTS_UNTESTED;
##############################################
posixtestsuite-1.5.2/conformance/interfaces/sched_setparam/20-1.c-72-	if(pthread_getschedparam(tid , &policy, &param) != 0) {
posixtestsuite-1.5.2/conformance/interfaces/sched_setparam/20-1.c:73:		printf("An error occurs when calling pthread_getschedparam()");
posixtestsuite-1.5.2/conformance/interfaces/sched_setparam/20-1.c-74-		return PTS_UNRESOLVED;
##############################################
posixtestsuite-1.5.2/conformance/interfaces/sched_setparam/20-1.c-82-	}
posixtestsuite-1.5.2/conformance/interfaces/sched_setparam/20-1.c:83:	printf("sched_setparam() does not set the right param.\n");
posixtestsuite-1.5.2/conformance/interfaces/sched_setparam/20-1.c-84-	return PTS_FAIL;
##############################################
posixtestsuite-1.5.2/conformance/interfaces/sched_setparam/21-1.c-70-	if(pthread_getschedparam(tid , &policy, &param) != 0) {
posixtestsuite-1.5.2/conformance/interfaces/sched_setparam/21-1.c:71:		printf("An error occurs when calling pthread_getschedparam()");
posixtestsuite-1.5.2/conformance/interfaces/sched_setparam/21-1.c-72-		return PTS_UNRESOLVED;
##############################################
posixtestsuite-1.5.2/conformance/interfaces/sched_setparam/3-1.c-18-{
posixtestsuite-1.5.2/conformance/interfaces/sched_setparam/3-1.c:19:        printf("Will not test the behavior of sched_setparam() when pid is negative because\nit is unspecified.\n");
posixtestsuite-1.5.2/conformance/interfaces/sched_setparam/3-1.c-20-        return PTS_UNTESTED;
##############################################
posixtestsuite-1.5.2/conformance/interfaces/sched_setparam/27-1.c-60-	} else if (errno == EPERM) {
posixtestsuite-1.5.2/conformance/interfaces/sched_setparam/27-1.c:61:		printf("This process does not have the permission to invoke sched_setparam().\nTry to launch this test as root\n");
posixtestsuite-1.5.2/conformance/interfaces/sched_setparam/27-1.c-62-		return PTS_UNRESOLVED;
##############################################
posixtestsuite-1.5.2/conformance/interfaces/sem_getvalue/cln.sh-5-
posixtestsuite-1.5.2/conformance/interfaces/sem_getvalue/cln.sh:6:for sem_id in `ipcs -s | awk '{print $2}'` ; do
posixtestsuite-1.5.2/conformance/interfaces/sem_getvalue/cln.sh-7-    ipcrm sem $sem_id > /dev/null 2>&1
##############################################
posixtestsuite-1.5.2/functional/threads/tools/watchdogtimer.sh-14-echo "Timeout, kill pi test case"
posixtestsuite-1.5.2/functional/threads/tools/watchdogtimer.sh:15:num=`expr $num + 1`
posixtestsuite-1.5.2/functional/threads/tools/watchdogtimer.sh-16-done
##############################################
posixtestsuite-1.5.2/run_tests-24-{
posixtestsuite-1.5.2/run_tests:25:	for test in `ls -d $1`; do
posixtestsuite-1.5.2/run_tests-26-		POSIX_TARGET=$test make build-tests
##############################################
posixtestsuite-1.5.2/debian/patches/02_timeout.patch-101-             then
posixtestsuite-1.5.2/debian/patches/02_timeout.patch:102:             FILEcut=`echo $FILE | cut -b3-80`
posixtestsuite-1.5.2/debian/patches/02_timeout.patch-103-             TOTAL=$TOTAL+1
##############################################
posixtestsuite-1.5.2/debian/patches/02_timeout.patch-147--$(top_builddir)/t0.val: $(top_builddir)/t0
posixtestsuite-1.5.2/debian/patches/02_timeout.patch:148:-	echo `$(top_builddir)/t0 0; echo $$?` > $(top_builddir)/t0.val
posixtestsuite-1.5.2/debian/patches/02_timeout.patch-149--	
##############################################
posixtestsuite-1.5.2/debian/patches/02_timeout.patch-151-+$(top_builddir)/t0.val:
posixtestsuite-1.5.2/debian/patches/02_timeout.patch:152:+	echo `timeout 1 sleep 2; echo $$?` > $(top_builddir)/t0.val
posixtestsuite-1.5.2/debian/patches/02_timeout.patch-153-+
##############################################
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-30-      else
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh:31:            TOTAL_START_HOUR=`expr $START_HOUR '*' 3600`
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-32-      fi
##############################################
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-37-      else
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh:38:            TOTAL_START_MIN=`expr $START_MIN '*' 60`
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-39-      fi
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-40-
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh:41:      TOTAL_START_TEMP=`expr $TOTAL_START_HOUR + $TOTAL_START_MIN`
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-42-
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh:43:      TOTAL_START_SECS=`expr $TOTAL_START_TEMP + $START_SEC`
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-44-}
##############################################
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-54-
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh:55: TOTAL_END_HOUR=`expr $END_HOUR '*' 3600`
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh:56: TOTAL_END_MIN=`expr $END_MIN '*' 60`
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh:57: TOTAL_END_TEMP=`expr $TOTAL_END_HOUR + $TOTAL_END_MIN`
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-58-
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh:59: TOTAL_END_SECS=`expr $TOTAL_END_TEMP + $END_SEC`
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh:60: TOTAL_TIME=`expr $TOTAL_END_SECS - $TOTAL_START_SECS`
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-61-
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh:62: TOTAL_HR=`expr $TOTAL_TIME / 3600`
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh:63: TOTAL_MIN=`expr $TOTAL_TIME / 60`
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-64- TOTAL_SEC=$TOTAL_TIME
##############################################
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-67- then
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh:68:        TOTAL_SEC=`expr $TOTAL_SEC % 60`
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-69- fi
##############################################
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-72- then
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh:73:        TOTAL_MIN=`expr $TOTAL_MIN % 60`
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-74- fi
##############################################
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-77- then
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh:78:        TOTAL_HR=`expr $TOTAL_HR % 60`
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-79- fi
##############################################
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-96-else
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh:97:      TOTAL_END_HOUR=`expr $END_HOUR '*' 3600`
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-98-fi
##############################################
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-104-else
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh:105:      TOTAL_END_MIN=`expr $END_MIN '*' 60`
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-106-fi
##############################################
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-108-
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh:109: TOTAL_END_TEMP=`expr $TOTAL_END_HOUR + $TOTAL_END_MIN`
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-110-
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh:111: TOTAL_END_SECS=`expr $TOTAL_END_TEMP + $END_SEC`
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh:112: TOTAL_START_SECS=`expr 86400 - $TOTAL_START_SECS`
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-113-
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh:114: TOTAL_TIME=`expr $TOTAL_END_SECS + $TOTAL_START_SECS`
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-115-
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh:116: TOTAL_HR=`expr $TOTAL_TIME / 3600`
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-117-
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh:118: TOTAL_MIN=`expr $TOTAL_TIME / 60`
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-119- TOTAL_SEC=$TOTAL_TIME
##############################################
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-122- then
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh:123:      TOTAL_SEC=`expr $TOTAL_SEC % 60`
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-124- fi
##############################################
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-127- then
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh:128:      TOTAL_MIN=`expr $TOTAL_MIN % 60`
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-129- fi
##############################################
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-132- then
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh:133:      TOTAL_HR=`expr $TOTAL_HR % 60`
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-134- fi
##############################################
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-179-
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh:180:NEWSTR=`echo $FINDFILES $FINDFILESsh`
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-181-
##############################################
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-196-do
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh:197:      FILE=`echo $NEWSTR | cut -f$count -d" "`
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-198-        if [ -z $FILE ]
##############################################
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-203-then
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh:204:      COUNT=`expr $COUNT + 1`
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-205-fi
##############################################
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-233-            then
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh:234:            FILEcut=`echo $FILE | cut -b3-80`
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-235-            TOTAL=$TOTAL+1
##############################################
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-300-      fi
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh:301:      count=`expr $count + 1`
posixtestsuite-1.5.2/.pc/02_timeout.patch/execute.sh-302-done
##############################################
posixtestsuite-1.5.2/.pc/02_timeout.patch/Makefile-144-$(top_builddir)/t0.val: $(top_builddir)/t0
posixtestsuite-1.5.2/.pc/02_timeout.patch/Makefile:145:	echo `$(top_builddir)/t0 0; echo $$?` > $(top_builddir)/t0.val
posixtestsuite-1.5.2/.pc/02_timeout.patch/Makefile-146-	
##############################################
posixtestsuite-1.5.2/execute.sh-30-      else
posixtestsuite-1.5.2/execute.sh:31:            TOTAL_START_HOUR=`expr $START_HOUR '*' 3600`
posixtestsuite-1.5.2/execute.sh-32-      fi
##############################################
posixtestsuite-1.5.2/execute.sh-37-      else
posixtestsuite-1.5.2/execute.sh:38:            TOTAL_START_MIN=`expr $START_MIN '*' 60`
posixtestsuite-1.5.2/execute.sh-39-      fi
posixtestsuite-1.5.2/execute.sh-40-
posixtestsuite-1.5.2/execute.sh:41:      TOTAL_START_TEMP=`expr $TOTAL_START_HOUR + $TOTAL_START_MIN`
posixtestsuite-1.5.2/execute.sh-42-
posixtestsuite-1.5.2/execute.sh:43:      TOTAL_START_SECS=`expr $TOTAL_START_TEMP + $START_SEC`
posixtestsuite-1.5.2/execute.sh-44-}
##############################################
posixtestsuite-1.5.2/execute.sh-54-
posixtestsuite-1.5.2/execute.sh:55: TOTAL_END_HOUR=`expr $END_HOUR '*' 3600`
posixtestsuite-1.5.2/execute.sh:56: TOTAL_END_MIN=`expr $END_MIN '*' 60`
posixtestsuite-1.5.2/execute.sh:57: TOTAL_END_TEMP=`expr $TOTAL_END_HOUR + $TOTAL_END_MIN`
posixtestsuite-1.5.2/execute.sh-58-
posixtestsuite-1.5.2/execute.sh:59: TOTAL_END_SECS=`expr $TOTAL_END_TEMP + $END_SEC`
posixtestsuite-1.5.2/execute.sh:60: TOTAL_TIME=`expr $TOTAL_END_SECS - $TOTAL_START_SECS`
posixtestsuite-1.5.2/execute.sh-61-
posixtestsuite-1.5.2/execute.sh:62: TOTAL_HR=`expr $TOTAL_TIME / 3600`
posixtestsuite-1.5.2/execute.sh:63: TOTAL_MIN=`expr $TOTAL_TIME / 60`
posixtestsuite-1.5.2/execute.sh-64- TOTAL_SEC=$TOTAL_TIME
##############################################
posixtestsuite-1.5.2/execute.sh-67- then
posixtestsuite-1.5.2/execute.sh:68:        TOTAL_SEC=`expr $TOTAL_SEC % 60`
posixtestsuite-1.5.2/execute.sh-69- fi
##############################################
posixtestsuite-1.5.2/execute.sh-72- then
posixtestsuite-1.5.2/execute.sh:73:        TOTAL_MIN=`expr $TOTAL_MIN % 60`
posixtestsuite-1.5.2/execute.sh-74- fi
##############################################
posixtestsuite-1.5.2/execute.sh-77- then
posixtestsuite-1.5.2/execute.sh:78:        TOTAL_HR=`expr $TOTAL_HR % 60`
posixtestsuite-1.5.2/execute.sh-79- fi
##############################################
posixtestsuite-1.5.2/execute.sh-96-else
posixtestsuite-1.5.2/execute.sh:97:      TOTAL_END_HOUR=`expr $END_HOUR '*' 3600`
posixtestsuite-1.5.2/execute.sh-98-fi
##############################################
posixtestsuite-1.5.2/execute.sh-104-else
posixtestsuite-1.5.2/execute.sh:105:      TOTAL_END_MIN=`expr $END_MIN '*' 60`
posixtestsuite-1.5.2/execute.sh-106-fi
##############################################
posixtestsuite-1.5.2/execute.sh-108-
posixtestsuite-1.5.2/execute.sh:109: TOTAL_END_TEMP=`expr $TOTAL_END_HOUR + $TOTAL_END_MIN`
posixtestsuite-1.5.2/execute.sh-110-
posixtestsuite-1.5.2/execute.sh:111: TOTAL_END_SECS=`expr $TOTAL_END_TEMP + $END_SEC`
posixtestsuite-1.5.2/execute.sh:112: TOTAL_START_SECS=`expr 86400 - $TOTAL_START_SECS`
posixtestsuite-1.5.2/execute.sh-113-
posixtestsuite-1.5.2/execute.sh:114: TOTAL_TIME=`expr $TOTAL_END_SECS + $TOTAL_START_SECS`
posixtestsuite-1.5.2/execute.sh-115-
posixtestsuite-1.5.2/execute.sh:116: TOTAL_HR=`expr $TOTAL_TIME / 3600`
posixtestsuite-1.5.2/execute.sh-117-
posixtestsuite-1.5.2/execute.sh:118: TOTAL_MIN=`expr $TOTAL_TIME / 60`
posixtestsuite-1.5.2/execute.sh-119- TOTAL_SEC=$TOTAL_TIME
##############################################
posixtestsuite-1.5.2/execute.sh-122- then
posixtestsuite-1.5.2/execute.sh:123:      TOTAL_SEC=`expr $TOTAL_SEC % 60`
posixtestsuite-1.5.2/execute.sh-124- fi
##############################################
posixtestsuite-1.5.2/execute.sh-127- then
posixtestsuite-1.5.2/execute.sh:128:      TOTAL_MIN=`expr $TOTAL_MIN % 60`
posixtestsuite-1.5.2/execute.sh-129- fi
##############################################
posixtestsuite-1.5.2/execute.sh-132- then
posixtestsuite-1.5.2/execute.sh:133:      TOTAL_HR=`expr $TOTAL_HR % 60`
posixtestsuite-1.5.2/execute.sh-134- fi
##############################################
posixtestsuite-1.5.2/execute.sh-178-
posixtestsuite-1.5.2/execute.sh:179:NEWSTR=`echo $FINDFILES $FINDFILESsh`
posixtestsuite-1.5.2/execute.sh-180-
##############################################
posixtestsuite-1.5.2/execute.sh-195-do
posixtestsuite-1.5.2/execute.sh:196:      FILE=`echo $NEWSTR | cut -f$count -d" "`
posixtestsuite-1.5.2/execute.sh-197-        if [ -z $FILE ]
##############################################
posixtestsuite-1.5.2/execute.sh-202-then
posixtestsuite-1.5.2/execute.sh:203:      COUNT=`expr $COUNT + 1`
posixtestsuite-1.5.2/execute.sh-204-fi
##############################################
posixtestsuite-1.5.2/execute.sh-232-            then
posixtestsuite-1.5.2/execute.sh:233:            FILEcut=`echo $FILE | cut -b3-80`
posixtestsuite-1.5.2/execute.sh-234-            TOTAL=$TOTAL+1
##############################################
posixtestsuite-1.5.2/execute.sh-299-      fi
posixtestsuite-1.5.2/execute.sh:300:      count=`expr $count + 1`
posixtestsuite-1.5.2/execute.sh-301-done
##############################################
posixtestsuite-1.5.2/Makefile-139-$(top_builddir)/t0.val:
posixtestsuite-1.5.2/Makefile:140:	echo `timeout 1 sleep 2; echo $$?` > $(top_builddir)/t0.val
posixtestsuite-1.5.2/Makefile-141-