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

12 3 4 5 6

  /external/openssh/
auth-rhosts.c 78 if ((f = fdopen(fd, "r")) == NULL) {
  /frameworks/base/cmds/screenshot/
screenshot.c 32 fb_in = fdopen(fb, "r");
  /external/bison/src/
output.c 550 out = fdopen (filter_fd[0], "w");
553 "fdopen");
573 in = fdopen (filter_fd[1], "r");
576 "fdopen");
  /external/jpeg/
wrjpgcom.c 495 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
527 if ((outfile = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) {
rdjpgcom.c 481 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
  /external/qemu/distrib/jpeg-6b/
wrjpgcom.c 495 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
527 if ((outfile = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) {
rdjpgcom.c 481 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
  /external/iproute2/misc/
ifstat.c 522 FILE *fp = fdopen(clnt, "w");
695 if ((hist_fp = fdopen(fd, "r+")) == NULL) {
696 perror("ifstat: fdopen history file");
736 FILE *sfp = fdopen(fd, "r");
  /external/libpng/contrib/gregbook/
wpng.c 110 # include <fcntl.h> /* O_BINARY for fdopen() without text translation */
307 /* some buggy C libraries require BOTH setmode() and fdopen(bin) */
311 if ((wpng_info.infile = fdopen(fileno(stdin), "rb")) == NULL) {
316 if ((wpng_info.outfile = fdopen(fileno(stdout), "wb")) == NULL) {
439 (keybd = fdopen(fileno(stderr), "r")) != NULL &&
  /external/ppp/pppd/plugins/
winbind.c 325 pipe_in = fdopen(child_in[1], "w");
327 pipe_out = fdopen(child_out[0], "r");
  /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");
  /bionic/libc/include/
stdio.h 166 #define __SAPP 0x0100 /* fdopen()ed in append mode */
308 FILE *fdopen(int, const char *);
  /bootable/recovery/
install.cpp 133 FILE* from_child = fdopen(pipefd[0], "r");
  /development/ndk/platforms/android-3/include/
stdio.h 166 #define __SAPP 0x0100 /* fdopen()ed in append mode */
307 FILE *fdopen(int, const char *);
  /development/ndk/platforms/android-8/include/
stdio.h 166 #define __SAPP 0x0100 /* fdopen()ed in append mode */
307 FILE *fdopen(int, const char *);
  /external/e2fsprogs/lib/blkid/
read.c 408 file = fdopen(fd, "r");
  /external/webkit/Tools/Scripts/webkitpy/common/system/
filesystem.py 196 f = os.fdopen(temp_fd, 'wb')
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.cpp 313 FILE *out = fdopen(dup(fd), "w");
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/lib/gcc/mipsel-linux-android/4.4.3/include-fixed/
stdio.h 175 #define __SAPP 0x0100 /* fdopen()ed in append mode */
316 FILE *fdopen(int, const char *);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
stdio.h 166 #define __SAPP 0x0100 /* fdopen()ed in append mode */
307 FILE *fdopen(int, const char *);
  /prebuilts/gcc/darwin-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/
stdio.h 175 #define __SAPP 0x0100 /* fdopen()ed in append mode */
316 FILE *fdopen(int, const char *);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mf-runtime.h 134 #pragma redefine_extname fdopen __mfwrap_fdopen
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/lib/gcc/mipsel-linux-android/4.4.3/include-fixed/
stdio.h 175 #define __SAPP 0x0100 /* fdopen()ed in append mode */
316 FILE *fdopen(int, const char *);
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
stdio.h 166 #define __SAPP 0x0100 /* fdopen()ed in append mode */
307 FILE *fdopen(int, const char *);
  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/
stdio.h 175 #define __SAPP 0x0100 /* fdopen()ed in append mode */
316 FILE *fdopen(int, const char *);

Completed in 637 milliseconds

12 3 4 5 6