Searched refs:new_fd (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/gnutar-453/gnutar/lib/
H A Dstdopen.c56 int new_fd; local
64 || (new_fd = open ("/dev/full", mode) != fd))
65 new_fd = open ("/dev/null", mode);
66 if (new_fd != fd)
68 if (0 <= new_fd)
69 close (new_fd);
H A Dchdir-long.c72 int new_fd = openat (cdb->fd, dir, local
74 if (new_fd < 0)
78 cdb->fd = new_fd;
/macosx-10.10/OpenSSH-189/openssh/
H A Dmux.c308 int new_fd[3]; local
374 if ((new_fd[i] = mm_receive_fd(c->sock)) == -1) {
378 close(new_fd[j]);
397 new_fd[0], new_fd[1], new_fd[2]);
407 close(new_fd[0]);
408 close(new_fd[1]);
409 close(new_fd[2]);
434 if (cctx->want_tty && tcgetattr(new_fd[
892 int new_fd[2]; local
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dredir.c958 int new_fd, clexec_flag; local
961 new_fd = fcntl (fd, F_DUPFD, SHELL_FD_BASE);
963 if (new_fd < 0)
972 closer = make_redirection (new_fd, r_close_this, rd);
976 rd.dest = new_fd;
996 rd.dest = new_fd;
1015 SET_CLOSE_ON_EXEC (new_fd);
H A Dinput.c220 save_bash_input (fd, new_fd)
221 int fd, new_fd;
233 nfd = (new_fd == -1) ? fcntl (fd, F_DUPFD, 10) : new_fd;
/macosx-10.10/ppp-786.1.1/Drivers/PPPoE/PPPoE-plugin/
H A Dmain.c403 int x, new_fd; local
410 new_fd = generic_establish_ppp(fd, NULL);
411 if (new_fd == -1)
417 return new_fd;
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_thingy.c810 Watch_fd new_fd; local
813 new_fd = watch_fds + nwatch;
814 new_fd->fd = fd;
815 new_fd->func = funcnam;
816 new_fd->widget = OPT_ISSET(ops,'w') ? 1 : 0;
/macosx-10.10/postfix-255/postfix/src/master/
H A Devent_server.c379 int new_fd; local
386 if ((new_fd = fcntl(fd, F_DUPFD, THRESHOLD_FD_WORKAROUND)) < 0)
389 fd = new_fd;
H A Dmulti_server.c375 int new_fd; local
382 if ((new_fd = fcntl(fd, F_DUPFD, THRESHOLD_FD_WORKAROUND)) < 0)
385 fd = new_fd;
/macosx-10.10/rsync-45/rsync/
H A Dio.c489 int new_fd; local
493 new_fd = io_filesfrom_f_in;
496 new_fd = -1;
500 new_fd = io_filesfrom_f_out;
502 if (new_fd > maxfd)
503 maxfd = new_fd;
/macosx-10.10/ppp-786.1.1/Drivers/PPTP/PPTP-plugin/
H A Dmain.c1265 int x, new_fd; local
1272 new_fd = generic_establish_ppp(fd, interface);
1273 if (new_fd == -1)
1280 return new_fd;
/macosx-10.10/emacs-93/emacs/src/
H A Dw32.c3539 int new_fd;
3541 new_fd = _dup (fd);
3542 if (new_fd >= 0 && new_fd < MAXDESC)
3545 fd_info[new_fd] = fd_info[fd];
3547 return new_fd;
3537 int new_fd; local
/macosx-10.10/ppp-786.1.1/Drivers/L2TP/L2TP-plugin/
H A Dmain.c2070 int x, new_fd; local
2077 new_fd = generic_establish_ppp(fd, interface);
2078 if (new_fd == -1)
2085 return new_fd;
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dsys-MacOSX.c1219 int new_fd; local
1237 new_fd = generic_establish_ppp(tty_fd, NULL);
1238 if (new_fd == -1) {
1246 set_flags(new_fd, get_flags(ppp_fd) & ~(SC_RCV_B7_0 | SC_RCV_B7_1 | SC_RCV_EVNP | SC_RCV_ODDP));
1248 return new_fd;
/macosx-10.10/bind9-45.101/bind9/lib/isc/win32/
H A Dsocket.c2331 SOCKET new_fd; local
2339 new_fd = socket(parent->pf, SOCK_STREAM, IPPROTO_TCP);
2344 nsock->fd = new_fd;

Completed in 260 milliseconds