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

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
file.h 36 #include <fcntl.h>
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
file.h 36 #include <fcntl.h>
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
file.h 36 #include <fcntl.h>
  /bionic/libc/arch-arm64/syscalls/
fcntl.S 5 ENTRY(fcntl) function
14 END(fcntl)
  /bionic/libc/arch-x86_64/syscalls/
fcntl.S 5 ENTRY(fcntl) function
15 END(fcntl)
  /external/valgrind/main/none/tests/
fcntl_setown.c 1 #include <fcntl.h>
17 if (fcntl(s, F_SETOWN, getpid()) < 0)
19 perror("fcntl(F_SETOWN)");
fdleak_creat.c 3 #include <fcntl.h>
fdleak_dup.c 2 #include <fcntl.h>
  /external/chromium_org/tools/gyp/pylib/gyp/
flock_tool.py 9 import fcntl namespace
39 # where fcntl.flock(fd, LOCK_EX) always fails
43 op = struct.pack('hhllhhl', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)
44 fcntl.fcntl(fd, fcntl.F_SETLK, op)
  /external/bison/lib/
pipe2.c 23 #include <fcntl.h>
43 creating the pipe but later fail at changing fcntl, we want
115 On Unix platforms, O_NONBLOCK is defined by the system. Use fcntl(). */
120 if ((fcntl_flags = fcntl (fd[1], F_GETFL, 0)) < 0
121 || fcntl (fd[1], F_SETFL, fcntl_flags | O_NONBLOCK) == -1
122 || (fcntl_flags = fcntl (fd[0], F_GETFL, 0)) < 0
123 || fcntl (fd[0], F_SETFL, fcntl_flags | O_NONBLOCK) == -1)
131 if ((fcntl_flags = fcntl (fd[1], F_GETFD, 0)) < 0
132 || fcntl (fd[1], F_SETFD, fcntl_flags | FD_CLOEXEC) == -1
133 || (fcntl_flags = fcntl (fd[0], F_GETFD, 0)) <
    [all...]
  /external/ppp/pppd/plugins/radius/
lock.c 14 #include <fcntl.h>
27 res = fcntl(fd, F_SETLK, &fl);
45 return fcntl(fd, F_SETLK, &fl);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixfile.py 57 "fcntl.lockf() provides better locking", DeprecationWarning, 2)
117 import fcntl, os namespace
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
154 import struct, fcntl namespace
    [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 namespace
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
154 import struct, fcntl namespace
    [all...]
  /bionic/libc/bionic/
chmod.cpp 29 #include <fcntl.h>
chown.cpp 29 #include <fcntl.h>
lchown.cpp 29 #include <fcntl.h>
mkdir.cpp 29 #include <fcntl.h>
readlink.cpp 29 #include <fcntl.h>
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
fcntl.c 10 int fcntl(int fd, int cmd, ...) { function
  /external/nanopb-c/tests/common/
test_helpers.h 8 #include <fcntl.h>
  /ndk/sources/host-tools/ndk-stack/elff/
elff-common.h 31 #include <fcntl.h>
  /development/ndk/platforms/android-3/include/
fcntl.h 33 #include <linux/fcntl.h>
49 extern int fcntl(int fd, int command, ...);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
fcntl.h 33 #include <linux/fcntl.h>
45 extern int fcntl(int fd, int command, ...);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
fcntl.h 33 #include <linux/fcntl.h>
45 extern int fcntl(int fd, int command, ...);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
fcntl.h 33 #include <linux/fcntl.h>
45 extern int fcntl(int fd, int command, ...);

Completed in 804 milliseconds

1 2 3 4 5 67 8 91011>>