Searched defs:TEST (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/INIT/
H A Dmktest.sh70 input of the first EXEC in a TEST group is an empty regular
73 commands in the TEST group or for all TEST groups if before
74 the first TEST group.]
78 between TEST groups.]
83 [+TEST [ \anumber\a ]] [ \adescription\a ... ]]?Define a new
115 integer KEEP_UNIT=0 SCRIPT_UNIT=0 TEST=0 CODE=0 EXIT=0 ACCEPT=0 DIAGNOSTICS=0 code
205 function TEST function
233 then TEST=${1##0}
235 else ((TEST
[all...]
H A Dregress.sh173 [+TEST \b\anumber\a [ \adescription\a ... ]]?Define a new test
289 print -u2 "TEST $TITLE"
298 *) msg="TEST $TITLE, $TESTS test"
410 then LABEL=$TEST#$COUNT
412 LABEL=$TEST:$ITEM
438 do $i $TEST INIT
452 do $i $TEST BODY
526 do $i $TEST DONE $STATUS
595 function TEST # number description arg ... function
603 -) ((LAST++)); TEST
[all...]
/ast/src/cmd/probe/
H A Dprobe.c153 #define TEST (1<<8) macro
340 options |= TEST;
378 if (!(path = pathprobe(language, tool, processor, (options & TEST) ? -3 : -2, NiL, 0, attributes, sizeof(attributes))))
385 if ((options & TEST) || !(ps.st_mode & S_IWUSR))
461 if (!(options & (FORCE|TEST)) && ps.st_mode && (ptime <= (unsigned long)ps.st_mtime || ptime <= (unsigned long)ps.st_ctime || (ps.st_mode & S_IWUSR)))
471 else if ((options & (FORCE|GENERATE|TEST)) || !(options & ~(FORCE|GENERATE|SILENT|TRACE)))
511 if (!(options & TEST))
527 if (!(pp = procopen(script, cmdargv, cmdenvv, NiL, PROC_UID|PROC_GID|((options&TEST)?0:PROC_READ))))
529 else if (!(options & TEST) && (!(pf = sfnew(NiL, NiL, SF_UNBOUND, pp->rfd, SF_READ)) || !(pp->rfd = -1) || sfmove(pf, fp, SF_UNBOUND, -1) < 0 || sfclose(pf) || sfclose(fp)))
542 else if (!(options & TEST))
[all...]
/ast/src/lib/libast/port/
H A Dastlicense.c51 #undef TEST macro
56 #define TEST 2 macro
177 LIC("test", TEST),
742 case TEST:
/ast/src/cmd/std/
H A Dlocale.c98 #define TEST (AST_LC_COUNT+1) macro
475 {"TEST", TEST, S,1,0},
942 case TEST:
/ast/src/cmd/tw/
H A Dfind.c136 LEVEL, TEST, CODES enumerator in enum:Command
472 "test", TEST, Num, 0, "seconds", 0,
1314 case TEST:

Completed in 40 milliseconds