Searched refs:fdopen (Results 126 - 150 of 212) sorted by relevance

123456789

/macosx-10.9.5/gnudiff-19/diffutils/src/
H A Dsdiff.c686 diffout = fdopen (diff_fds[0], "r");
688 perror_fatal ("fdopen");
998 tmp = fdopen (fd, "w");
/macosx-10.9.5/lukemftp-13.92.1/tnftp/src/
H A Dftp.c.orig260 cin = fdopen(s, "r");
261 cout = fdopen(s, "w");
263 warnx("Can't fdopen socket");
1649 return (fdopen(data, lmode));
1707 return (fdopen(data, lmode));
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dwin32.h156 #undef fdopen macro
157 #define fdopen(h, m) rb_w32_fdopen(h, m) macro
/macosx-10.9.5/sudo-72/src/
H A Dvisudo.c870 if ((fp = fdopen(entry->fd, "r")) == NULL)
879 if ((fp = fdopen(entry->fd, "r")) == NULL)
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dssh-keygen.c950 f = fdopen(fd, "w");
952 printf("fdopen %s failed\n", identity_file);
1034 if ((out = fdopen(c, "w")) == NULL) {
1037 fatal("fdopen: %s", strerror(c));
1409 f = fdopen(fd, "w");
1411 printf("fdopen %s failed\n", identity_file);
1639 if ((f = fdopen(fd, "w")) == NULL)
1640 fatal("%s: fdopen: %s", __func__, strerror(errno));
2652 f = fdopen(fd, "w");
2654 printf("fdopen
[all...]
H A Dauth2-pubkey.c569 if ((f = fdopen(p[0], "r")) == NULL) {
570 error("%s: fdopen: %s", __func__, strerror(errno));
/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A Dratz.c663 # include <unix.h> /* for fdopen */
665 # ifndef fdopen
666 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
686 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
691 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
697 # define fdopen(fd,type) _fdopen(fd,type) macro
3605 # pragma map (fdopen , "\17
[all...]
/macosx-10.9.5/CommonCrypto-60049/cn_tool/
H A Dmain.c346 context->out_file = fdopen(STDOUT_FILENO, "a");
/macosx-10.9.5/Heimdal-323.92.1/appl/kx/
H A Dcommon.c435 f = fdopen(fd, "r+");
/macosx-10.9.5/Heimdal-323.92.1/appl/rcp/
H A Drcp.c688 if (fp == NULL && !(fp = fdopen(remout, "w")))
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dlog.c410 file = fdopen(i, "a");
415 N_("fdopen(%s) logfile: %s", ""),
/macosx-10.9.5/Security-55471.14.18/utilities/src/
H A Dcloud_keychain_diagnose.c229 log_file = fdopen(log_fd, "w");
/macosx-10.9.5/Security-55471.14.18/utilities/utilities/
H A Dcloud_keychain_diagnose.c229 log_file = fdopen(log_fd, "w");
/macosx-10.9.5/bash-92/bash-3.2/
H A Dredir.c330 if ((fd2 = dup (fd)) < 0 || (fp = fdopen (fd2, "w")) == NULL)
/macosx-10.9.5/bind9-45.100/bind9/bin/named/unix/
H A Dos.c839 fp = fdopen(fd, "w");
842 ns_main_earlywarning("could not fdopen() file '%s': %s",
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Dmovemail.c769 if ((mbf = fdopen (mbfi, "wb")) == NULL)
772 error ("Error in fdopen: %s", strerror (errno), 0);
/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dsystem.c795 fp = fdopen (p[PREAD], "r");
/macosx-10.9.5/gnutar-452/gnutar/tests/
H A Dgenfile.c773 fp = fdopen (fd[0], "r");
775 error (EXIT_FAILURE, errno, "fdopen");
/macosx-10.9.5/groff-38/groff/src/libs/libbib/
H A Dindex.cpp381 FILE *fp = fdopen(fd, FOPEN_RB);
383 error("fdopen failed");
/macosx-10.9.5/groff-38/groff/src/utils/indxbib/
H A Dindxbib.cpp240 indxfp = fdopen(fd, FOPEN_WB);
242 fatal("fdopen failed");
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/
H A Dfsck_messages.c413 FILE *out = fdopen(f, "w");
/macosx-10.9.5/iodbc-42.5/iodbc/iodbc/trace/
H A Dtrace.c343 if (fd < 0 || (trace_fp = fdopen (fd, "w")) == NULL)
/macosx-10.9.5/libxml2-26/libxml2/python/
H A Dtypes.c75 res = fdopen(fd, mode);
/macosx-10.9.5/lsof-52/lsof/tests/
H A DLTlib.c537 if (!(LsofFs = fdopen(LsofFd, "r")))
/macosx-10.9.5/mail_cmds-29/msgs/
H A Dmsgs.c811 if (fd == -1 || (cpto = fdopen(fd, "a")) == NULL) {

Completed in 372 milliseconds

123456789