Searched refs:forked (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_extern.h43 extern int forked;
H A Dypxfrd_server.c50 int forked = 0; variable
127 forked = 0;
130 forked++;
H A Dypxfrd_main.c132 extern int forked;
157 if (forked && pid != getpid())
/freebsd-current/usr.bin/wall/
H A Dttymsg.c64 int forked; local
66 forked = 0;
121 if (forked) {
136 forked++;
152 if (forked)
160 if (forked)
/freebsd-current/usr.sbin/rpc.ypupdated/
H A Dypupdated_main.c129 extern int forked;
154 if (forked && pid != getpid())
H A Dypupdated_server.c53 int forked = 0; variable
/freebsd-current/contrib/tcsh/
H A Dsh.sem.c86 int forked = 0; local
98 (void) &forked;
392 forked++;
486 forked++;
640 * Perform a builtin function. If we are not forked, arrange for
644 if (forked) {
833 * We may or maynot be forked here.
/freebsd-current/crypto/openssh/contrib/redhat/
H A Dopenssh.spec681 - Don't open a PAM session until we've forked and become the user (#25690).

Completed in 209 milliseconds