HomeSort by relevance Sort by last modified time
    Searched refs:fork_exec (Results 1 - 6 of 6) sorted by null

  /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...]
  /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");
tcp_subr.c 1142 return(fork_exec(so, ex_ptr->ex_exec, do_pty));

Completed in 4805 milliseconds