Searched refs:fork (Results 226 - 250 of 432) sorted by relevance

1234567891011>>

/freebsd-10.2-release/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
H A Dsecurity.c189 if (fork() == 0) {
/freebsd-10.2-release/contrib/netbsd-tests/kernel/
H A Dt_pty.c193 if ((pid = fork()) == -1)
194 err(EXIT_FAILURE, "fork()");
/freebsd-10.2-release/contrib/diff/src/
H A Dsystem.h240 # define vfork fork
/freebsd-10.2-release/contrib/flex/
H A Dfilter.c159 if ((pid = fork ()) == -1)
160 flexerror (_("fork failed"));
248 * stdout, and fork the rest of the chain again.
/freebsd-10.2-release/contrib/bmake/
H A Dmake.h437 #define vFork() ((getpid() == myPid) ? vfork() : fork())
/freebsd-10.2-release/tests/sys/fifo/
H A Dfifo_open.c107 pid = fork();
109 warn("%s: run_in_process: fork", errstr);
/freebsd-10.2-release/tools/regression/netinet/tcpdrop/
H A Dtcpdrop.c246 child_pid = fork();
248 err(-1, "fork");
/freebsd-10.2-release/tools/regression/poll/
H A Dpipepoll.c305 switch (cpid = fork()) {
307 err(1, "fork");
H A Dpipeselect.c302 switch (cpid = fork()) {
304 err(1, "fork");
/freebsd-10.2-release/tools/regression/priv/
H A Dpriv_sched_rtprio.c84 childproc = fork();
86 warn("priv_sched_setup: fork");
/freebsd-10.2-release/tools/regression/sysvmsg/
H A Dmsgtest.c155 switch ((child_pid = fork())) {
157 err(1, "fork");
/freebsd-10.2-release/sys/contrib/octeon-sdk/
H A Dcvmx-app-init-linux.c312 * memory and fork processes for each cpu. This simulates the
383 /* Flush all IO streams before the fork. Otherwise any buffered
388 int pid = fork();
/freebsd-10.2-release/crypto/openssh/
H A Dssh-pkcs11-client.c162 if ((pid = fork()) == -1) {
163 error("fork: %s", strerror(errno));
/freebsd-10.2-release/gnu/usr.bin/rcs/lib/
H A Dconf.h185 #define has_fork 1 /* Does fork() work? */
328 # define vfork fork
/freebsd-10.2-release/usr.bin/mail/
H A Dcmd2.c358 switch (pid = fork()) {
360 warn("fork");
/freebsd-10.2-release/usr.bin/newkey/
H A Dupdate.c157 switch (pid = fork()) {
/freebsd-10.2-release/usr.bin/rsh/
H A Drsh.c220 pid = fork();
222 err(1, "fork");
/freebsd-10.2-release/usr.bin/time/
H A Dtime.c121 switch(pid = fork()) {
/freebsd-10.2-release/usr.bin/truss/
H A Dmain.c202 case 'f': /* Follow fork()'s */
313 if (fork() == 0) {
/freebsd-10.2-release/usr.sbin/faithd/
H A Dtcp.c302 cpid = fork();
305 exit_failure("tcp_relay: can't fork grand child: %s",
/freebsd-10.2-release/usr.sbin/kgzip/
H A Dkgzcmp.c139 switch (pid = fork()) {
/freebsd-10.2-release/usr.sbin/nfscbd/
H A Dnfscbd.c88 * 2 - fork the nfscbd(s)
202 pid = fork();
204 syslog(LOG_ERR, "fork: %m");
/freebsd-10.2-release/tools/tools/netrate/http/
H A Dhttp.c315 pid = fork();
320 err(-1, "fork");
/freebsd-10.2-release/tools/tools/netrate/httpd/
H A Dhttpd.c286 pid = fork();
291 err(-1, "fork");
/freebsd-10.2-release/tools/tools/netrate/tcpp/
H A Dtcpp_server.c296 pid = fork();
298 warn("fork");

Completed in 159 milliseconds

1234567891011>>