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

12 3 4 5 6 7 8 91011

  /external/e2fsprogs/lib/ss/
list_rqs.c 47 output = fdopen(fd, "w");
  /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
  /external/iproute2/misc/
nstat.c 233 FILE *fp = fdopen(net_snmp_open(), "r");
242 FILE *fp = fdopen(net_snmp6_open(), "r");
251 FILE *fp = fdopen(net_netstat_open(), "r");
407 FILE *fp = fdopen(clnt, "w");
545 if ((hist_fp = fdopen(fd, "r+")) == NULL) {
546 perror("nstat: fdopen history file");
586 FILE *sfp = fdopen(fd, "r");
  /system/core/sh/
histedit.c 112 el_in = fdopen(0, "r");
114 el_out = fdopen(2, "w");
380 if ((efp = fdopen(fd, "w")) == NULL) {
  /bootable/recovery/updater/
updater.c 63 FILE* cmd_pipe = fdopen(fd, "wb");
  /external/chromium-trace/trace-viewer/build/
generate_standalone_timeline_view.py 54 return os.fdopen(os.dup(sys.stdout.fileno()), 'w')
  /external/chromium_org/tools/win/link_limiter/
build_link_limiter.py 18 with os.fdopen(fd, 'w') as f: