Home
last modified time | relevance | path

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

/dragonfly/contrib/tcp_wrappers/
H A Dshell_cmd.c31 static void do_child();
51 do_child(command);
61 static void do_child(command) in do_child() function
/dragonfly/test/sysperf/
H A Dumtx1.c13 static void *do_child(void *arg);
33 pthread_create(&td1, NULL, do_child, NULL); in main()
50 do_child(void *arg __unused) in do_child() function
/dragonfly/crypto/openssh/
H A Dsession.c124 void do_child(struct ssh *, Session *, const char *);
506 do_child(ssh, s, command); in do_exec_no_pty()
630 do_child(ssh, s, command); in do_exec_pty()
1514 do_child(struct ssh *ssh, Session *s, const char *command) in do_child() function