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

  /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 */
  /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 */
  /external/strace/xlat/
open_mode_flags.h 90 #if defined(FASYNC) || (defined(HAVE_DECL_FASYNC) && HAVE_DECL_FASYNC)
91 XLAT(FASYNC),
  /bionic/libc/include/
fcntl.h 56 #define O_ASYNC FASYNC
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 151 FASYNC = 0x1000
215 FASYNC = 0x1000
  /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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
fcntlmodule.c 513 #ifdef FASYNC
514 if (ins(d, "FASYNC", (long)FASYNC)) return -1;
  /external/minijail/linux-x86/
libconstants.gen.c 533 #ifdef FASYNC
534 { "FASYNC", (unsigned long) FASYNC },
535 #endif // FASYNC
    [all...]
  /external/python/cpython2/Modules/
fcntlmodule.c 515 #ifdef FASYNC
516 if (ins(d, "FASYNC", (long)FASYNC)) return -1;
  /external/python/cpython3/Modules/
fcntlmodule.c 521 #ifdef FASYNC
522 if (PyModule_AddIntMacro(m, FASYNC)) return -1;
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 555 FASYNC = 0x1000
651 FASYNC = 0x1000
  /external/ltp/testcases/kernel/fs/scsi/ltpfs/
main.c 101 open("/tmp/testfile", O_CREAT | O_RDWR | O_SYNC | FASYNC,
  /external/python/cpython2/Lib/plat-atheos/
IN.py 630 FASYNC = O_ASYNC

Completed in 174 milliseconds