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

  /external/ppp/pppd/
main.c 1510 safe_fork(int infd, int outfd, int errfd) function
    [all...]
pppd.h 477 pid_t safe_fork __P((int, int, int)); /* Fork & close stuff in child */
    [all...]
tty.c 927 cpid = safe_fork(ifd, ofd, (log_to_fd >= 0? log_to_fd: 2));
    [all...]
  /external/ppp/pppd/plugins/
winbind.c 297 forkret = safe_fork(child_in[0], child_out[1], 2);

Completed in 45 milliseconds