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

1 23 4 5 6 7 8 91011>>

  /external/python/cpython2/Lib/
posixfile.py 57 "fcntl.lockf() provides better locking", DeprecationWarning, 2)
117 import fcntl, os
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
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
posixfile.py 57 "fcntl.lockf() provides better locking", DeprecationWarning, 2)
117 import fcntl, os
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
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
posixfile.py 57 "fcntl.lockf() provides better locking", DeprecationWarning, 2)
117 import fcntl, os
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
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixfile.py 57 "fcntl.lockf() provides better locking", DeprecationWarning, 2)
117 import fcntl, os
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
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
posixfile.py 57 "fcntl.lockf() provides better locking", DeprecationWarning, 2)
117 import fcntl, os
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
    [all...]
  /bionic/libc/bionic/
chmod.cpp 29 #include <fcntl.h>
mkdir.cpp 29 #include <fcntl.h>
  /bionic/libc/include/sys/
file.h 35 #include <fcntl.h>
  /bionic/libc/kernel/uapi/linux/
timerfd.h 22 #include <linux/fcntl.h>
  /external/curl/src/
tool_binmode.c 31 # include <fcntl.h>
  /external/kernel-headers/original/uapi/linux/
timerfd.h 15 #include <linux/fcntl.h>
21 * CAREFUL: Check include/asm-generic/fcntl.h when defining
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl01.c 6 * Test F_DUPFD, F_SETFL cmds of fcntl
9 * fcntl
32 #include <fcntl.h>
63 sprintf(fname, "./fcntl%d.%d", i, mypid);
75 if ((fd[2] = fcntl(fd[1], F_DUPFD, 1)) == -1)
76 tst_resm(TFAIL | TERRNO, "fcntl(.., 1) failed");
82 if ((fd[4] = fcntl(fd[1], F_DUPFD, fd2[3])) < 0)
83 tst_resm(TFAIL | TERRNO, "fcntl(.., fd2[3]) failed");
89 if ((fd[8] = fcntl(fd[1], F_DUPFD, fd2[5])) < 0)
90 tst_resm(TFAIL | TERRNO, "fcntl(.., fd2[5]) failed")
    [all...]
  /external/nanopb-c/tests/common/
test_helpers.h 8 #include <fcntl.h>
  /external/strace/tests/
eventfd.c 29 #include <fcntl.h>
pipe.c 37 # include <fcntl.h>
  /external/strace/tests-m32/
eventfd.c 29 #include <fcntl.h>
pipe.c 37 # include <fcntl.h>
  /external/strace/tests-mx32/
eventfd.c 29 #include <fcntl.h>
pipe.c 37 # include <fcntl.h>
  /external/syslinux/com32/lib/
creat.c 7 #include <fcntl.h>
  /external/valgrind/none/tests/
fdleak_creat.c 3 #include <fcntl.h>
fdleak_dup.c 2 #include <fcntl.h>
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
11-1.c 18 #include <fcntl.h>
34 flags = fcntl(fd, F_GETFD);
36 perror("An error occurs when calling fcntl()");
  /system/core/toolbox/upstream-netbsd/bin/dd/
dd_hostops.c 37 #include <fcntl.h>
45 .op_fcntl = fcntl,
  /external/libmojo/mojo/edk/test/
test_utils_posix.cc 7 #include <fcntl.h>
21 int original_flags = fcntl(handle.handle, F_GETFL);
23 fcntl(handle.handle, F_SETFL, original_flags & (~O_NONBLOCK)) != 0) {
29 fcntl(handle.handle, F_SETFL, original_flags);
42 int original_flags = fcntl(handle.handle, F_GETFL);
44 fcntl(handle.handle, F_SETFL, original_flags & (~O_NONBLOCK)) != 0) {
50 fcntl(handle.handle, F_SETFL, original_flags);

Completed in 2138 milliseconds

1 23 4 5 6 7 8 91011>>