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

  /bionic/libc/upstream-freebsd/lib/libc/stdio/
fdopen.c 34 static char sccsid[] = "@(#)fdopen.c 8.1 (Berkeley) 6/4/93";
50 fdopen(int fd, const char *mode) function
  /external/chromium_org/third_party/openssl/openssl/crypto/rand/
randfile.c 88 #define fdopen _fdopen macro
214 out = fdopen(fd, "wb");
  /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/chromium_org/third_party/zlib/
zutil.h 133 # include <unix.h> /* for fdopen */
135 # ifndef fdopen
136 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
156 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
161 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
167 # 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 210 /// FILE *fdopen(int fildes, const char *mode);
211 fdopen, enumerator in enum:llvm::LibFunc::Func
  /external/chromium_org/third_party/mongoose/
mongoose.c 129 #define fdopen(x, y) _fdopen((x), (y)) macro
    [all...]

Completed in 1048 milliseconds