Home
last modified time | relevance | path

Searched refs:FAIL (Results 1 – 25 of 51) sorted by relevance

123

/mirbsd/src/gnu/usr.bin/perl/lib/Memoize/t/
Dcorrectness.t13 $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/
Dregexp.c146 #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/
Dregexp.c154 #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/
Dcpu-arm.c289 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/
Dtape.c191 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 …]
Dutilities.c207 return (FAIL); in linkit()
213 return (FAIL); in linkit()
217 return (FAIL); in linkit()
340 return (FAIL); in reply()
344 return (FAIL); in reply()
Drestore.c61 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()
Drestore.h140 #define FAIL 0 macro
Ddirs.c239 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/
Dexttag.t34 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
Dgentag.t40 elsif ($str =~ /\A# TH[EI]SE? SHOULD FAIL/) { $neg = 1; next; }
87 # THESE SHOULD FAIL
93 # THESE SHOULD FAIL
106 # THESE SHOULD FAIL
Dextbrk.t34 elsif ($str =~ /\A# TH[EI]SE? SHOULD FAIL/) { $neg = 1; next; }
68 # THESE SHOULD FAIL
82 # THIS SHOULD FAIL
Dextcbk.t34 elsif ($str =~ /\A# TH[EI]SE? SHOULD FAIL/) { $neg = 1; next; }
76 # THIS SHOULD FAIL
100 # THIS SHOULD FAIL
Dextvar.t34 elsif ($str =~ /\A# TH[EI]SE? SHOULD FAIL/) { $neg = 1; next; }
63 # THESE SHOULD FAIL
153 # THESE SHOULD FAIL
Dextdel.t34 elsif ($str =~ /\A# TH[EI]SE? SHOULD FAIL/) { $neg = 1; next; }
96 # THIS SHOULD FAIL
Dextqlk.t36 elsif ($str =~ /\A# TH[EI]SE? SHOULD FAIL/) { $neg = 1; next; }
114 # THESE SHOULD FAIL
/mirbsd/src/gnu/usr.bin/perl/vmesa/
Dvmesa.c46 #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/
Dtc-arm.c257 #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/
Dencoding.t80 if (open(FAIL, ">:encoding(NoneSuch)", $fail1)) {
123 if (open(FAIL, ">:encoding(latin42)", $fail2)) {
/mirbsd/src/lib/libncurses/src/progs/
Ddump_entry.c277 ? 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()
Ddump_entry.h77 #define FAIL -1 macro
/mirbsd/src/gnu/usr.bin/binutils/ld/
Dldmisc.h38 #define FAIL() \ macro
Dldexp.c266 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/
Dsdiff.c129 goto FAIL; in mktmpcpy()
138 goto FAIL; in mktmpcpy()
143 goto FAIL; in mktmpcpy()
151 FAIL: in mktmpcpy()
/mirbsd/src/sbin/dhclient/
Ddhclient-script197 EXPIRE|FAIL)

123