HomeSort by relevance Sort by last modified time
    Searched full:fileno (Results 51 - 75 of 850) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/esound/
libesddsp.so.0.2.38 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libnss_files-2.7.so 
libnss_files.so 
libnss_files.so.2 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 33 #define fileno _fileno macro
  /system/core/toolbox/
cat.c 161 wfd = fileno(stdout);
191 fd = fileno(stdin);
196 fd = fileno(stdin);
224 if (fd != fileno(stdin))
  /external/libvorbis/examples/
frameview.pl 12 my $fileno=0;
214 -command=>[sub{$fileno-=10;$fileno=$first_file if($fileno<$first_file);
218 -command=>[sub{$fileno+=10;$fileno=$last_file if($fileno>$last_file);
222 -command=>[sub{$fileno-=1;$fileno=$first_file if($fileno<$first_file)
    [all...]
  /external/bzip2/
dlltest.c 132 if((fn_r == NULL && (BZ2fp_r = BZ2_bzdopen(fileno(stdin),"rb"))==NULL)
159 if((fn_w == NULL && (BZ2fp_w = BZ2_bzdopen(fileno(stdout),mode))==NULL)
  /external/llvm/lib/MC/
MCNullStreamer.cpp 91 virtual bool EmitDwarfFileDirective(unsigned FileNo, StringRef Directory,
95 virtual void EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
  /external/openssh/
clientloop.c 205 unset_nonblock(fileno(stdin));
216 set_nonblock(fileno(stdin));
435 len = read(fileno(stdin), buf, 1);
512 if (ioctl(fileno(stdin), TIOCGWINSZ, &ws) < 0)
582 FD_SET(fileno(stdin), *readsetp);
586 FD_SET(fileno(stdout), *writesetp);
588 FD_SET(fileno(stderr), *writesetp);
657 atomicio(vwrite, fileno(stdout), buffer_ptr(bout),
660 atomicio(vwrite, fileno(stderr), buffer_ptr(berr),
    [all...]
  /system/core/sh/bltin/
bltin.h 52 #undef fileno macro
62 #define fileno(f) ((f)->fd) macro
  /external/chromium_org/third_party/icu/source/io/
ufile.c 21 /* define for fileno. */
40 #if defined(U_WINDOWS) && !defined(fileno)
42 #define fileno _fileno macro
63 result->fFileno = fileno(f);
  /external/chromium_org/third_party/ots/test/
ot-sanitise.cc 61 ::setmode(fileno(stdout), O_BINARY);
  /external/icu4c/io/
ufile.c 22 * fileno is not declared when building with GCC in strict mode.
37 #if U_PLATFORM_USES_ONLY_WIN32_API && !defined(fileno)
39 #define fileno _fileno macro
60 result->fFileno = fileno(f);
  /external/iproute2/netem/
stats.c 27 fstat(fileno(fp), &info);
  /external/libvpx/libvpx/
tools_common.h 35 #define fileno _fileno macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xw32defs.h 42 #define fileno _fileno 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 42 #define fileno _fileno 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 42 #define fileno _fileno macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
__init__.py 33 fd=_sys.__stdout__.fileno())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fileinput.py 174 self.assertEqual(fi.fileno(), -1)
176 self.assertNotEqual(fi.fileno(), -1)
178 self.assertEqual(fi.fileno(), -1)
180 self.assertEqual(fi.fileno(), -1)
test_urllibnet.py 63 for attr in ("read", "readline", "readlines", "fileno", "close",
121 # Make sure fd returned by fileno is valid.
123 fd = open_url.fileno()
127 "returned by fileno failed")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
__init__.py 33 fd=_sys.__stdout__.fileno())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fileinput.py 174 self.assertEqual(fi.fileno(), -1)
176 self.assertNotEqual(fi.fileno(), -1)
178 self.assertEqual(fi.fileno(), -1)
180 self.assertEqual(fi.fileno(), -1)
test_urllibnet.py 63 for attr in ("read", "readline", "readlines", "fileno", "close",
121 # Make sure fd returned by fileno is valid.
123 fd = open_url.fileno()
127 "returned by fileno failed")

Completed in 482 milliseconds

1 23 4 5 6 7 8 91011>>