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

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/asm/
fcntl.h 19 #include <asm-generic/fcntl.h>
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
fcntl.h 19 #include <asm-generic/fcntl.h>
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/
fcntl.h 19 #include <asm-generic/fcntl.h>
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/asm/
fcntl.h 19 #include <asm-generic/fcntl.h>
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
fcntl.h 19 #include <asm-generic/fcntl.h>
  /external/bison/lib/
dup-safer.c 24 #include <fcntl.h>
33 return fcntl (fd, F_DUPFD, STDERR_FILENO + 1);
dup-safer-flag.c 26 #include <fcntl.h>
31 fcntl(F_DUPFD_CLOEXEC) rather than fcntl(F_DUPFD). */
36 return fcntl (fd, (flag & O_CLOEXEC) ? F_DUPFD_CLOEXEC : F_DUPFD,
cloexec.c 25 #include <fcntl.h>
43 int flags = fcntl (desc, F_GETFD, 0);
50 || fcntl (desc, F_SETFD, newflags) != -1)
82 return fcntl (fd, F_DUPFD_CLOEXEC, 0);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fcntl.py 1 """Test program for the fcntl C module.
15 fcntl = import_module('fcntl') variable
40 fcntl.F_WRLCK, 0)
42 lockdata = struct.pack('hhlllii', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)
46 lockdata = struct.pack('hh'+start_len+'hh', fcntl.F_WRLCK, 0, 0, 0, 0, 0)
68 rv = fcntl.fcntl(self.f.fileno(), fcntl.F_SETFL, os.O_NONBLOCK)
70 print 'Status from fcntl with O_NONBLOCK: ', r
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fcntl.py 1 """Test program for the fcntl C module.
15 fcntl = import_module('fcntl') variable
40 fcntl.F_WRLCK, 0)
42 lockdata = struct.pack('hhlllii', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)
46 lockdata = struct.pack('hh'+start_len+'hh', fcntl.F_WRLCK, 0, 0, 0, 0, 0)
68 rv = fcntl.fcntl(self.f.fileno(), fcntl.F_SETFL, os.O_NONBLOCK)
70 print 'Status from fcntl with O_NONBLOCK: ', r
    [all...]
  /external/valgrind/main/none/tests/
fdleak_fcntl.c 3 #include <fcntl.h>
13 (void) DO( fcntl(s1, F_DUPFD, s1) );
  /bionic/libc/bionic/
rmdir.cpp 29 #include <fcntl.h>
unlink.cpp 29 #include <fcntl.h>
  /bionic/libc/kernel/uapi/asm-arm/asm/
fcntl.h 26 #include <asm-generic/fcntl.h>
  /bionic/libc/kernel/uapi/asm-arm64/asm/
fcntl.h 26 #include <asm-generic/fcntl.h>
  /development/ndk/platforms/android-3/arch-arm/include/asm/
fcntl.h 20 #include <asm-generic/fcntl.h>
  /development/ndk/platforms/android-L/arch-arm/include/asm/
fcntl.h 26 #include <asm-generic/fcntl.h>
  /development/ndk/platforms/android-L/arch-arm64/include/asm/
fcntl.h 26 #include <asm-generic/fcntl.h>
  /external/kernel-headers/original/uapi/asm-arm/asm/
fcntl.h 9 #include <asm-generic/fcntl.h>
  /external/kernel-headers/original/uapi/asm-arm64/asm/
fcntl.h 27 #include <asm-generic/fcntl.h>
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
fcntl.h 20 #include <asm-generic/fcntl.h>
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/
fcntl.h 20 #include <asm-generic/fcntl.h>
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/
fcntl.h 20 #include <asm-generic/fcntl.h>
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/
fcntl.h 20 #include <asm-generic/fcntl.h>
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm/
fcntl.h 20 #include <asm-generic/fcntl.h>

Completed in 979 milliseconds

12 3 4 5 6 7 8 91011>>