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

/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/server/
H A Dipropd_svc.c35 extern int nofork;
57 #define DPRINT(i) if (nofork) printf i
194 if (nofork)
333 if (nofork) {
355 if (nofork) {
370 if (nofork) {
401 if (nofork)
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)
/opensolaris-onvv-gate/usr/src/cmd/sh/
H A Dmsg.c60 const char nofork[] = "fork failed - too many processes"; variable
H A Ddefs.h436 extern const char nofork[];
H A Dxec.c283 error(nofork);
/opensolaris-onvv-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) {
/opensolaris-onvv-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)) {
/opensolaris-onvv-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)

Completed in 128 milliseconds