Home
last modified time | relevance | path

Searched refs:child_arg (Results 1 – 25 of 274) sorted by relevance

1234567891011

/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/tests/
H A Dsemaping.c43 char **child_arg; in main() local
106 child_arg = &child_argv[0]; in main()
107 *child_arg++ = EXE_NAME; in main()
109 *child_arg++ = "-d"; in main()
112 *child_arg++ = "-c"; in main()
114 *child_arg++ = iterations_buf; in main()
116 *child_arg = NULL; in main()
H A Dsemaerr.c37 char **child_arg; in main() local
87 child_arg = child_argv; in main()
88 *child_arg++ = EXE_NAME; in main()
90 *child_arg++ = "-d"; in main()
92 *child_arg = NULL; in main()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/tests/
H A Dsemaping.c43 char **child_arg; in main() local
106 child_arg = &child_argv[0]; in main()
107 *child_arg++ = EXE_NAME; in main()
109 *child_arg++ = "-d"; in main()
112 *child_arg++ = "-c"; in main()
114 *child_arg++ = iterations_buf; in main()
116 *child_arg = NULL; in main()
H A Dsemaerr.c37 char **child_arg; in main() local
87 child_arg = child_argv; in main()
88 *child_arg++ = EXE_NAME; in main()
90 *child_arg++ = "-d"; in main()
92 *child_arg = NULL; in main()
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/tests/
H A Dsemaping.c47 char **child_arg; in main() local
112 child_arg = &child_argv[0]; in main()
113 *child_arg++ = EXE_NAME; in main()
115 *child_arg++ = "-d"; in main()
118 *child_arg++ = "-c"; in main()
120 *child_arg++ = iterations_buf; in main()
122 *child_arg = NULL; in main()
H A Dsemaerr.c42 char **child_arg; in main() local
94 child_arg = child_argv; in main()
95 *child_arg++ = EXE_NAME; in main()
97 *child_arg++ = "-d"; in main()
99 *child_arg = NULL; in main()
/dports/www/firefox/firefox-99.0/nsprpub/pr/tests/
H A Dsemaping.c47 char **child_arg; in main() local
112 child_arg = &child_argv[0]; in main()
113 *child_arg++ = EXE_NAME; in main()
115 *child_arg++ = "-d"; in main()
118 *child_arg++ = "-c"; in main()
120 *child_arg++ = iterations_buf; in main()
122 *child_arg = NULL; in main()
H A Dsemaerr.c42 char **child_arg; in main() local
94 child_arg = child_argv; in main()
95 *child_arg++ = EXE_NAME; in main()
97 *child_arg++ = "-d"; in main()
99 *child_arg = NULL; in main()
/dports/devel/nspr/nspr-4.33/nspr/pr/tests/
H A Dsemaping.c47 char **child_arg; in main() local
112 child_arg = &child_argv[0]; in main()
113 *child_arg++ = EXE_NAME; in main()
115 *child_arg++ = "-d"; in main()
118 *child_arg++ = "-c"; in main()
120 *child_arg++ = iterations_buf; in main()
122 *child_arg = NULL; in main()
H A Dsemaerr.c42 char **child_arg; in main() local
94 child_arg = child_argv; in main()
95 *child_arg++ = EXE_NAME; in main()
97 *child_arg++ = "-d"; in main()
99 *child_arg = NULL; in main()
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/tests/
H A Dsemaping.c47 char **child_arg; in main() local
112 child_arg = &child_argv[0]; in main()
113 *child_arg++ = EXE_NAME; in main()
115 *child_arg++ = "-d"; in main()
118 *child_arg++ = "-c"; in main()
120 *child_arg++ = iterations_buf; in main()
122 *child_arg = NULL; in main()
H A Dsemaerr.c42 char **child_arg; in main() local
94 child_arg = child_argv; in main()
95 *child_arg++ = EXE_NAME; in main()
97 *child_arg++ = "-d"; in main()
99 *child_arg = NULL; in main()
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/tests/
H A Dsemaping.c47 char **child_arg; in main() local
112 child_arg = &child_argv[0]; in main()
113 *child_arg++ = EXE_NAME; in main()
115 *child_arg++ = "-d"; in main()
118 *child_arg++ = "-c"; in main()
120 *child_arg++ = iterations_buf; in main()
122 *child_arg = NULL; in main()
H A Dsemaerr.c42 char **child_arg; in main() local
94 child_arg = child_argv; in main()
95 *child_arg++ = EXE_NAME; in main()
97 *child_arg++ = "-d"; in main()
99 *child_arg = NULL; in main()
/dports/devel/abseil/abseil-cpp-20211102.0/absl/strings/internal/
H A Dcord_rep_ring.cc343 Consume(child, [&](CordRep* child_arg, size_t offset, size_t len) { in CreateSlow() argument
344 if (IsFlatOrExternal(child_arg)) { in CreateSlow()
345 rep = rep ? AppendLeaf(rep, child_arg, offset, len) in CreateSlow()
346 : CreateFromLeaf(child_arg, offset, len, extra); in CreateSlow()
349 } else if (offset == 0 && child_arg->length == len) { in CreateSlow()
350 rep = Mutable(child_arg->ring(), extra); in CreateSlow()
352 rep = SubRing(child_arg->ring(), offset, len, extra); in CreateSlow()
436 if (child_arg->IsRing()) { in AppendSlow()
439 rep = AppendLeaf(rep, child_arg, offset, len); in AppendSlow()
471 if (IsFlatOrExternal(child_arg)) { in PrependSlow()
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/strings/internal/
H A Dcord_rep_ring.cc343 Consume(child, [&](CordRep* child_arg, size_t offset, size_t len) { in CreateSlow() argument
344 if (IsFlatOrExternal(child_arg)) { in CreateSlow()
345 rep = rep ? AppendLeaf(rep, child_arg, offset, len) in CreateSlow()
346 : CreateFromLeaf(child_arg, offset, len, extra); in CreateSlow()
349 } else if (offset == 0 && child_arg->length == len) { in CreateSlow()
350 rep = Mutable(child_arg->ring(), extra); in CreateSlow()
352 rep = SubRing(child_arg->ring(), offset, len, extra); in CreateSlow()
436 if (child_arg->IsRing()) { in AppendSlow()
439 rep = AppendLeaf(rep, child_arg, offset, len); in AppendSlow()
471 if (IsFlatOrExternal(child_arg)) { in PrependSlow()
[all …]
/dports/devel/lwp/lwp-2.8/src/
H A Dlwp_ucontext.c76 static void *child_arg; variable
83 void *arg = child_arg; in _thread()
128 child_arg = arg; in lwp_makecontext()
/dports/www/mod_authnz_external24/mod_authnz_external-3.3.2/
H A Dmod_authnz_external.c404 char *child_arg[MAX_ARG+2]; in exec_external() local
472 child_arg[i++]= ap_getword_white(p, &t)) {} in exec_external()
473 child_arg[i]= NULL; in exec_external()
510 rc= apr_proc_create(&proc, child_arg[0], in exec_external()
511 (const char * const *)child_arg, in exec_external()
517 child_arg[0]); in exec_external()
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/re2/re2/
H A Dwalker-inl.h128 T child_arg; // One-element buffer for child_args. member
187 s->child_args = &s->child_arg; in WalkInternal()
222 s->child_arg = t; in WalkInternal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/re2/src/re2/
H A Dwalker-inl.h132 T child_arg; // One-element buffer for child_args. member
191 s->child_args = &s->child_arg; in WalkInternal()
226 s->child_arg = t; in WalkInternal()
/dports/games/warzone2100/warzone2100/3rdparty/re2/re2/
H A Dwalker-inl.h132 T child_arg; // One-element buffer for child_args. member
189 s->child_args = &s->child_arg; in WalkInternal()
224 s->child_arg = t; in WalkInternal()
/dports/devel/re2/re2-2021-11-01/re2/
H A Dwalker-inl.h132 T child_arg; // One-element buffer for child_args. member
190 s->child_args = &s->child_arg; in WalkInternal()
225 s->child_arg = t; in WalkInternal()
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/re2/re2/
H A Dwalker-inl.h128 T child_arg; // One-element buffer for child_args. member
187 s->child_args = &s->child_arg; in WalkInternal()
222 s->child_arg = t; in WalkInternal()
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/re2/re2/
H A Dwalker-inl.h128 T child_arg; // One-element buffer for child_args. member
187 s->child_args = &s->child_arg; in WalkInternal()
222 s->child_arg = t; in WalkInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/re2/src/re2/
H A Dwalker-inl.h132 T child_arg; // One-element buffer for child_args. member
189 s->child_args = &s->child_arg; in WalkInternal()
224 s->child_arg = t; in WalkInternal()

1234567891011