HomeSort by relevance Sort by last modified time
    Searched defs:FASYNC (Results 1 - 10 of 10) sorted by null

  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 29 #define FASYNC 0x1000
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 21 #define FASYNC 0x1000 /* fcntl, for BSD compatibility */
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 47 #ifndef FASYNC
48 #define FASYNC 00020000
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 44 #ifndef FASYNC
45 #define FASYNC 00020000 /* fcntl, for BSD compatibility */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 43 #ifndef FASYNC
44 #define FASYNC 00020000 /* fcntl, for BSD compatibility */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 201 # define FASYNC O_ASYNC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 216 # define FASYNC O_ASYNC
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 151 FASYNC = 0x1000
215 FASYNC = 0x1000
  /external/python/cpython2/Lib/plat-atheos/
IN.py 630 FASYNC = O_ASYNC
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 555 FASYNC = 0x1000
651 FASYNC = 0x1000

Completed in 282 milliseconds