/freebsd/usr.bin/find/ |
H A D | function.c | 70 switch (plan->flags & F_ELG_MASK) { \ 100 find_parsenum(PLAN *plan, const char *option, char *vp, char *endch) in find_parsenum() argument 110 plan->flags |= F_GREATER; in find_parsenum() 114 plan->flags |= F_LESSTHAN; in find_parsenum() 117 plan->flags |= F_EQUAL; in find_parsenum() 141 find_parsetime(PLAN *plan, const char *option, char *vp) in find_parsetime() argument 151 plan->flags |= F_GREATER; in find_parsetime() 155 plan->flags |= F_LESSTHAN; in find_parsetime() 158 plan->flags |= F_EQUAL; in find_parsetime() 206 plan->flags |= F_EXACTTIME; in find_parsetime() [all …]
|
H A D | find.c | 71 PLAN *plan, *tail, *new; in find_formplan() local 89 for (plan = tail = NULL; *argv;) { in find_formplan() 92 if (plan == NULL) in find_formplan() 93 tail = plan = new; in find_formplan() 109 if (plan == NULL) { in find_formplan() 112 tail = plan = new; in find_formplan() 116 new->next = plan; in find_formplan() 117 plan = new; in find_formplan() 152 plan = paren_squish(plan); /* ()'s */ in find_formplan() 153 plan = not_squish(plan); /* !'s */ in find_formplan() [all …]
|
H A D | operator.c | 122 paren_squish(PLAN *plan) in paren_squish() argument 134 while ((expr = yankexpr(&plan)) != NULL) { in paren_squish() 159 not_squish(PLAN *plan) in not_squish() argument 168 while ((next = yanknode(&plan))) { in not_squish() 184 node = yanknode(&plan); in not_squish() 187 node = yanknode(&plan); in not_squish() 222 or_squish(PLAN *plan) in or_squish() argument 230 while ((next = yanknode(&plan)) != NULL) { in or_squish() 251 next->p_data[1] = or_squish(plan); in or_squish()
|
/freebsd/crypto/openssl/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 | 70-test_npn.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 NPN enabled" 30 plan skip_all => "$test_name needs TLSv1.2 enabled" 40 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 41 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 | 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_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 | 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 | 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_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;
|
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 test [all...] |
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_sslvertol.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 TLS enabled" 63 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 64 plan tests => 3;
|
H A D | 70-test_sslcbcpadding.t | 19 plan skip_all => "TLSProxy isn't usable on $^O" 22 plan skip_all => "$test_name needs the dynamic engine feature enabled" 25 plan skip_all => "$test_name needs the sock feature enabled" 28 plan skip_all => "$test_name needs TLSv1.2 enabled" 48 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 49 plan tests => 1 + scalar(@test_offsets);
|
H A D | 70-test_sslsignature.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 TLS enabled" 49 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 50 plan tests => 4;
|
H A D | 70-test_tls13downgrade.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 and TLS1.2 enabled" 49 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 50 plan tests => 6;
|
/freebsd/contrib/kyua/engine/ |
H A D | tap_parser.cpp | 94 const engine::tap_plan plan( in try_parse_plan() local 101 plan.first % plan.second % in try_parse_plan() 107 if (plan != engine::all_skipped_plan) { in try_parse_plan() 116 if (plan.first > plan.second) in try_parse_plan() 118 plan.first % plan.second); in try_parse_plan() 122 out_plan = plan; in try_parse_plan() 194 optional< engine::tap_plan > plan; in parse() local 203 (void)try_parse_plan(line, plan, all_skipped_reason); in parse() 209 if (!plan) in parse() 214 if (plan.get() == engine::all_skipped_plan) { in parse() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBThreadPlan.cpp | 238 SBThreadPlan plan = SBThreadPlan( in QueueThreadPlanForStepOverRange() 245 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepOverRange() 247 return plan; in QueueThreadPlanForStepOverRange() 278 SBThreadPlan plan = in QueueThreadPlanForStepInRange() 285 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepInRange() 287 return plan; in QueueThreadPlanForStepInRange() 313 SBThreadPlan plan = in QueueThreadPlanForStepOut() 321 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepOut() 323 return plan; in QueueThreadPlanForStepOut() 347 SBThreadPlan plan in QueueThreadPlanForRunToAddress() 239 SBThreadPlan plan = SBThreadPlan( QueueThreadPlanForStepOverRange() local 279 SBThreadPlan plan = QueueThreadPlanForStepInRange() local 314 SBThreadPlan plan = QueueThreadPlanForStepOut() local 348 SBThreadPlan plan = QueueThreadPlanForRunToAddress() local 379 SBThreadPlan plan = QueueThreadPlanForStepScripted() local 403 SBThreadPlan plan = QueueThreadPlanForStepScripted() local [all...] |
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanStack.cpp | 19 static void PrintPlanElement(Stream &s, const ThreadPlanSP &plan, in PrintPlanElement() argument 25 plan->GetDescription(&s, desc_level); in PrintPlanElement() 64 for (auto plan : stack) { in PrintOneStack() local 65 if (!plan->GetPrivate()) { in PrintOneStack() 76 for (auto plan : stack) { in PrintOneStack() local 77 if (!include_internal && plan->GetPrivate()) in PrintOneStack() 79 PrintPlanElement(s, plan, desc_level, print_idx++); in PrintOneStack() 109 for (ThreadPlanSP plan : m_plans) in ThreadDestroyed() local 110 plan->ThreadDestroyed(); in ThreadDestroyed() 112 for (ThreadPlanSP plan : m_discarded_plans) in ThreadDestroyed() local [all …]
|