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

/external/dbus/test/
H A Dtest-service.c403 dbus_bool_t do_fork; local
408 do_fork = FALSE;
414 do_fork = strcmp (argv[2], "fork") == 0;
416 do_fork = FALSE;
426 if (do_fork)
/external/selinux/policycoreutils/mcstrans/src/
H A Dmcstransd.c550 int do_fork = 1; local
554 do_fork = 0;
583 if (do_fork && daemon(0, 0)) {
/external/toybox/toys/pending/
H A Dcrond.c422 static void do_fork(CRONFILE *cfile, JOB *job, int fd, char *prog) function
499 do_fork(cfile, job, mailfd, "sendmail");
560 do_fork(cfile, job, mailfd, NULL);
/external/iproute2/ip/
H A Dipnetns.c355 static int cmd_exec(const char *cmd, char **argv, bool do_fork) argument
358 if (do_fork) {
/external/iputils/
H A Drdisc.c238 void do_fork(void) function
413 do_fork();
818 do_fork();

Completed in 270 milliseconds