HomeSort by: relevance | last modified time | path
    Searched defs:PASS (Results 1 - 25 of 36) sorted by relevancy

1 2

  /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_v4mapped_addr_test.c 30 #define PASS 1
65 return (PASS);
125 return (PASS);
162 int pass = 0; local
180 if (ap->act_fn(tp) != PASS) {
184 msg_info("PASS %s/%s", ap->act_name, tp->label);
185 pass++;
189 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);
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);
dict_pipe_test.c 37 #define PASS 1
88 RETURN(PASS);
136 RETURN(PASS);
216 if (tp->action() == PASS) {
217 msg_info("PASS %s", tp->label);
226 msg_info("PASS=%d FAIL=%d", tests_passed, tests_failed);
dict_union_test.c 37 #define PASS 1
88 RETURN(PASS);
136 RETURN(PASS);
243 if (tp->action() == PASS) {
244 msg_info("PASS %s", tp->label);
253 msg_info("PASS=%d FAIL=%d", tests_passed, tests_failed);
ossl_digest_test.c 12 /* a test is a PASS or FAIL, and returns an exit status of zero if
13 /* all tests are a PASS.
47 #define PASS 1
68 int status = PASS;
107 int status = PASS;
147 int status = PASS;
187 if (tp->action() == PASS) {
188 msg_info("PASS %s", tp->label);
195 msg_info("PASS=%d FAIL=%d", tests_passed, tests_failed);
quote_for_json.c 194 #define PASS (0)
264 int pass = 0; local
279 msg_info("PASS %s", tp->label);
280 pass++;
283 msg_info("PASS=%d FAIL=%d", pass, fail);
  /src/external/ibm-public/postfix/dist/src/testing/
dict_test_helper.c 75 /* is PASS or FAIL.
110 #define PASS 1
218 int ret = PASS;
259 int ret = PASS;
  /src/external/ibm-public/postfix/dist/src/global/
allowed_prefix_test.c 12 /* a test is a PASS or FAIL, and returns an exit status of zero if
13 /* all tests are a PASS.
61 #define PASS (0)
100 return (PASS);
165 int pass = 0; local
179 msg_info("PASS %s", tp->label);
180 pass++;
183 msg_info("PASS=%d FAIL=%d", pass, fail);
nbdb_surrogate_test.c 12 /* a test is a PASS or FAIL, and returns an exit status of zero if
13 /* all tests are a PASS.
59 #define PASS (0)
73 int status = PASS;
107 int status = PASS;
154 int pass = 0; local
168 msg_info("PASS %s", tp->label);
169 pass++;
172 msg_info("PASS=%d FAIL=%d", pass, fail)
    [all...]
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);
dict_sqlite_test.c 12 /* a test is a PASS or FAIL, and returns an exit status of zero if
13 /* all tests are a PASS.
133 #define PASS (0)
187 return (PASS);
228 int pass = 0; local
242 msg_info("PASS %s", tp->label);
243 pass++;
246 msg_info("PASS=%d FAIL=%d", pass, fail);
nbdb_redirect_test.c 12 /* a test is a PASS or FAIL, and returns an exit status of zero if
13 /* all tests are a PASS.
58 #define PASS (0)
97 int status = PASS;
154 int status = PASS;
211 int status = PASS;
268 int status = PASS;
323 int status = PASS;
389 int status = PASS;
481 int pass = 0 local
    [all...]
  /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/nbdb_reindexd/
nbdb_index_as_test.c 12 /* a test is a PASS or FAIL, and returns an exit status of zero if
13 /* all tests are a PASS.
91 #define PASS (0)
100 int pass = 1; local
112 pass = 0;
117 pass = 0;
120 return (pass ? PASS : FAIL);
180 int pass = 0; local
194 msg_info("PASS %s", tp->label)
    [all...]
nbdb_safe_test.c 11 /* a test is a PASS or FAIL, and returns an exit status of zero if
12 /* all tests are a PASS.
84 #define PASS (0)
104 return (PASS);
149 return (PASS);
340 int pass = 0; local
354 msg_info("PASS %s", tp->label);
355 pass++;
358 msg_info("PASS=%d FAIL=%d", pass, fail)
    [all...]
nbdb_sniffer_test.c 12 /* a test is a PASS or FAIL, and returns an exit status of zero if
13 /* all tests are a PASS.
92 #define PASS (0)
125 return (PASS);
178 return (PASS);
313 int pass = 0; local
327 msg_info("PASS %s", tp->label);
328 pass++;
331 msg_info("PASS=%d FAIL=%d", pass, fail)
    [all...]
  /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);

Completed in 31 milliseconds

1 2