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

1 2 3 4 5 6 7 8 91011>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
fcntl.h 1 #include <fcntl.h>
  /external/kernel-headers/original/asm-x86/
fcntl.h 1 #include <asm-generic/fcntl.h>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
fcntl.h 1 #include <asm-generic/fcntl.h>
  /dalvik/vm/alloc/TEST/HeapBitmapTest/include/cutils/
ashmem.h 4 #include <fcntl.h>
  /external/giflib/
config.h 9 #include <fcntl.h>
  /external/kernel-headers/original/asm-arm/
fcntl.h 9 #include <asm-generic/fcntl.h>
  /bionic/libc/kernel/arch-sh/asm/
fcntl.h 12 #include <asm-generic/fcntl.h>
  /bionic/libc/kernel/arch-x86/asm/
fcntl.h 12 #include <asm-generic/fcntl.h>
  /development/ndk/platforms/android-5/arch-x86/include/asm/
fcntl.h 12 #include <asm-generic/fcntl.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
fcntl.h 12 #include <asm-generic/fcntl.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
fcntl.h 12 #include <asm-generic/fcntl.h>
  /external/kernel-headers/original/asm-generic/
fcntl.h 6 /* open/fcntl - O_SYNC is only implemented on blocks devices and on files
13 #define O_CREAT 00000100 /* not fcntl */
16 #define O_EXCL 00000200 /* not fcntl */
19 #define O_NOCTTY 00000400 /* not fcntl */
22 #define O_TRUNC 00001000 /* not fcntl */
34 #define FASYNC 00020000 /* fcntl, for BSD compatibility */
77 /* for posix fcntl() and lockf() */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
fcntl.h 6 /* open/fcntl - O_SYNC is only implemented on blocks devices and on files
13 #define O_CREAT 00000100 /* not fcntl */
16 #define O_EXCL 00000200 /* not fcntl */
19 #define O_NOCTTY 00000400 /* not fcntl */
22 #define O_TRUNC 00001000 /* not fcntl */
34 #define FASYNC 00020000 /* fcntl, for BSD compatibility */
80 /* for posix fcntl() and lockf() */
  /bionic/libc/kernel/arch-arm/asm/
fcntl.h 20 #include <asm-generic/fcntl.h>
  /development/ndk/platforms/android-3/arch-arm/include/asm/
fcntl.h 20 #include <asm-generic/fcntl.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/
fcntl.h 20 #include <asm-generic/fcntl.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/
fcntl.h 20 #include <asm-generic/fcntl.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/
fcntl.h 20 #include <asm-generic/fcntl.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm/
fcntl.h 20 #include <asm-generic/fcntl.h>
  /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);
  /system/bluetooth/tools/
sock_shutdown_bug_l2cap.c 21 #include <fcntl.h>
37 flags = fcntl(fd, F_GETFL);
38 fcntl(fd, F_SETFL, flags | O_NONBLOCK);
sock_shutdown_bug_rfcomm.c 21 #include <fcntl.h>
38 flags = fcntl(fd, F_GETFL);
39 fcntl(fd, F_SETFL, flags | O_NONBLOCK);
  /external/chromium/base/test/
test_file_util_linux.cc 7 #include <fcntl.h>
  /external/chromium/third_party/libevent/test/
test-init.c 21 #include <fcntl.h>
  /external/e2fsprogs/lib/ext2fs/
inline.c 20 #include <fcntl.h>

Completed in 543 milliseconds

1 2 3 4 5 6 7 8 91011>>