HomeSort by relevance Sort by last modified time
    Searched refs:fcntl (Results 1 - 25 of 4760) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/include/sys/
fcntl.h 1 #include <fcntl.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
fcntl.h 1 #include <fcntl.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
fcntl.h 1 #include <fcntl.h>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
fcntl.h 9 * This fcntl.h maps to the root fcntl.h
12 #include <fcntl.h>
file.h 9 * This file.h maps to the root fcntl.h
12 #include <fcntl.h>
  /bionic/libc/kernel/uapi/asm-x86/asm/
fcntl.h 19 #include <asm-generic/fcntl.h>
  /device/linaro/bootloader/edk2/StdLib/Include/
fcntl.h 1 #include <sys/fcntl.h>
  /external/kernel-headers/original/uapi/asm-x86/asm/
fcntl.h 1 #include <asm-generic/fcntl.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
fcntl.h 1 #include <asm-generic/fcntl.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
fcntl.h 1 #include <asm-generic/fcntl.h>
  /external/mesa3d/src/gallium/winsys/vc4/drm/
vc4_drm_winsys.c 25 #include <fcntl.h>
34 return vc4_screen_create(fcntl(fd, F_DUPFD_CLOEXEC, 3));
  /external/python/cpython2/Lib/test/
test_fcntl.py 1 """Test program for the fcntl C module.
13 # Skip test if no fcntl module.
14 fcntl = import_module('fcntl') variable
39 fcntl.F_WRLCK, 0)
41 lockdata = struct.pack('hhlllii', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)
45 lockdata = struct.pack('hh'+start_len+'hh', fcntl.F_WRLCK, 0, 0, 0, 0, 0)
73 rv = fcntl.fcntl(self.f.fileno(), fcntl.F_SETFL, os.O_NONBLOCK
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dup2.c 14 #include <fcntl.h>
23 if (fcntl(fd1, F_GETFL) < 0)
25 if (fcntl(fd2, F_GETFL) >= 0)
27 if (fcntl(fd1, F_DUPFD, fd2) < 0)
  /external/linux-kselftest/tools/testing/selftests/splice/
default_file_splice_read.c 3 #include <fcntl.h>
  /external/python/cpython2/Python/
dup2.c 14 #include <fcntl.h>
23 if (fcntl(fd1, F_GETFL) < 0)
25 if (fcntl(fd2, F_GETFL) >= 0)
27 if (fcntl(fd1, F_DUPFD, fd2) < 0)
  /external/python/cpython3/Lib/test/
test_fcntl.py 1 """Test program for the fcntl C module.
11 # Skip test if no fcntl module.
12 fcntl = import_module('fcntl') variable
34 fcntl.F_WRLCK, 0)
36 lockdata = struct.pack('qqihhi', 0, 0, 0, fcntl.F_WRLCK, 0, 0)
38 lockdata = struct.pack('hhlllii', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)
40 lockdata = struct.pack('hh'+start_len+'hh', fcntl.F_WRLCK, 0, 0, 0, 0, 0)
67 rv = fcntl.fcntl(self.f.fileno(), fcntl.F_SETFL, os.O_NONBLOCK
    [all...]
  /external/python/cpython3/Python/
dup2.c 14 #include <fcntl.h>
23 if (fcntl(fd1, F_GETFL) < 0)
25 if (fcntl(fd2, F_GETFL) >= 0)
27 if (fcntl(fd1, F_DUPFD, fd2) < 0)
  /bionic/libc/bionic/
dup2.cpp 29 #include <fcntl.h>
37 if (fcntl(old_fd, F_GETFD) == -1) {
rmdir.cpp 29 #include <fcntl.h>
unlink.cpp 29 #include <fcntl.h>
  /external/valgrind/none/tests/
fdleak_fcntl.c 3 #include <fcntl.h>
13 (void) DO( fcntl(s1, F_DUPFD, s1) );

Completed in 650 milliseconds

1 2 3 4 5 6 7 8 91011>>