/src/lib/libutil/ |
ttymsg.c | 72 int forked = 0; local in function:ttymsg 156 if (forked) 163 if (forked) { 179 forked++; 196 if (forked) 205 if (forked)
|
ttymsg.c | 72 int forked = 0; local in function:ttymsg 156 if (forked) 163 if (forked) { 179 forked++; 196 if (forked) 205 if (forked)
|
/src/tests/lib/libc/sys/ |
t_setrlimit.c | 577 pid_t forked, waited; local in function:checkstack 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);
|
t_setrlimit.c | 577 pid_t forked, waited; local in function:checkstack 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/bin/csh/ |
sem.c | 70 volatile int forked; local in function:execute 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.
|
sem.c | 70 volatile int forked; local in function:execute 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.
|