Searched refs:fdopen (Results 76 - 100 of 212) sorted by relevance

123456789

/macosx-10.9.5/diskdev_cmds-572.1.1/edquota.tproj/
H A Dedquota.c794 if ((fd = fdopen(dup(outfd), "w")) == NULL) {
839 fd = fdopen(dup(infd), "r");
981 if ((fd = fdopen(dup(outfd), "w")) == NULL) {
1015 fd = fdopen(dup(infd), "r");
/macosx-10.9.5/efax-36/efax/
H A Dfaxnotify92 fdst = os.fdopen(fd, 'wb')
/macosx-10.9.5/emacs-92/emacs/src/s/
H A Dms-w32.h367 #define fdopen _fdopen macro
/macosx-10.9.5/groff-38/groff/src/utils/xtotroff/
H A Dxtotroff.c163 out = fdopen(fd, "w");
/macosx-10.9.5/libstdcxx-60/src/
H A Dbasic_file.cc218 if (__c_mode && !this->is_open() && (_M_cfile = fdopen(__fd, __c_mode)))
/macosx-10.9.5/ntp-88/libopts/
H A Dmakeshell.c539 fp = fdopen( pipeFd[0], "r" FOPEN_BINARY_FLAG );
/macosx-10.9.5/ntp-88/sntp/libopts/
H A Dmakeshell.c539 fp = fdopen( pipeFd[0], "r" FOPEN_BINARY_FLAG );
/macosx-10.9.5/remote_cmds-41.90.1/wall.tproj/
H A Dwall.c249 if ((fd = mkstemp(tmpname)) == -1 || !(fp = fdopen(fd, "r+")))
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Drdjpgcom.c500 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
/macosx-10.9.5/text_cmds-87/cat/
H A Dcat.c161 fp = fdopen(fd, "r");
/macosx-10.9.5/text_cmds-87/split/
H A Dsplit.c246 if ((infp = fdopen(ifd, "r")) == NULL)
247 err(EX_NOINPUT, "fdopen");
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dinit.c614 shout = fdopen(SHTTY, "w");
1079 bshin = SHIN ? fdopen(SHIN, "r") : stdin;
1219 bshin = fdopen(SHIN, "r");
1272 bshin = fdopen(SHIN, "r");
/macosx-10.9.5/autofs-234/automountlib/
H A Dns_files.c669 if ((fp0 = fdopen(p[0], "r")) != NULL) {
756 if ((fp0 = fdopen(p[0], "r")) != NULL) {
/macosx-10.9.5/configd-596.15/configd.tproj/
H A Dconfigd.m217 _configd_trace = fdopen(fd, "a");
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dpex-win32.c862 return fdopen (fd, binary ? "rb" : "r");
874 return fdopen (fd, binary ? "wb" : "w");
/macosx-10.9.5/remote_cmds-41.90.1/tftp.tproj/
H A Dtftp.c189 file = fdopen(fd, "r");
330 file = fdopen(fd, "w");
/macosx-10.9.5/screen-22/screen/
H A Dfileio.c452 f = fd >= 0 ? fdopen(fd, mode) : 0;
658 if ((fi = fdopen(fd, mode)) == 0)
/macosx-10.9.5/vim-53/src/xxd/
H A Dxxd.c95 # include <unix.h> /* for fdopen() on MAC */
101 FILE _FAR *_Cdecl _FARFUNC fdopen(int __handle, char _FAR *__type);
627 (fpo = fdopen(fd, BIN_WRITE(revert))) == NULL)
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftp/
H A Dftp.c126 cin = fdopen (s, "r");
127 cout = fdopen (s, "w");
129 warnx ("fdopen failed.");
1423 return (fdopen (data, lmode));
1436 return (fdopen (data, lmode));
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Ddebugging.cpp345 if (FILE *f = fdopen(fd, "a")) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Ddebugging.cpp345 if (FILE *f = fdopen(fd, "a")) {
/macosx-10.9.5/adv_cmds-153/finger/
H A Dlprint.c336 if ((fp = fdopen(fd, "r")) == NULL)
/macosx-10.9.5/basic_cmds-55/uudecode/
H A Duudecode.c323 if ((outfp = fdopen(fd, "w")) == NULL) {
/macosx-10.9.5/curl-78.94.1/curl/docs/examples/
H A Dhiperfifo.c391 g->input = fdopen(sockfd, "r");
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dmemdebug.c421 FILE *res=fdopen(filedes, mode);
423 curl_memlog("FILE %s:%d fdopen(\"%d\",\"%s\") = %p\n",

Completed in 203 milliseconds

123456789