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

12 3 4 5 6 7 8 91011>>

  /external/dropbear/
netbsd_getpass.c 93 (void)tcgetattr(fileno(fp), &term);
96 (void)tcsetattr(fileno(fp), TCSAFLUSH /*|TCSASOFT*/, &term);
105 (void)write(fileno(outfp), "\n", 1);
108 (void)tcsetattr(fileno(fp), TCSAFLUSH/*|TCSASOFT*/, &term);
  /external/stlport/src/
_stdio_file.h 34 # include <unix.h> /* get the definition of fileno */
72 inline int _FILE_fd(const FILE *__f) { return fileno(__CONST_CAST(FILE*, __f)); }
85 * dwa: I'm not sure they provide fileno for all OS's, but this should
91 inline int _FILE_fd(const FILE *__f) { return ::fileno(__CONST_CAST(FILE*, __f)); }
  /ndk/sources/cxx-stl/stlport/src/
_stdio_file.h 34 # include <unix.h> /* get the definition of fileno */
72 inline int _FILE_fd(const FILE *__f) { return fileno(__CONST_CAST(FILE*, __f)); }
85 * dwa: I'm not sure they provide fileno for all OS's, but this should
91 inline int _FILE_fd(const FILE *__f) { return ::fileno(__CONST_CAST(FILE*, __f)); }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixfile.py 105 return posix.fdopen(posix.dup(self._file_.fileno()), self._file_.mode)
113 posix.dup2(self._file_.fileno(), fd)
133 cur_fl = fcntl.fcntl(file.fileno(), fcntl.F_GETFL, 0)
137 l_flags = fcntl.fcntl(file.fileno(), fcntl.F_SETFL, l_flags)
141 l_flags = fcntl.fcntl(file.fileno(), fcntl.F_SETFD, arg)
145 l_flags = fcntl.fcntl(file.fileno(), fcntl.F_GETFL, 0)
147 if fcntl.fcntl(file.fileno(), fcntl.F_GETFD, 0) & 1:
195 flock = fcntl.fcntl(self._file_.fileno(), cmd, flock)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
posixfile.py 105 return posix.fdopen(posix.dup(self._file_.fileno()), self._file_.mode)
113 posix.dup2(self._file_.fileno(), fd)
133 cur_fl = fcntl.fcntl(file.fileno(), fcntl.F_GETFL, 0)
137 l_flags = fcntl.fcntl(file.fileno(), fcntl.F_SETFL, l_flags)
141 l_flags = fcntl.fcntl(file.fileno(), fcntl.F_SETFD, arg)
145 l_flags = fcntl.fcntl(file.fileno(), fcntl.F_GETFL, 0)
147 if fcntl.fcntl(file.fileno(), fcntl.F_GETFD, 0) & 1:
195 flock = fcntl.fcntl(self._file_.fileno(), cmd, flock)
  /external/chromium_org/v8/tools/testrunner/server/
daemon.py 69 #os.dup2(si.fileno(), sys.stdin.fileno())
70 #os.dup2(so.fileno(), sys.stdout.fileno())
71 #os.dup2(se.fileno(), sys.stderr.fileno())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 80 _multiprocessing.sendfd(conn.fileno(), handle)
83 return _multiprocessing.recvfd(conn.fileno())
166 rh = reduce_handle(conn.fileno())
188 reduced_handle = reduce_handle(s.fileno())
206 rh = reduce_handle(conn.fileno())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 80 _multiprocessing.sendfd(conn.fileno(), handle)
83 return _multiprocessing.recvfd(conn.fileno())
166 rh = reduce_handle(conn.fileno())
188 reduced_handle = reduce_handle(s.fileno())
206 rh = reduce_handle(conn.fileno())
  /external/openssh/
sshtty.c 61 if (tcsetattr(fileno(stdin), TCSADRAIN, &_saved_tio) == -1) {
73 if (tcgetattr(fileno(stdin), &tio) == -1) {
91 if (tcsetattr(fileno(stdin), TCSADRAIN, &tio) == -1) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
__init__.py 30 def fileno(self): member in class:Profile
32 return self._prof.fileno()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
__init__.py 30 def fileno(self): member in class:Profile
32 return self._prof.fileno()
  /art/runtime/base/unix_file/
fd_file_test.cc 26 return new FdFile(fileno(tmpfile()));
  /bionic/tests/
sys_stat_test.cpp 27 int fd = fileno(fp);
  /external/bison/lib/
fopen-safer.c 37 int fd = fileno (fp);
  /external/jpeg/
cdjpeg.c 154 setmode(fileno(stdin), O_BINARY);
157 if ((input_file = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
172 setmode(fileno(stdout), O_BINARY);
175 if ((output_file = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) {
  /external/libvpx/libvpx/
tools_common.c 21 #define _fileno fileno
  /external/qemu/distrib/jpeg-6b/
cdjpeg.c 154 setmode(fileno(stdin), O_BINARY);
157 if ((input_file = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
172 setmode(fileno(stdout), O_BINARY);
175 if ((output_file = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xw32defs.h 33 #define fileno _fileno macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/esound/
libesddsp.so.0 
libesddsp.so.0.2.38 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libnss_files-2.7.so 
libnss_files.so 
libnss_files.so.2 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 33 #define fileno _fileno macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/esound/
libesddsp.so.0 

Completed in 683 milliseconds

12 3 4 5 6 7 8 91011>>