/external/qemu/slirp-android/ |
misc.h | 75 int fork_exec(struct socket *so, const char *ex, int do_pty);
|
misc.c | 141 fork_exec(struct socket *so, const char *ex, int do_pty) function 228 fork_exec(struct socket *so, const char *ex, int do_pty) function 241 DEBUG_CALL("fork_exec");
|
udp.c | 265 * and if it is, do the fork_exec() etc.
|
tcp_subr.c | 1142 return(fork_exec(so, ex_ptr->ex_exec, do_pty));
|
/external/qemu/slirp/ |
misc.h | 79 int fork_exec(struct socket *so, const char *ex, int do_pty);
|
misc.c | 161 fork_exec(struct socket *so, const char *ex, int do_pty) function 248 fork_exec(struct socket *so, const char *ex, int do_pty) function 264 DEBUG_CALL("fork_exec");
|
tcp_subr.c | 672 * then fork_exec() rlogin according to the options 734 /* We have it, set our term variable and fork_exec() */ 740 fork_exec(so, args, 2); [all...] |
udp.c | 215 * and if it is, do the fork_exec() etc.
|