| /src/usr.bin/make/unit-tests/ |
| dep-colon-bug-cross-file.mk | 7 # In pass 1, there is a dependency group at the bottom of the file. 12 # After the file has been parsed completely, it is parsed again in pass 2. 13 # In this pass, another command is added to the "current dependency group", 14 # which was still the one from pass 1, which means it was possible to later 27 PASS?= 1 29 .if ${PASS} == 2 32 : pass 2 35 .if ${PASS} == 1 37 PASS= 2 42 : pass [all...] |
| /src/external/gpl2/dtc/dist/tests/ |
| testutils.sh | 3 PASS () { 4 echo "PASS"
|
| tests.h | 42 #define PASS() \ 45 printf("PASS\n"); \ 52 printf("PASS (inconclusive)\n"); \ 59 printf("PASS (irrelevant)\n"); \
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| valid_uri_scheme.c | 75 #define PASS (0) 103 return (PASS); 109 int pass = 0; local 123 msg_info("PASS %s", tp->label); 124 pass++; 127 msg_info("PASS=%d FAIL=%d", pass, fail);
|
| normalize_ws.c | 65 #define PASS (0) 95 return (PASS); 109 return (PASS); 124 int pass = 0; local 138 msg_info("PASS %s", tp->label); 139 pass++; 142 msg_info("PASS=%d FAIL=%d", pass, fail);
|
| quote_for_json.c | 161 #define PASS (0) 189 int pass = 0; local 211 msg_info("PASS %s", tp->label); 212 pass++; 215 msg_info("PASS=%d FAIL=%d", pass, fail);
|
| clean_ascii_cntrl_space.c | 108 #define PASS (0) 134 return (PASS); 170 if (test_clean_ascii_cntrl_space(&test) != PASS) 173 return (PASS); 221 int pass = 0; local 238 msg_info("PASS %s", tp->label); 239 pass++; 242 msg_info("PASS=%d FAIL=%d", pass, fail);
|
| argv.c | 464 #define PASS (0) 669 return (PASS); 692 return (PASS); 801 int pass = 0; local 818 msg_info("%s: PASS", tp->label); 819 pass++; 827 msg_info("PASS=%d FAIL=%d", pass, fail);
|
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_nl80211_monitor.c | 175 #define PASS 0xFF 204 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, 0, PASS, 0), 220 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, 0x0801, PASS, 0), 238 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, 3, PASS, 0), 261 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_X, 0, PASS, 0), 269 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, 0x0000888E, PASS, FAIL), 288 /* rewrite all PASS/FAIL jump offsets */ 294 if (insn->k == PASS) 300 if (insn->jt == PASS) 305 if (insn->jf == PASS) [all...] |
| /src/external/ibm-public/postfix/dist/src/cleanup/ |
| cleanup_envelope_test.c | 107 #define PASS 1 197 return (PASS); 210 int pass = 0; local 220 if (tp->action(tp) != PASS) { 224 msg_info("PASS %s", tp->label); 225 pass++; 228 msg_info("PASS=%d FAIL=%d", pass, fail);
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| ascii_header_text.c | 203 #define PASS (0) 228 return (PASS); 290 int pass = 0; local 304 msg_info("PASS %s", tp->label); 305 pass++; 308 msg_info("PASS=%d FAIL=%d", pass, fail);
|
| rfc2047_code.c | 396 #define PASS (0) 452 return (PASS); 528 return (ret == 0 ? PASS : FAIL); 601 return (ret == 0 ? PASS : FAIL); 741 int pass = 0; local 755 msg_info("PASS %s", tp->label); 756 pass++; 759 msg_info("PASS=%d FAIL=%d", pass, fail);
|
| /src/crypto/external/bsd/netpgp/dist/src/libdigest/ |
| tiger.c | 599 #define PASS(a,b,c,mul) do { \ 639 PASS(a,b,c,5); \ 641 PASS(c,a,b,7); \ 643 PASS(b,c,a,9); \ 646 PASS(a,b,c,9); \ 659 PASS(a,b,c,(pass_no==0?5:pass_no==1?7:9)); \
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
| Test.py | 48 PASS = ResultCode('PASS', 'Passed', False) 135 pass 275 # pass -> unexpected pass 276 if result.code is PASS:
|
| /src/external/ibm-public/postfix/dist/src/dns/ |
| dns_rr_test.c | 97 #define PASS (0) 507 int pass = 0; local 520 msg_info("PASS %s", tp->label); 521 pass++; 525 msg_info("PASS=%d FAIL=%d", pass, fail);
|
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| test.h | 39 #define PASS do { puts ("pass"); _exit (0); } while (0)
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| test.h | 39 #define PASS do { puts ("pass"); _exit (0); } while (0)
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| dsymbol.h | 112 enum class PASS : uint8_t 181 bool errors; // this symbol failed to pass semantic() 182 PASS semanticRun;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/ |
| hdcp.h | 39 PASS,
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| MachineVerifier.cpp | 9 // Pass to verify generated machine code. The following is checked: 67 #include "llvm/Pass.h" 87 MachineVerifier(Pass *pass, const char *b) : PASS(pass), Banner(b) {} 91 Pass *const PASS; 146 // Vregs that pass through MBB untouched. This set is disjoint from 150 // Vregs that must pass through MBB because they are needed by a successo [all...] |