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

/freebsd-9.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-9.3-release/crypto/openssh/
H A Dsession.c127 void do_child(Session *, const char *);
474 * will call do_child from the child, and server_loop from the parent after
607 do_child(s, command);
668 * will call do_child from the child, and server_loop from the parent after
757 do_child(s, command);
1706 do_child(Session *s, const char *command) function

Completed in 104 milliseconds