HomeSort by relevance Sort by last modified time
    Searched full:fdopen (Results 26 - 50 of 614) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/native/cmds/screenshot/
screenshot.c 32 fb_in = fdopen(fb, "r");
  /ndk/sources/host-tools/make-3.81/
configh.dos 43 /* Define if you have the fdopen function. */
  /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/lib/
stdio.in.h 181 # undef fdopen
182 # define fdopen rpl_fdopen
184 _GL_FUNCDECL_RPL (fdopen, FILE *, (int fd, const char *mode)
186 _GL_CXXALIAS_RPL (fdopen, FILE *, (int fd, const char *mode));
188 _GL_CXXALIAS_SYS (fdopen, FILE *, (int fd, const char *mode));
190 _GL_CXXALIASWARN (fdopen);
192 # undef fdopen
193 /* Assume fdopen is always declared. */
194 _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/mips/mipsel-linux-android-4.6/libexec/gcc/mipsel-linux-android/4.6/
lto-wrapper 
liblto_plugin.so 
liblto_plugin.so.0 
liblto_plugin.so.0.0.0 
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/libexec/gcc/i686-linux-android/4.6/
lto-wrapper 
liblto_plugin.so 
liblto_plugin.so.0 
liblto_plugin.so.0.0.0 
  /frameworks/base/core/jni/
android_os_Debug.cpp 533 FILE* fp = fdopen(fd, "w");
535 ALOGW("fdopen(%d) failed: %s\n", fd, strerror(errno));
537 jniThrowRuntimeException(env, "fdopen() failed");
  /ndk/sources/host-tools/sed-4.2.1/sed/
utils.c 173 /* Panic on failing fdopen */
183 fp = fdopen (fd, mode);
231 fp = fdopen (fd, "w");
  /system/core/sh/
histedit.c 112 el_in = fdopen(0, "r");
114 el_out = fdopen(2, "w");
380 if ((efp = fdopen(fd, "w")) == NULL) {
  /external/openssl/crypto/rand/
randfile.c 88 #define fdopen _fdopen macro
214 out = fdopen(fd, "wb");
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /bootable/recovery/updater/
updater.c 62 FILE* cmd_pipe = fdopen(fd, "wb");
  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 406 fdopen
  /development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt 441 fdopen
  /development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt 343 fdopen
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 337 fdopen

Completed in 493 milliseconds

12 3 4 5 6 7 8 91011>>