Searched refs:do_child (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/tcp_wrappers/
H A Dshell_cmd.c32 static void do_child();
52 do_child(command);
60 /* do_child - exec command with { stdin, stdout, stderr } to /dev/null */
62 static void do_child(command) function
/freebsd-10.3-release/contrib/atf/atf-c/detail/
H A Dprocess.c412 do_child(void (*)(void *),
419 do_child(void (*start)(void *), function
478 do_child(start, v, &outsp, &errsp);
/freebsd-10.3-release/crypto/openssh/
H A Dsession.c128 void do_child(Session *, const char *);
455 * will call do_child from the child, and server_loop from the parent after
588 do_child(s, command);
649 * will call do_child from the child, and server_loop from the parent after
738 do_child(s, command);
1697 do_child(Session *s, const char *command) function

Completed in 104 milliseconds