Home
last modified time | relevance | path

Searched refs:plan (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/src/usr.bin/find/
H A Dfunction.c70 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 Dfind.c71 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 Doperator.c122 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()
/src/crypto/openssl/test/recipes/
H A D20-test_dhparam.t22 plan skip_all => "DH is not supported in this build"
24 plan tests => 23;
101 plan tests => 4;
105 plan tests => 4;
109 plan tests => 4;
113 plan tests => 4;
117 plan tests => 4;
121 plan tests => 4;
125 plan tests => 4;
135 plan tests => 6;
[all …]
H A D15-test_ecparam.t22 plan skip_all => "EC or EC2M isn't supported in this build"
33 plan tests => 14;
83 plan tests => scalar(@valid);
88 plan tests => scalar(@valid);
93 plan tests => scalar(@valid);
98 plan tests => scalar(@noncanon);
103 plan tests => scalar(@noncanon);
108 plan tests => scalar(@noncanon);
113 plan tests => scalar(@invalid);
118 plan tests => scalar(@invalid);
[all …]
H A D80-test_ocsp.t23 plan skip_all => "OCSP is not supported by this OpenSSL build"
55 plan tests => 12;
58 plan tests => 7;
77 plan tests => 6;
94 plan tests => 6;
111 plan tests => 6;
128 plan tests => 6;
145 plan tests => 3;
156 plan tests => 6;
173 plan tests => 6;
[all …]
H A D90-test_fipsload.t19 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 D70-test_sslskewith0p.t17 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"
44 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests";
45 plan tests => 1;
H A D70-test_sslcertstatus.t17 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"
43 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests";
44 plan tests => 1;
H A D70-test_npn.t18 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 D20-test_dgst.t20 plan tests => 17;
31 plan tests => 4;
63 plan tests => 5;
173 plan tests => 1;
188 plan tests => 2;
202 plan tests => 2;
216 plan tests => 2;
231 plan tests => 2;
245 plan tests => 2;
257 plan tests => 1;
[all …]
H A D90-test_shlibload.t21 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 D15-test_pkey.t19 plan tests => 5;
27 plan tests => 4;
48 plan skip_all => "DES not supported in this build" if disabled("des");
49 plan tests => 4;
69 plan skip_all => "ECX not supported inthis build" if disabled("ecx");
70 plan tests => 6;
96 plan tests => 4;
116 plan tests => 3;
H A D70-test_tls13alerts.t17 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"
39 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests";
40 plan tests => 1;
H A D95-test_external_oqsprovider.t16 plan skip_all => "No external tests in this configuration"
18 plan skip_all => "oqsprovider tests not available on Windows or VMS"
20 plan skip_all => "oqsprovider tests only available in a shared build"
22 plan skip_all => "oqsprovider tests not supported in out of tree builds"
25 plan tests => 1;
H A D95-test_external_gost_engine.t16 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 D95-test_external_pyca.t16 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 D95-test_external_pkcs11_provider.t16 plan skip_all => "No external tests in this configuration"
18 plan skip_all => "pkcs11-provider tests not available on Windows or VMS"
20 plan skip_all => "pkcs11-provider tests only available in a shared build"
22 plan skip_all => "pkcs11-provider tests not supported in out of tree builds"
25 plan tests => 1;
H A D95-test_external_cf_quiche.t16 plan skip_all => "No external tests in this configuration"
18 plan skip_all => "Cloudflare quiche tests not available on Windows or VMS"
20 plan skip_all => "Cloudflare quiche tests only available with QUIC support"
22 plan skip_all => "Cloudflare & Boringssl not checked out"
25 plan tests => 3;
H A D82-test_ocsp_cert_chain.t20 plan skip_all => "$test_name requires OCSP support"
22 plan skip_all => "$test_name requires EC cryptography"
24 plan skip_all => "$test_name requires sock enabled"
26 plan skip_all => "$test_name requires TLS enabled"
28 plan skip_all => "$test_name is not available Windows or VMS"
31 plan tests => 3;
H A D70-test_certtypeext.t17 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 TLSv1.2 enabled"
48 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests";
49 plan tests => 4;
H A D70-test_tls13cookie.t17 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"
55 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests";
56 plan tests => 2;
/src/contrib/kyua/engine/
H A Dtap_parser.cpp94 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 …]
/src/contrib/llvm-project/lldb/source/API/
H A DSBThreadPlan.cpp238 SBThreadPlan plan = SBThreadPlan( in QueueThreadPlanForStepOverRange() local
245 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepOverRange()
247 return plan; in QueueThreadPlanForStepOverRange()
278 SBThreadPlan plan = in QueueThreadPlanForStepInRange() local
285 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepInRange()
287 return plan; in QueueThreadPlanForStepInRange()
313 SBThreadPlan plan = in QueueThreadPlanForStepOut() local
321 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepOut()
323 return plan; in QueueThreadPlanForStepOut()
347 SBThreadPlan plan = in QueueThreadPlanForRunToAddress() local
[all …]
/src/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStack.cpp19 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 …]

12345678910>>...15