Searched defs:nofork (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dannounce.c60 static int nofork = 0; /* to be set from the debugger */ variable
77 if (nofork) {
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dmain.c76 static int nofork = 0; variable
586 nofork++; /* don't detach from terminal */
821 if (!nofork && daemon(0, 0)) {
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dsubshell.c91 int nofork; member in struct:subshell
564 if(!(sp->nofork = sh_state(SH_NOFORK)))
596 if(!sp->nofork)
/illumos-gate/usr/src/cmd/sh/
H A Dmsg.c60 const char nofork[] = "fork failed - too many processes"; variable
/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A Dovsec_kadmd.c158 int nofork = 0; /* global; don't fork (debug mode) */ variable
277 if (nofork)
395 if (nofork && ret)
488 nofork = 0;
505 nofork = 1;
1041 if (!nofork && (ret = daemon(0, 0))) {
1119 if (nofork)
1164 if (nofork) {
1206 if (nofork)

Completed in 51 milliseconds