Searched refs:fdopen (Results 176 - 200 of 212) sorted by relevance

123456789

/macosx-10.9.5/lukemftp-13.92.1/tnftp/src/
H A Dfetch.c756 fin = fdopen(s, "r+");
/macosx-10.9.5/network_cmds-433/ip6fw.tproj/
H A Dip6fw.c1396 if ((f = fdopen(pipedes[0], "r")) == NULL) {
1401 err(EX_OSERR, "fdopen()");
/macosx-10.9.5/ntp-88/ntpdc/
H A Dntpdc.c1997 if ((fi = fdopen(open("/dev/tty", 2), "r")) == NULL)
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Doptions.c1907 controlfile = fdopen(controlfd, "r");
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.c198 mal_setstatsfile(fdopen(dmove(xopen("/tmp/tcsh.trace",
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/clients/tools/
H A Dldapsearch.c1884 if (( tmpfp = fdopen( tmpfd, "w")) == NULL ) {
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCNetworkConnectionPrivate.c254 f = fdopen(fd, "w");
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/reachability/
H A DSCNetworkReachabilityServer_server.c1767 f = fdopen(fd, "w");
1771 "fdopen: failed");
/macosx-10.9.5/gpatch-3/patch/
H A Dpch.c130 pfp = fdopen (create_file (TMPPATNAME,
/macosx-10.9.5/libedit-39/src/
H A Dreadline.c1192 if ((tp = fdopen(fd, "r+")) == NULL) {
/macosx-10.9.5/nano-11/src/
H A Dtext.c494 f = fdopen(fd[0], "rb");
496 nperror("fdopen");
/macosx-10.9.5/ntp-88/ntpq/
H A Dntpq.c2662 if ((fi = fdopen(open("/dev/tty", 2), "r")) == NULL)
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/trace.tproj/
H A Dtrace.c1664 !(output_file = fdopen(output_fd, "w")))
/macosx-10.9.5/system_cmds-597.90.1/trace.tproj/
H A Dtrace.c1664 !(output_file = fdopen(output_fd, "w")))
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DtclUnixChan.c2955 * May invoke fdopen to create the FILE * for the requested file.
3012 * The call to fdopen below is probably dangerous, since it will
3017 f = fdopen(fd, (forWriting ? "w" : "r"));
/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A DtclUnixChan.c3121 * May invoke fdopen to create the FILE * for the requested file.
3179 * The call to fdopen below is probably dangerous, since it will
3184 f = fdopen(fd, (forWriting ? "w" : "r"));
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dexp_clib.c2849 if (!(fp = fdopen(ec,"r+"))) return(0);
/macosx-10.9.5/text_cmds-87/sort/
H A Dsort.c441 if (fd < 0 || (*pfp = fdopen (fd, "w")) == NULL)
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dzftp.c1940 zfsess->cin = fdopen(zfsess->control->fd, "r");
2736 * We fdopen'd the TCP control fd; since we can't fdclose it,
/macosx-10.9.5/curl-78.94.1/curl/
H A Dconfigure29291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if fdopen can be linked" >&5
29292 $as_echo_n "checking if fdopen can be linked... " >&6; }
29297 #define fdopen innocuous_fdopen
29303 #undef fdopen
29307 char fdopen ();
29314 return fdopen ();
29337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if fdopen is prototyped" >&5
29338 $as_echo_n "checking if fdopen is prototyped... " >&6; }
29346 $EGREP "fdopen" >/dev/null 2>&1; then :
29364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if fdopen i
[all...]
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/
H A DSSL.pm1401 sub fdopen { croak("Use of fdopen() not allowed with SSL" ) } subroutine
2374 =item fdopen
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dbuiltin.c1518 || ((out = fdopen(tempfd, "w")) == NULL)) {
3819 if ((fout = fdopen(fd, "w")) == 0) {
4107 || (fout = fdopen(tempfd, "w+")) == NULL)
H A Dexec.c2925 if ((newxtrerr = fdopen(movefd(dup(fileno(stderr))), "w"))) {
3771 fin = fdopen(in, "r");
/macosx-10.9.5/emacs-92/emacs/src/
H A Dlread.c980 stream = fdopen (fd, fmode);
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A Dhelper.c2129 if (NULL == (fp = fdopen(fd, "w")))
2131 helplog(ASL_LEVEL_ERR, "fdopen: %s",

Completed in 341 milliseconds

123456789