Home
last modified time | relevance | path

Searched refs:nofork (Results 1 – 9 of 9) sorted by relevance

/titanic_51/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) in iprop_get_updates_1()
333 if (nofork) { in iprop_full_resync_1()
355 if (nofork) { in iprop_full_resync_1()
370 if (nofork) { in iprop_full_resync_1()
401 if (nofork) in iprop_full_resync_1()
H A Dovsec_kadmd.c158 int nofork = 0; /* global; don't fork (debug mode) */ variable
277 if (nofork) in getdomnames()
395 if (nofork && ret) in set_svc_domnames()
488 nofork = 0; in main()
505 nofork = 1; in main()
1041 if (!nofork && (ret = daemon(0, 0))) { in main()
1119 if (nofork) in main()
1164 if (nofork) { in main()
1206 if (nofork) in main()
/titanic_51/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) { in announce()
/titanic_51/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);
/titanic_51/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)) {
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dsubshell.c91 int nofork; member
564 if(!(sp->nofork = sh_state(SH_NOFORK))) in sh_subshell()
596 if(!sp->nofork) in sh_subshell()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dsubshell.c100 int nofork; member
619 if(!(sp->nofork = sh_state(SH_NOFORK))) in sh_subshell()
658 if(!sp->nofork) in sh_subshell()