Searched refs:fdopen (Results 151 - 175 of 212) sorted by relevance

123456789

/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_true.c220 if (fd >= 0 && (up->debug = fdopen(fd, "r+"))) {
/macosx-10.9.5/sudo-72/src/
H A Dlogging.c671 mail = fdopen(pfd[1], "w");
/macosx-10.9.5/system_cmds-597.90.1/at.tproj/
H A Dat.c322 if((fp = fdopen(fdes, "w")) == NULL)
/macosx-10.9.5/system_cmds-597.90.1/pwd_mkdb.tproj/
H A Dpwd_mkdb.c265 * fdopen the resulting fd. The resulting file should be readable by
273 if ((oldfp = fdopen(tfd, "w")) == NULL)
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/at.tproj/
H A Dat.c322 if((fp = fdopen(fdes, "w")) == NULL)
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/pwd_mkdb.tproj/
H A Dpwd_mkdb.c265 * fdopen the resulting fd. The resulting file should be readable by
273 if ((oldfp = fdopen(tfd, "w")) == NULL)
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dloop.c238 inp = fdopen(dup(usezle ? SHTTY : 0), "r");
/macosx-10.9.5/vim-53/src/
H A Dif_cscope.c1001 if ((csinfo[i].to_fp = fdopen(to_cs[1], "w")) == NULL)
1002 PERROR(_("cs_create_connection: fdopen for to_fp failed"));
1003 if ((csinfo[i].fr_fp = fdopen(from_cs[0], "r")) == NULL)
1004 PERROR(_("cs_create_connection: fdopen for fr_fp failed"));
1042 PERROR(_("cs_create_connection: fdopen for to_fp failed"));
1046 PERROR(_("cs_create_connection: fdopen for fr_fp failed"));
/macosx-10.9.5/adv_cmds-153/localedef/
H A Dlocaledef.pl233 $CMAP->fdopen(fileno(CMAP_KLUDGE), "r") || &exit(4, "Can't fdopen $opt{f}: $!\n");
/macosx-10.9.5/bash-92/bash-3.2/
H A Dshell.c1472 default_input = fdopen (fd, "r");
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dopncls.c44 /* fdopen is a loser -- we should use stdio exclusively. Unfortunately
166 then <<fdopen>> is used to open the file; otherwise, <<fopen>>
168 <<fdopen>>.
199 nbfd->iostream = fdopen (fd, mode);
279 <<bfd_fdopenr>> is to <<bfd_fopenr>> much like <<fdopen>> is to
/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dincremen.c1043 listed_incremental_stream = fdopen (fd, "r+");
/macosx-10.9.5/gpatch-3/patch/
H A Dpatch.c1156 FILE *f = fdopen (fd, binary_transput ? "wb" : "w");
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1632 inline FILE* FDOpen(int fd, const char* mode) { return fdopen(fd, mode); }
/macosx-10.9.5/lsof-52/lsof/lib/
H A Ddvch.c811 if (!(DCfs = fdopen(DCfd, "r"))) {
814 "%s: WARNING: can't fdopen(%s)\n", Pn, DCpath[DCpathX]);
/macosx-10.9.5/ncurses-42/ncurses/progs/
H A Dtic.c459 result = fdopen(fd, "w");
/macosx-10.9.5/network_cmds-433/dnctl/
H A Ddnctl.c1263 if ((f = fdopen(pipedes[0], "r")) == NULL) {
1268 err(EX_OSERR, "fdopen()");
/macosx-10.9.5/remote_cmds-41.90.1/rcp.tproj/
H A Drcp.c943 if (fp == NULL && !(fp = fdopen(rem, "w")))
/macosx-10.9.5/remote_cmds-41.90.1/tftpd.tproj/
H A Dtftpd.c846 file = fdopen(fd, (mode == RRQ)? "r":"w");
/macosx-10.9.5/uucp-11/uucp/contrib/
H A Dxchat.c873 if ((dbf = fdopen(dbfd, "w")) == NULL)
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dreadline.c1184 if ((tp = fdopen(fd, "r+")) == NULL) {
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dscp.c1382 if (fp != NULL || (remout != -1 && (fp = fdopen(remout, "w")))) {
/macosx-10.9.5/bzip2-29/bzip2/
H A Dbzip2.c971 fp = fdopen(fh, mode);
H A Dbzlib.c1431 fp = fdopen(fd,mode2);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/
H A DMakefile168 clearerr.c fclose.c fdopen.c feof.c ferror.c fflush.c \

Completed in 228 milliseconds

123456789