Searched refs:do_fork (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/rsync-45/rsync/
H A Dpipe.c62 pid = do_fork();
126 pid = do_fork();
H A Dproto.h290 pid_t do_fork(void);
H A Dutil.c422 pid_t do_fork(void) function
/macosx-10.10.1/Heimdal-398.1.2/appl/push/
H A Dpush.c51 static int do_fork; variable
66 { "fork", 'f', arg_flag, &do_fork, "Fork deleting proc",
781 do_leave, verbose_level, do_fork);
/macosx-10.10.1/dcerpc-61/dcerpc/perf/
H A Dclient.c2632 int do_fork = 0;
2698 if (do_fork == 0)
2700 do_fork = atoi(optarg);
2807 if (fork_count != 0 || do_fork != 6)
2827 switch (do_fork)
2591 int do_fork = 0; local
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Dprocess_test.c62 * To do this, the do_fork function is a wrapper for atf_process_fork that
65 * do_fork with different hooks.
415 do_fork(const struct base_stream *outfs, void *out, function
1039 do_fork(&out.m_base, &out, &err.m_base, &err); \

Completed in 195 milliseconds