Searched refs:FAILED (Results 1 - 14 of 14) sorted by relevance

/ast/src/lib/libz/
H A DMakefile31 $(*:N=*example) > /dev/null || echo libz example test FAILED
35 *) echo libz minigzip test FAILED
/ast/src/cmd/sort/
H A Dtestsort.sh122 else echo "mkdir $TMP FAILED"
187 echo \$TEST\$X comparison FAILED
190 echo \$TEST\$X checksum FAILED
193 echo \$TEST\$X FAILED
224 $AWK 'END{ if(NR!='$3') print "'$TEST$1' FAILED" }' $2
363 $SORT -c in 2>/dev/null && echo ${TEST}A FAILED
367 $o $SORT -o in +0 in || echo ${TEST}C FAILED
376 $SORT -cr in >out 2>xx && echo ${TEST}A FAILED
377 test -s out && echo ${TEST}B FAILED
380 $SORT -c /dev/null 2>xx || echo ${TEST}C FAILED
[all...]
/ast/src/cmd/INIT/
H A Drt.sh352 *FAILED*|*failed*)
383 +([0-9]):*FAILED*)
391 print -r -- " ${line//*'FAILED '/}"
450 *FAILED*|*failed*)
H A Dmktest.sh633 else echo ${UNIT[0]} tests FAILED
/ast/src/cmd/nmake/
H A Dcommand.c160 r->status = r->time ? EXISTS : (r->property & P_dontcare) ? IGNORE : FAILED;
219 errors = parse(NiL, act, r->name, NiL) == FAILED;
935 job->target->status = (job->flags & CO_ERRORS) ? ((job->target->property & P_dontcare) ? IGNORE : FAILED) : EXISTS;
944 p->rule->status = (job->flags & CO_ERRORS) ? ((p->rule->property & P_dontcare) ? IGNORE : FAILED) : EXISTS;
977 case FAILED:
1041 job->status = FAILED;
1233 * the number of FAILED actions is returned
1279 r->status = (r->property & P_dontcare) ? IGNORE : FAILED;
1311 if (r->status == FAILED)
1423 r->status = (r->property & P_dontcare) ? IGNORE : FAILED;
[all...]
H A Darchive.c111 r->status = FAILED;
H A Dmake.c274 * FAILED rule make failed
518 return r->status == FAILED;
1025 r->status = FAILED;
1116 r->status = FAILED;
1157 r->status = FAILED;
1240 if (r->status == FAILED)
H A Ddump.c309 case FAILED:
310 sfputr(sp, "FAILED", -1);
H A Dstate.c992 r->time = ((r->property & P_statevar) && r->status == FAILED) ? (Time_t)0 : CURTIME;
998 else if (r->status == FAILED)
H A Drule.c535 if ((r->status == EXISTS || r->status == FAILED) && !(r->property & P_virtual))
988 if (a == internal.failed) return n == FAILED;
1508 INIT(failed, ".FAILED", 0);
H A Dmake.h151 #define FAILED 6 /* rule make failed */ macro
578 Rule_t* failed; /* .FAILED rule pointer */
H A Dbind.c1651 r->status = r->time ? EXISTS : (op || (r->property & P_dontcare)) ? IGNORE : FAILED;
H A Dparse.c1205 pp->status = FAILED;
/ast/src/cmd/ksh93/tests/
H A Dbasic.sh446 $binfalse && echo FAILED
455 { $binfalse && echo FAILED; }
462 ( $binfalse && echo FAILED )

Completed in 64 milliseconds