Home
last modified time | relevance | path

Searched defs:new_fd (Results 1 – 4 of 4) sorted by relevance

/external/toybox/toys/pending/
Dtelnetd.c55 int new_fd, pty_fd; member
310 int pty_fd, new_fd, c = 0, w, master_fd = 0; in telnetd_main() local
/external/bison/lib/
Dspawni.c256 int new_fd = open_not_cancel (action->action.open_action.path, in __spawni() local
/external/openssh/
Dmux.c314 int new_fd[3]; in process_mux_new_session() local
930 int new_fd[2]; in process_mux_stdio_fwd() local
/external/ppp/pppd/
Dsys-linux.c267 static void set_ppp_fd (int new_fd) in set_ppp_fd()