/bionic/libc/include/sys/ |
fcntl.h | 1 #include <fcntl.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/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>
|
/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.11-4.8/sysroot/usr/include/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/strace/tests/ |
fcntl64.test | 5 . "${srcdir=.}/fcntl.test"
|
/external/strace/xlat/ |
fcntl64cmds.in | 1 /* asm-generic/fcntl.h */
|
/bionic/libc/arch-arm64/syscalls/ |
fcntl.S | 5 ENTRY(fcntl) function 14 END(fcntl)
|
/external/valgrind/none/tests/ |
fdleak_fcntl.c | 3 #include <fcntl.h> 13 (void) DO( fcntl(s1, F_DUPFD, s1) );
|
fcntl_setown.c | 1 #include <fcntl.h> 17 if (fcntl(s, F_SETOWN, getpid()) < 0) 19 perror("fcntl(F_SETOWN)");
|
fdleak_open.c | 1 #include <fcntl.h>
|
fdleak_dup.c | 2 #include <fcntl.h>
|
/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...] |
/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>
|
/external/giflib/ |
config.h | 9 #include <fcntl.h>
|
/bionic/libc/arch-x86_64/syscalls/ |
fcntl.S | 5 ENTRY(fcntl) function 15 END(fcntl)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
fcntl.h | 9 #include <asm-generic/fcntl.h>
|
/external/nanopb-c/tests/common/ |
test_helpers.h | 8 #include <fcntl.h>
|
/external/valgrind/memcheck/tests/ |
file_locking.stderr.exp | 4 fcntl: Resource temporarily unavailable
|