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

/freebsd-13-stable/contrib/tcp_wrappers/
H A Dshell_cmd.c35 static void do_child(char *command);
55 do_child(command);
63 /* do_child - exec command with { stdin, stdout, stderr } to /dev/null */
65 static void do_child(char *command) function
/freebsd-13-stable/contrib/atf/atf-c/detail/
H A Dprocess.c413 do_child(void (*)(void *),
420 do_child(void (*start)(void *), function
479 do_child(start, v, &outsp, &errsp);
/freebsd-13-stable/crypto/openssh/
H A Dsession.c126 void do_child(struct ssh *, Session *, const char *);
390 * will call do_child from the child, and server_loop from the parent after
513 do_child(ssh, s, command);
560 * will call do_child from the child, and server_loop from the parent after
637 do_child(ssh, s, command);
1554 do_child(struct ssh *ssh, Session *s, const char *command) function

Completed in 118 milliseconds