OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:forked
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libutil/
ttymsg.c
72
int
forked
= 0;
local
156
if (
forked
)
163
if (
forked
) {
179
forked
++;
196
if (
forked
)
205
if (
forked
)
/src/bin/csh/
sem.c
70
volatile int
forked
;
local
72
UNREGISTER(
forked
);
76
forked
= 0;
201
forked
++;
265
forked
++;
369
* Perform a builtin function. If we are not
forked
, arrange for
374
if (
forked
)
521
* We may or maynot be
forked
here.
/src/tests/lib/libc/sys/
t_setrlimit.c
577
pid_t
forked
, waited;
local
580
RL(
forked
= fork());
581
if (
forked
== 0) { /* child */
587
RL(waited = waitpid(
forked
, &status, 0));
588
ATF_REQUIRE_EQ_MSG(waited,
forked
, "waited=%jd
forked
=%jd",
589
(intmax_t)waited, (intmax_t)
forked
);
/src/external/bsd/dhcpcd/dist/src/
privsep.c
624
bool
forked
;
local
627
forked
= ctx->options & DHCPCD_FORKED;
630
if (
forked
)
Completed in 34 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026