/src/usr.bin/make/unit-tests/ |
opt-debug-errors.mk | 8 all: fail-spaces 9 all: fail-escaped-space 10 all: fail-newline 11 all: fail-multiline 12 all: fail-multiline-intention 16 fail-spaces: 21 fail-escaped-space: 25 fail-newline: 30 fail-multiline: 40 fail-multiline-intention [all...] |
opt-debug-errors-jobs.mk | 8 all: fail-spaces 9 all: fail-escaped-space 10 all: fail-newline 11 all: fail-multiline 12 all: fail-multiline-intention 13 all: fail-vars 15 fail-spaces: 18 fail-escaped-space: 21 fail-newline: 26 fail-multiline [all...] |
/src/regress/lib/libc/ieeefp/testfloat/ |
fail.c | 1 /* $NetBSD: fail.c,v 1.5 2008/04/28 20:23:04 martin Exp $ */ 62 #include "fail.h" 66 void fail( const char *message, ... ) function in typeref:typename:void
|
/src/tests/include/ |
t_errno.c | 45 bool fail; local in function:ATF_TC_BODY 52 fail = true; 55 fail = false; 57 if (fail != false) 60 fail = true; 63 fail = false; 65 if (fail != false) 68 fail = true; 71 fail = false; 73 if (fail != false [all...] |
t_netdb.c | 45 bool fail; local in function:ATF_TC_BODY 53 fail = true; 56 fail = false; 58 if (fail != false) 61 fail = true; 64 fail = false; 66 if (fail != false) 69 fail = true; 72 fail = false; 74 if (fail != false [all...] |
/src/tests/lib/libc/gen/ |
t_pause.c | 41 static bool fail; variable in typeref:typename:bool 49 fail = false; 61 fail = true; 67 if (pause() != -1 || fail != false) 82 fail = true; 96 if (fail != true)
|
t_alarm.c | 41 static bool fail; variable in typeref:typename:bool 49 fail = false; 63 fail = true; 68 if (fail != false) 127 goto fail; 132 goto fail; 138 fail:
|
t_raise.c | 41 static bool fail; variable in typeref:typename:bool 62 fail = false; 74 fail = false; 105 fail = true; 118 if (fail != false) 138 fail = true; 152 if (fail != false)
|
/src/tests/lib/libutil/ |
t_efun.c | 41 static bool fail; variable in typeref:typename:bool 47 fail = false; 60 fail = true; 64 ATF_REQUIRE(fail != true); 66 fail = true; 70 ATF_REQUIRE(fail != true); 83 fail = true; 87 ATF_REQUIRE(fail != true); 100 fail = true; 104 ATF_REQUIRE(fail != true) [all...] |
/src/libexec/httpd/lua/ |
optparse.lua | 22 -- You can use op.fail(message) for failing and op.print_help() for printing the usage as you like. 32 function o.fail(s) -- extension 65 if not val then o.fail('option requires an argument ' .. v) end 73 if v:match('^%-') then o.fail('invalid option ' .. v) end
|
/src/distrib/utils/embedded/files/ |
creds_msdos | 48 fail() { function 60 useradd -m -G "${group}" "${user}" || fail "Useradd failed." 64 mkdir -p -m 755 "${ssh_userdir}" || fail "mkdir ~/.ssh failed." 120 useradd -m -p "${pwhash}" -G "${group}" "${user}" || fail "Useradd failed."
|
/src/distrib/utils/embedded/ |
mkimage | 87 fail() { function
|
/src/sys/arch/x68k/stand/xxboot/ |
ashldi3.S | 83 jne fail 85 jne fail 88 fail: label 117 .asciz " fail"
|
memcpy.S | 122 jne fail 125 jne fail 128 jne fail 131 fail: label 176 .asciz " fail"
|
memset.S | 103 jne fail 106 jne fail 109 fail: label 133 .asciz " fail"
|
memcmp.S | 100 jne fail 103 fail: label 145 .asciz " fail"
|
ashrdi3.S | 86 jne fail 88 jne fail 91 fail: label 135 .asciz " fail"
|
/src/tests/fs/nfs/ |
t_mountd.c | 60 int fd, fail; local in function:wrkwrkwrk 62 fail = 0; 69 fail++; 76 fail++; 84 return fail ? wrkwrkwrk : NULL; 93 void *fail; local in function:ATF_TC_BODY 104 pthread_join(pt, &fail); 108 if (fail)
|
/src/tests/include/sys/ |
t_tree.c | 83 int fail, i, j; local in function:test 86 fail = 0; 91 fail++; 93 return fail; 105 int i, fail, f; local in function:ATF_TC_BODY 108 fail = 0; 113 fail += f;
|
/src/tests/lib/libc/stdlib/ |
t_exit.c | 42 static bool fail; variable in typeref:typename:bool 48 fail = false; 70 fail = true; 80 if (fail != false)
|
/src/tests/net/in_cksum/ |
t_in_cksum.sh | 8 fail() { function 15 || fail 19 || fail 23 || fail 26 || fail 30 ${incksum} -l 16 -u $1 -i ${TIMING_LOOPS} 2048 || fail 31 ${incksum} -l 16 -u $1 -i ${TIMING_LOOPS} 40 || fail 32 ${incksum} -l 16 -u $1 -i ${TIMING_LOOPS} 1536 || fail 33 ${incksum} -l 16 -u $1 -i ${TIMING_LOOPS} 576 || fail 35 || fail [all...] |
/src/sys/arch/mvme68k/stand/sboot/ |
etherfun.c | 155 int fail = 0, oldlen; local in function:do_get_file 167 fail++; 168 if (fail > 5) { 176 fail++; 194 fail++; 196 fail = 0;
|
/src/tests/lib/libc/sys/ |
t_write.c | 50 static bool fail = false; variable in typeref:typename:bool 56 fail = false; 122 fail = true; 129 if (fail != false)
|
/src/usr.bin/mail/ |
head.c | 168 fail(const char linebuf[], const char reason[]) function in typeref:typename:void 278 fail(linebuf, "No from or date field"); 282 fail(linebuf, "Date field not legal date");
|
/src/sys/external/bsd/sljit/dist/regex_src/ |
regexMain.c | 114 int success = 0, fail = 0; local in function:run_tests 122 fail++; 174 printf("FAIL A: begin: %d != %d || end: %d != %d || id: %d != %d\n", test->begin, begin, test->end, end, test->id, id); 180 printf("FAIL A: finish check\n"); 194 printf("FAIL B: begin: %d != %d || end: %d != %d || id: %d != %d\n", test->begin, begin, test->end, end, test->id, id); 200 printf("FAIL B: finish check\n"); 206 fail--; 213 if (fail == 0) 216 printf(COLOR_RED "%d" COLOR_DEFAULT " (" COLOR_RED "%d%%" COLOR_DEFAULT ") tests are failed ", fail, fail * 100 / (success + fail)) [all...] |