HomeSort by relevance Sort by last modified time
    Searched defs:fdopen (Results 1 - 17 of 17) sorted by null

  /bionic/libc/stdio/
fdopen.c 1 /* $OpenBSD: fdopen.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */
42 fdopen(int fd, const char *mode) function
  /external/openssl/crypto/rand/
randfile.c 88 #define fdopen _fdopen macro
214 out = fdopen(fd, "wb");
  /external/zlib/src/
zutil.h 125 # include <unix.h> /* for fdopen */
127 # ifndef fdopen
128 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
149 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
154 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
160 # define fdopen(fd,type) _fdopen(fd,type) macro
  /external/qemu/distrib/zlib-1.2.3/
zutil.h 128 # include <unix.h> /* for fdopen */
130 # ifndef fdopen
131 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
151 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
156 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
162 # define fdopen(fd,type) _fdopen(fd,type) macro
  /external/bison/darwin-lib/
stdio.h 493 # undef fdopen
494 # define fdopen rpl_fdopen
496 _GL_FUNCDECL_RPL (fdopen, FILE *, (int fd, const char *mode)
498 _GL_CXXALIAS_RPL (fdopen, FILE *, (int fd, const char *mode));
500 _GL_CXXALIAS_SYS (fdopen, FILE *, (int fd, const char *mode));
502 _GL_CXXALIASWARN (fdopen);
504 # undef fdopen macro
505 /* Assume fdopen is always declared. */
506 _GL_WARN_ON_USE (fdopen, "fdopen on native Windows platforms is not POSIX compliant -
    [all...]
  /external/bison/linux-lib/
stdio.h 493 # undef fdopen
494 # define fdopen rpl_fdopen
496 _GL_FUNCDECL_RPL (fdopen, FILE *, (int fd, const char *mode)
498 _GL_CXXALIAS_RPL (fdopen, FILE *, (int fd, const char *mode));
500 _GL_CXXALIAS_SYS (fdopen, FILE *, (int fd, const char *mode));
502 _GL_CXXALIASWARN (fdopen);
504 # undef fdopen macro
505 /* Assume fdopen is always declared. */
506 _GL_WARN_ON_USE (fdopen, "fdopen on native Windows platforms is not POSIX compliant -
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xw32defs.h 41 #define fdopen _fdopen macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xw32defs.h 32 #define fdopen _fdopen macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 41 #define fdopen _fdopen macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 32 #define fdopen _fdopen macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 41 #define fdopen _fdopen macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 32 #define fdopen _fdopen macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 54 #define fdopen(FILDES,MODE) fdopen_unlocked(FILDES,MODE) macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 54 #define fdopen(FILDES,MODE) fdopen_unlocked(FILDES,MODE) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 54 #define fdopen(FILDES,MODE) fdopen_unlocked(FILDES,MODE) macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 54 #define fdopen(FILDES,MODE) fdopen_unlocked(FILDES,MODE) macro
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 200 /// FILE *fdopen(int fildes, const char *mode);
201 fdopen, enumerator in enum:llvm::LibFunc::Func

Completed in 192 milliseconds