Searched refs:fork (Results 76 - 83 of 83) sorted by relevance

1234

/osnet-11/usr/src/cmd/sendmail/src/
H A Dutil.c2039 pid = fork();
2042 syserr("%s: cannot fork", argv[0]);
H A Ddaemon.c573 ** refused later by a new call after fork() by the
619 /* don't fork, handle connection in this process */
636 pid = fork();
639 syserr("daemon: cannot fork");
/osnet-11/usr/src/lib/libbe/common/
H A Dbe_create.c2885 if ((pid = fork()) == -1) {
2887 be_print_err(gettext("be_send_fs_callback: failed to fork\n"));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutil.c1881 do_execfree(); /* free any memory malloced by child on fork */
1973 Perl_croak(aTHX_ "Can't fork");
2113 /* this is called in parent before the fork() */
2126 /* this is called in both parent and child after the fork() */
2146 pid = fork();
2151 pid = fork();
2156 Perl_croak_nocontext("fork() not available");
H A Dconfig_h.SH170 * This symbol, if defined, indicates that the fork routine is
314 * to create directories. Otherwise you should fork off a new process to
423 * available to remove directories. Otherwise you should fork off a
3946 * is available to setup fork handlers.
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc106 #include <sys/fork.h>
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_principal.c1340 pid_t pid = fork ();
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c8626 if ((child_pid = fork()) == -1) {
8627 zperror(gettext("could not fork"));

Completed in 104 milliseconds

1234