HomeSort by: relevance | last modified time | path
    Searched refs:fdopen (Results 1 - 25 of 382) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
fdopen2.c 1 /* Check that the syscalls implementing fdopen work trivially.
29 f = fdopen (1, "w");
32 perr ("fdopen or fwrite");
39 f = fdopen (0, "r");
fdopen1.c 1 /* Check that the syscalls implementing fdopen work trivially. */
30 f = fdopen (fd, "w");
33 perr ("fdopen or fwrite");
42 f = fdopen (fd, "r");
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
fdopen2.c 1 /* Check that the syscalls implementing fdopen work trivially.
29 f = fdopen (1, "w");
32 perr ("fdopen or fwrite");
39 f = fdopen (0, "r");
fdopen1.c 1 /* Check that the syscalls implementing fdopen work trivially. */
30 f = fdopen (fd, "w");
33 perr ("fdopen or fwrite");
42 f = fdopen (fd, "r");
  /src/sys/arch/bebox/stand/boot/
conf.c 38 extern int fdopen(struct open_file *, ...);
54 { "fd", fdstrategy, fdopen, fdclose, noioctl },
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
libgprofng.ver 26 fdopen;
44 fdopen;
71 fdopen;
112 fdopen;
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
libgprofng.ver 26 fdopen;
44 fdopen;
71 fdopen;
112 fdopen;
  /src/sys/arch/x68k/stand/libsa/
libx68k.h 61 int fdopen(struct open_file *, ...);
  /src/sys/arch/mipsco/obio/
i82072.c 48 dev_type_open(fdopen); variable
52 .d_open = fdopen,
63 .d_open = fdopen,
138 fdopen(dev_t dev, int flags, int mode, struct lwp *l) function
  /src/tools/compat/
dprintf.c 55 if ((fp = fdopen(e, "r+")) == NULL) {
  /src/lib/libc/stdio/
fdopen.c 1 /* $NetBSD: fdopen.c,v 1.18 2017/11/09 20:30:02 christos Exp $ */
38 static char sccsid[] = "@(#)fdopen.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: fdopen.c,v 1.18 2017/11/09 20:30:02 christos Exp $");
60 __weak_alias(fdopen,_fdopen)
64 fdopen(int fd, const char *mode)
tmpfile.c 78 if ((fp = fdopen(fd, "w+")) == NULL) {
  /src/usr.bin/sort/
tmp.c 99 if (!(fp = fdopen(fd, "w+")))
100 err(2, "ftmp: fdopen(\"%s\")", path);
  /src/external/bsd/openldap/dist/servers/slapd/back-sock/
opensock.c 69 if ( ( fp = fdopen( fd, "r+" ) ) == NULL ) {
70 Debug( LDAP_DEBUG_ANY, "fdopen failed\n" );
  /src/external/gpl3/binutils/dist/libiberty/
fopen_unlocked.c 52 Opens and returns a @code{FILE} pointer via @code{fdopen}. If the
118 FILE *const fp = fdopen (fildes, mode);
  /src/external/gpl3/binutils.old/dist/libiberty/
fopen_unlocked.c 52 Opens and returns a @code{FILE} pointer via @code{fdopen}. If the
118 FILE *const fp = fdopen (fildes, mode);
  /src/external/gpl3/gcc/dist/libiberty/
fopen_unlocked.c 52 Opens and returns a @code{FILE} pointer via @code{fdopen}. If the
118 FILE *const fp = fdopen (fildes, mode);
  /src/external/gpl3/gcc.old/dist/libiberty/
fopen_unlocked.c 52 Opens and returns a @code{FILE} pointer via @code{fdopen}. If the
118 FILE *const fp = fdopen (fildes, mode);
  /src/external/gpl3/gdb/dist/gdbsupport/
scoped_fd.h 72 gdb_file_up result (fdopen (m_fd, mode));
  /src/external/gpl3/gdb/dist/libiberty/
fopen_unlocked.c 52 Opens and returns a @code{FILE} pointer via @code{fdopen}. If the
118 FILE *const fp = fdopen (fildes, mode);
  /src/external/gpl3/gdb.old/dist/gdbsupport/
scoped_fd.h 72 gdb_file_up result (fdopen (m_fd, mode));
  /src/external/gpl3/gdb.old/dist/libiberty/
fopen_unlocked.c 52 Opens and returns a @code{FILE} pointer via @code{fdopen}. If the
118 FILE *const fp = fdopen (fildes, mode);
  /src/bin/pax/
tty_subs.c 84 if ((ttyoutf = fdopen(ttyfd, "w")) != NULL) {
85 if ((ttyinf = fdopen(ttyfd, "r")) != NULL)
  /src/usr.bin/cmp/
special.c 58 if ((fp1 = fdopen(fd1, "r")) == NULL)
60 if ((fp2 = fdopen(fd2, "r")) == NULL)
  /src/external/cddl/osnet/dist/uts/common/zmod/
zutil.h 135 # include <unix.h> /* for fdopen */
137 # ifndef fdopen
138 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
158 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
163 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
169 # define fdopen(fd,type) _fdopen(fd,type) macro

Completed in 31 milliseconds

1 2 3 4 5 6 7 8 91011>>