| /src/external/historical/nawk/dist/testdir/ |
| T.split | 13 fail() { function 35 diff $TEMP1 $TEMP2 || fail 'BAD: T.split 0.1' 45 diff $TEMP1 $TEMP2 || fail 'BAD: T.split 0.2' 62 diff $TEMP1 $TEMP2 || fail 'BAD: T.split 0.3' 73 diff $TEMP1 $TEMP2 || fail 'BAD: T.split 0.4' 87 diff $TEMP1 $TEMP2 || fail 'BAD: T.split 0.5' 96 diff $TEMP1 $TEMP2 || fail 'BAD: T.split (record assignment 1)' 108 diff $TEMP1 $TEMP2 || fail 'BAD: T.split (record assignment 2)' 129 diff $TEMP0 $TEMP1 || fail 'BAD: T.split 1' 145 diff $TEMP0 $TEMP1 || fail 'BAD: T.split // [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
|
| /src/external/gpl2/xcvs/dist/lib/ |
| pipe-safer.c | 37 int fail = pipe (fd); local 38 if (fail) 39 return fail;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| gdb_mbuild.sh | 161 # Usage: fail <message> <test-that-should-succeed>. Should the build 162 # fail? If the test is true, and we don't want to keep going, print 165 fail () function 227 # Did the previous configure attempt fail? If it did 268 fail "configure failed" ! -r Makefile 282 fail "compile failed" ! -x gdb/gdb -a ! -x gdb/gdb.exe 293 fail "gdb dumped core" -r core -o -r gdb.core 294 fail "gdb printed no output" ! -s Gdb.log 295 grep -e internal-error Gdb.log && fail "gdb panic" 1
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| gdb_mbuild.sh | 161 # Usage: fail <message> <test-that-should-succeed>. Should the build 162 # fail? If the test is true, and we don't want to keep going, print 165 fail () function 227 # Did the previous configure attempt fail? If it did 268 fail "configure failed" ! -r Makefile 282 fail "compile failed" ! -x gdb/gdb -a ! -x gdb/gdb.exe 293 fail "gdb dumped core" -r core -o -r gdb.core 294 fail "gdb printed no output" ! -s Gdb.log 295 grep -e internal-error Gdb.log && fail "gdb panic" 1
|
| /src/tests/include/ |
| t_errno.c | 45 bool fail; local 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 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/external/gpl3/gdb/dist/gdb/contrib/ari/ |
| gdb_ari.sh | 186 function fail(bug,supplement) { function 288 fail("_ markup") 297 fail("trailing new line") 308 fail("assert.h") 317 fail("regex.h") 326 fail("xregex.h") 334 fail("gnu regex.h") 344 fail("wait.h") 353 fail("vfork.h") 361 fail("error not internal-warning" [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| amd64-prologue-xmm.c | 18 static volatile int v, fail; variable 35 fail = 1;
|
| /src/external/gpl3/gdb.old/dist/gdb/contrib/ari/ |
| gdb_ari.sh | 186 function fail(bug,supplement) { function 288 fail("_ markup") 297 fail("trailing new line") 308 fail("assert.h") 317 fail("regex.h") 326 fail("xregex.h") 334 fail("gnu regex.h") 344 fail("wait.h") 353 fail("vfork.h") 361 fail("error not internal-warning" [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| amd64-prologue-xmm.c | 18 static volatile int v, fail; variable 35 fail = 1;
|
| /src/external/mpl/bind/dist/bin/tests/system/cds/ |
| tests.sh | 20 fail() { function 42 fail 55 fail 67 fail
|
| /src/external/bsd/atf/dist/atf-c/detail/ |
| sanity.c | 45 fail(const char *fmt, ...) function 67 fail("Invariant check failed at %s:%d: %s", file, line, cond); 73 fail("Precondition check failed at %s:%d: %s", file, line, cond); 79 fail("Postcondition check failed at %s:%d: %s", file, line, cond);
|
| /src/external/bsd/kyua-cli/dist/integration/helpers/ |
| simple_some_fail.cpp | 34 ATF_TEST_CASE_WITHOUT_HEAD(fail); variable 35 ATF_TEST_CASE_BODY(fail) 37 std::cout << "This is the stdout of fail\n"; 38 std::cerr << "This is the stderr of fail\n"; 39 fail("This fails on purpose"); 51 ATF_ADD_TEST_CASE(tcs, fail);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| siginfo-infcall.c | 40 fail (void) function 53 fail ();
|
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| hwloop-nested.s | 21 IF !CC JUMP fail; 24 IF !CC JUMP fail; 27 IF !CC JUMP fail; 32 fail: label 33 fail
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| siginfo-infcall.c | 40 fail (void) function 53 fail ();
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| hwloop-nested.s | 21 IF !CC JUMP fail; 24 IF !CC JUMP fail; 27 IF !CC JUMP fail; 32 fail: label 33 fail
|
| /src/external/lgpl2/userspace-rcu/dist/tests/utils/ |
| tap.h | 23 # define fail(...) ok(0, __VA_ARGS__) macro
|
| /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/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/sys/arch/x68k/stand/xxboot/ |
| memset.S | 103 jne fail 106 jne fail 109 fail: label 133 .asciz " fail"
|
| /src/tests/lib/libc/gen/ |
| t_pause.c | 41 static bool fail; variable 49 fail = false; 61 fail = true; 67 if (pause() != -1 || fail != false) 82 fail = true; 96 if (fail != true)
|
| /src/crypto/external/bsd/netpgp/dist/bindings/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
|