| /mirbsd/src/gnu/usr.bin/perl/lib/Memoize/t/ |
| D | correctness.t | 13 $FAIL++ if $COUNT++; 25 print $FAIL ? "not ok 3\n" : "ok 3\n"; # Was it really memoized? 27 $FAIL = 0; 28 $f = do { my $COUNT = 0; sub { $FAIL++ if $COUNT++; 12 } }; 35 print $FAIL ? "not ok 6\n" : "ok 6\n"; # Was it really memoized? 37 $f = do { my $COUNT = 0; sub { $FAIL++ if $COUNT++; 13 } }; 44 print $FAIL ? "not ok 9\n" : "ok 9\n"; # Was it really memoized? 47 print $FAIL ? "not ok 11\n" : "ok 11\n"; # Was it really memoized? 50 print $FAIL ? "ok 13\n" : "not ok 13\n"; # Did we get the original?
|
| /mirbsd/src/usr.bin/less/ |
| D | regexp.c | 146 #define FAIL(m) { regerror(m); return(NULL); } macro 220 FAIL("NULL argument"); 233 FAIL("regexp too big"); 238 FAIL("out of space"); 312 FAIL("too many ()"); 351 FAIL("unmatched ()"); 354 FAIL("unmatched ()"); 356 FAIL("junk on end"); /* "Can't happen". */ 427 FAIL("*+ operand could be empty"); 458 FAIL("nested *?+"); [all …]
|
| /mirbsd/src/lib/libcompat/regexp/ |
| D | regexp.c | 154 #define FAIL(m) { v8_regerror(m); return(NULL); } macro 220 FAIL("NULL argument"); 236 FAIL("regexp too big"); 241 FAIL("out of space"); 315 FAIL("too many ()"); 354 FAIL("unmatched ()"); 357 FAIL("unmatched ()"); 359 FAIL("junk on end"); /* "Can't happen". */ 431 FAIL("*+ operand could be empty"); 462 FAIL("nested *?+"); [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | cpu-arm.c | 289 goto FAIL; in bfd_arm_update_notes() 293 goto FAIL; in bfd_arm_update_notes() 326 goto FAIL; in bfd_arm_update_notes() 333 FAIL: in bfd_arm_update_notes() 384 goto FAIL; in bfd_arm_get_mach_from_notes() 388 goto FAIL; in bfd_arm_get_mach_from_notes() 398 FAIL: in bfd_arm_get_mach_from_notes()
|
| /mirbsd/src/sbin/restore/ |
| D | tape.c | 191 if (gethead(&spcl) == FAIL) { in setup() 196 if (gethead(&spcl) == FAIL) in setup() 225 if (gethead(&spcl) == FAIL) { in setup() 355 if (gethead(&tmpbuf) == FAIL) { in getvol() 499 return (FAIL); in extractfile() 531 if (linkit(lnkbuf, name, SYMLINK) == FAIL) in extractfile() 532 return (FAIL); in extractfile() 547 return (FAIL); in extractfile() 565 return (FAIL); in extractfile() 584 return (FAIL); in extractfile() [all …]
|
| D | utilities.c | 207 return (FAIL); in linkit() 213 return (FAIL); in linkit() 217 return (FAIL); in linkit() 340 return (FAIL); in reply() 344 return (FAIL); in reply()
|
| D | restore.c | 61 long descend = hflag ? GOOD : FAIL; in listfile() 78 long descend = hflag ? GOOD : FAIL; in addfile() 116 long descend = hflag ? GOOD : FAIL; in deletefile() 347 descend = FAIL; in nodeupdates() 433 descend = FAIL; in nodeupdates() 801 return (FAIL); in verifyfile() 805 descend = FAIL; in verifyfile()
|
| D | restore.h | 140 #define FAIL 0 macro
|
| D | dirs.c | 239 if ((*todo)(pname, ino, NODE) == FAIL) in treescan() 617 reply("set owner/mode for '.'") == FAIL) in setdirmodes() 651 return (FAIL); in genliteraldir()
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Text/Balanced/t/ |
| D | exttag.t | 34 elsif ($str =~ /\A# TH[EI]SE? SHOULD FAIL/) { $neg = 1; next; } 73 # THIS SHOULD FAIL 98 # THESE SHOULD FAIL 104 # THESE SHOULD FAIL 117 # THESE SHOULD FAIL
|
| D | gentag.t | 40 elsif ($str =~ /\A# TH[EI]SE? SHOULD FAIL/) { $neg = 1; next; } 87 # THESE SHOULD FAIL 93 # THESE SHOULD FAIL 106 # THESE SHOULD FAIL
|
| D | extbrk.t | 34 elsif ($str =~ /\A# TH[EI]SE? SHOULD FAIL/) { $neg = 1; next; } 68 # THESE SHOULD FAIL 82 # THIS SHOULD FAIL
|
| D | extcbk.t | 34 elsif ($str =~ /\A# TH[EI]SE? SHOULD FAIL/) { $neg = 1; next; } 76 # THIS SHOULD FAIL 100 # THIS SHOULD FAIL
|
| D | extvar.t | 34 elsif ($str =~ /\A# TH[EI]SE? SHOULD FAIL/) { $neg = 1; next; } 63 # THESE SHOULD FAIL 153 # THESE SHOULD FAIL
|
| D | extdel.t | 34 elsif ($str =~ /\A# TH[EI]SE? SHOULD FAIL/) { $neg = 1; next; } 96 # THIS SHOULD FAIL
|
| D | extqlk.t | 36 elsif ($str =~ /\A# TH[EI]SE? SHOULD FAIL/) { $neg = 1; next; } 114 # THESE SHOULD FAIL
|
| /mirbsd/src/gnu/usr.bin/perl/vmesa/ |
| D | vmesa.c | 46 #define FAIL 65280 macro 121 status = FAIL; in do_aspawn() 155 status = FAIL; in do_aspawn() 288 status = FAIL; in do_spawn() 323 status = FAIL; in spawnit()
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-arm.c | 257 #define FAIL (-1) macro 583 return FAIL; in skip_past_char() 631 return FAIL; in my_get_expression() 813 return FAIL; in immediate_for_directive() 836 return FAIL; in arm_reg_parse_multi() 905 return FAIL; in arm_reg_parse() 931 if ((reg = arm_reg_parse (&str, REG_TYPE_RN)) == FAIL) in parse_reg_list() 934 return FAIL; in parse_reg_list() 944 return FAIL; in parse_reg_list() 968 while (skip_past_comma (&str) != FAIL in parse_reg_list() [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/ext/PerlIO/t/ |
| D | encoding.t | 80 if (open(FAIL, ">:encoding(NoneSuch)", $fail1)) { 123 if (open(FAIL, ">:encoding(latin42)", $fail2)) {
|
| /mirbsd/src/lib/libncurses/src/progs/ |
| D | dump_entry.c | 277 ? FAIL : cur_type->Booleans[idx]; in dump_predicate() 281 ? FAIL : cur_type->Numbers[idx]; in dump_predicate() 285 ? (int) TRUE : FAIL; in dump_predicate() 558 if (predval != FAIL) { in fmt_entry() 581 if (predval != FAIL) { in fmt_entry() 679 if (predval != FAIL) { in fmt_entry()
|
| D | dump_entry.h | 77 #define FAIL -1 macro
|
| /mirbsd/src/gnu/usr.bin/binutils/ld/ |
| D | ldmisc.h | 38 #define FAIL() \ macro
|
| D | ldexp.c | 266 FAIL (); in fold_unary() 451 FAIL (); in fold_binary() 625 FAIL (); in fold_name() 774 FAIL (); in exp_fold_tree_1() 990 FAIL (); in exp_print_tree()
|
| /mirbsd/src/usr.bin/sdiff/ |
| D | sdiff.c | 129 goto FAIL; in mktmpcpy() 138 goto FAIL; in mktmpcpy() 143 goto FAIL; in mktmpcpy() 151 FAIL: in mktmpcpy()
|
| /mirbsd/src/sbin/dhclient/ |
| D | dhclient-script | 197 EXPIRE|FAIL)
|