| /netbsd-src/usr.bin/find/ |
| H A D | function.c | 69 switch (plan->flags) { \ 157 find_parsenum(PLAN *plan, const char *option, const char *vp, char *endch) in find_parsenum() argument 168 plan->flags = F_GREATER; in find_parsenum() 172 plan->flags = F_LESSTHAN; in find_parsenum() 175 plan->flags = F_EQUAL; in find_parsenum() 200 find_parsedate(PLAN *plan, const char *option, const char *vp) in find_parsedate() argument 228 f_amin(PLAN *plan, FTSENT *entry) in f_amin() argument 231 SECSPERMIN - 1) / SECSPERMIN, plan->t_data); in f_amin() 257 f_anewer(PLAN *plan, FTSENT *entry) in f_anewer() argument 260 return timespeccmp(&entry->fts_statp->st_atim, &plan->ts_data, >); in f_anewer() [all …]
|
| H A D | find.c | 69 PLAN *plan, *tail, *new; in find_formplan() local 87 for (plan = tail = NULL; *argv;) { in find_formplan() 90 if (plan == NULL) in find_formplan() 91 tail = plan = new; in find_formplan() 104 if (plan == NULL) { in find_formplan() 106 tail = plan = new; in find_formplan() 109 new->next = plan; in find_formplan() 110 plan = new; in find_formplan() 143 plan = paren_squish(plan); /* ()'s */ in find_formplan() 144 plan = not_squish(plan); /* !'s */ in find_formplan() [all …]
|
| H A D | operator.c | 131 paren_squish(PLAN *plan) /* plan with ( ) nodes */ in paren_squish() argument 143 while ((expr = yankexpr(&plan)) != NULL) { in paren_squish() 168 not_squish(PLAN *plan) /* plan to process */ in not_squish() argument 177 while ((next = yanknode(&plan)) != NULL) { in not_squish() 193 node = yanknode(&plan); in not_squish() 196 node = yanknode(&plan); in not_squish() 227 or_squish(PLAN *plan) /* plan with ors to be squished */ in or_squish() argument 235 while ((next = yanknode(&plan)) != NULL) { in or_squish() 256 next->p_data[1] = or_squish(plan); in or_squish()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/ |
| H A D | 20-test_dhparam.t | 20 plan skip_all => "DH is not supported in this build" 22 plan tests => 21; 91 plan tests => 4; 95 plan tests => 4; 99 plan tests => 4; 103 plan tests => 4; 107 plan tests => 4; 111 plan tests => 4; 115 plan tests => 4; 125 plan tests => 5; [all …]
|
| H A D | 15-test_ecparam.t | 21 plan skip_all => "EC or EC2M isn't supported in this build" 28 plan tests => 12; 65 plan tests => scalar(@valid); 70 plan tests => scalar(@valid); 75 plan tests => scalar(@valid); 80 plan tests => scalar(@noncanon); 85 plan tests => scalar(@noncanon); 90 plan tests => scalar(@noncanon); 95 plan tests => scalar(@invalid); 100 plan tests => scalar(@invalid); [all …]
|
| H A D | 80-test_ocsp.t | 22 plan skip_all => "OCSP is not supported by this OpenSSL build" 54 plan tests => 11; 57 plan tests => 7; 76 plan tests => 6; 93 plan tests => 6; 110 plan tests => 6; 127 plan tests => 6; 144 plan tests => 3; 155 plan tests => 6; 172 plan tests => 6; [all …]
|
| H A D | 90-test_fipsload.t | 19 plan skip_all => 'Test is disabled with disabled fips' if disabled('fips'); 20 plan skip_all => 'Test only supported in a shared build' if disabled('shared'); 21 plan skip_all => 'Test is disabled on AIX' if config('target') =~ m|^aix|; 22 plan skip_all => 'Test is disabled on NonStop ia64' if config('target') =~ m|^nonstop-nse|; 23 plan skip_all => 'Test only supported in a dso build' if disabled('dso'); 24 plan skip_all => 'Test is disabled in an address sanitizer build' unless disabled('asan'); 26 plan tests => 1;
|
| H A D | 70-test_sslskewith0p.t | 17 plan skip_all => "TLSProxy isn't usable on $^O" 20 plan skip_all => "$test_name needs the dynamic engine feature enabled" 23 plan skip_all => "dh is not supported by this OpenSSL build" 26 plan skip_all => "$test_name needs the sock feature enabled" 29 plan skip_all => "$test_name needs TLS enabled" 45 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 46 plan tests => 1;
|
| H A D | 70-test_sslcertstatus.t | 17 plan skip_all => "TLSProxy isn't usable on $^O" 20 plan skip_all => "$test_name needs the dynamic engine feature enabled" 23 plan skip_all => "$test_name needs the sock feature enabled" 26 plan skip_all => "$test_name needs the ocsp feature enabled" 29 plan skip_all => "$test_name needs TLS enabled" 44 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 45 plan tests => 1;
|
| H A D | 20-test_dgst.t | 20 plan tests => 13; 31 plan tests => 4; 63 plan tests => 5; 154 plan tests => 1; 169 plan tests => 2; 183 plan tests => 2; 197 plan tests => 2; 212 plan tests => 2; 226 plan tests => 1; 240 plan tests => 1;
|
| H A D | 90-test_shlibload.t | 21 plan skip_all => "Test only supported in a shared build" if disabled("shared"); 22 plan skip_all => "Test is disabled on AIX" if config('target') =~ m|^aix|; 23 plan skip_all => "Test is disabled on NonStop" if config('target') =~ m|^nonstop|; 24 plan skip_all => "Test only supported in a dso build" if disabled("dso"); 25 plan skip_all => "Test is disabled in an address sanitizer build" unless disabled("asan"); 26 plan skip_all => "Test is disabled in no-atexit build" if disabled("atexit"); 28 plan tests => 10;
|
| H A D | 70-test_tls13alerts.t | 17 plan skip_all => "TLSProxy isn't usable on $^O" 20 plan skip_all => "$test_name needs the dynamic engine feature enabled" 23 plan skip_all => "$test_name needs the sock feature enabled" 26 plan skip_all => "$test_name needs TLS1.3 enabled" 41 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 42 plan tests => 1;
|
| H A D | 95-test_external_pyca.t | 16 plan skip_all => "No external tests in this configuration" 18 plan skip_all => "PYCA tests not available on Windows or VMS" 20 plan skip_all => "PYCA Cryptography not available" 22 plan skip_all => "PYCA tests only available in a shared build" 25 plan tests => 1;
|
| H A D | 95-test_external_gost_engine.t | 16 plan skip_all => "No external tests in this configuration" 18 plan skip_all => "GOST engine tests not available on Windows or VMS" 20 plan skip_all => "GOST engine tests only available in a shared build" 22 plan skip_all => "GOST engine tests not supported in out of tree builds" 25 plan tests => 1;
|
| H A D | 25-test_req.t | 18 plan tests => 50; 64 plan tests => 3; 92 plan tests => 8; 148 plan tests => 12; 229 plan tests => 2; 249 plan tests => 2; 269 plan tests => 2; 289 plan tests => 2; 309 plan tests => 2; 322 plan tests => 4; [all …]
|
| H A D | 70-test_comp.t | 18 plan skip_all => "TLSProxy isn't usable on $^O" 21 plan skip_all => "$test_name needs the dynamic engine feature enabled" 24 plan skip_all => "$test_name needs the sock feature enabled" 27 plan skip_all => "$test_name needs TLSv1.3 or TLSv1.2 enabled" 45 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 46 plan tests => 4;
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/ |
| H A D | 80-test_ocsp.t | 21 plan skip_all => "OCSP is not supported by this OpenSSL build" 51 plan tests => 11; 54 plan tests => 7; 73 plan tests => 6; 90 plan tests => 6; 107 plan tests => 6; 124 plan tests => 6; 141 plan tests => 3; 152 plan tests => 3; 163 plan tests => 6; [all …]
|
| H A D | 70-test_sslskewith0p.t | 17 plan skip_all => "TLSProxy isn't usable on $^O" 20 plan skip_all => "$test_name needs the dynamic engine feature enabled" 23 plan skip_all => "dh is not supported by this OpenSSL build" 26 plan skip_all => "$test_name needs the sock feature enabled" 29 plan skip_all => "$test_name needs TLS enabled" 45 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 46 plan tests => 1;
|
| H A D | 70-test_sslcertstatus.t | 17 plan skip_all => "TLSProxy isn't usable on $^O" 20 plan skip_all => "$test_name needs the dynamic engine feature enabled" 23 plan skip_all => "$test_name needs the sock feature enabled" 26 plan skip_all => "$test_name needs the ocsp feature enabled" 29 plan skip_all => "$test_name needs TLS enabled" 44 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 45 plan tests => 1;
|
| H A D | 25-test_req.t | 18 plan tests => 14; 50 plan tests => 6; 93 plan tests => 2; 113 plan tests => 2; 133 plan tests => 2; 153 plan tests => 2; 173 plan tests => 2; 204 plan skip_all => "skipping req conversion test for $reqfile"
|
| H A D | 70-test_tls13alerts.t | 17 plan skip_all => "TLSProxy isn't usable on $^O" 20 plan skip_all => "$test_name needs the dynamic engine feature enabled" 23 plan skip_all => "$test_name needs the sock feature enabled" 26 plan skip_all => "$test_name needs TLS1.3 enabled" 41 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 42 plan tests => 1;
|
| H A D | 95-test_external_pyca.t | 16 plan skip_all => "No external tests in this configuration" 18 plan skip_all => "PYCA tests not available on Windows or VMS" 20 plan skip_all => "PYCA Cryptography not available" 22 plan skip_all => "PYCA tests only available in a shared build" 25 plan tests => 1;
|
| H A D | 70-test_tls13cookie.t | 17 plan skip_all => "TLSProxy isn't usable on $^O" 20 plan skip_all => "$test_name needs the dynamic engine feature enabled" 23 plan skip_all => "$test_name needs the sock feature enabled" 26 plan skip_all => "$test_name needs TLS1.3 enabled" 50 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 51 plan tests => 2;
|
| H A D | 70-test_comp.t | 18 plan skip_all => "TLSProxy isn't usable on $^O" 21 plan skip_all => "$test_name needs the dynamic engine feature enabled" 24 plan skip_all => "$test_name needs the sock feature enabled" 27 plan skip_all => "$test_name needs TLSv1.3 or TLSv1.2 enabled" 46 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 47 plan tests => 4;
|
| H A D | 80-test_ssl_old.t | 32 plan skip_all => "No SSL/TLS/DTLS protocol is support by this OpenSSL build" 80 plan tests => 117 plan tests => 17; 177 plan skip_all => "skipping DSA certificate creation" 180 plan tests => 5; 220 plan skip_all => "skipping ECDSA/ECDH certificate creation" 223 plan tests => 5; 334 plan tests => 13; 431 plan skip_all => "None of the ciphersuites to test are available in this OpenSSL build" 440 plan tests => $testcount; [all …]
|