HomeSort by relevance Sort by last modified time
    Searched defs:F_GETFL (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/strace/xlat/
fcntlcmds.h 11 #if !(defined(F_GETFL) || (defined(HAVE_DECL_F_GETFL) && HAVE_DECL_F_GETFL))
12 # define F_GETFL 3
96 XLAT(F_GETFL),
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
fcntl.h 95 #define F_GETFL 3 ///< get file status flags
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 86 #define F_GETFL 3
  /external/fio/os/
os-windows.h 73 #define F_GETFL 0x2
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 103 #define F_GETFL 3 /* get file->f_flags */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 94 #define F_GETFL 3 /* get file->f_flags */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 75 #define F_GETFL 3 /* Get file status flags. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 80 #define F_GETFL 3 /* Get file status flags. */
  /prebuilts/go/darwin-x86/src/runtime/
defs_solaris.go 122 F_GETFL = C.F_GETFL
  /prebuilts/go/linux-x86/src/runtime/
defs_solaris.go 122 F_GETFL = C.F_GETFL
  /external/syslinux/core/lwip/src/include/lwip/
sockets.h 266 #ifndef F_GETFL
267 #define F_GETFL 3
  /prebuilts/go/darwin-x86/src/syscall/
syscall_nacl.go 136 F_GETFL = 3
zerrors_darwin_386.go 240 F_GETFL = 0x3
    [all...]
zerrors_darwin_amd64.go 240 F_GETFL = 0x3
    [all...]
zerrors_darwin_arm.go 234 F_GETFL = 0x3
    [all...]
zerrors_darwin_arm64.go 243 F_GETFL = 0x3
    [all...]
zerrors_solaris_amd64.go 285 F_GETFL = 0x3
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
syscall_nacl.go 136 F_GETFL = 3
zerrors_darwin_386.go 240 F_GETFL = 0x3
    [all...]
zerrors_darwin_amd64.go 240 F_GETFL = 0x3
    [all...]
zerrors_darwin_arm.go 234 F_GETFL = 0x3
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 173 F_GETFL = 3
  /external/python/cpython2/Lib/plat-atheos/
IN.py 637 F_GETFL = 3
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 584 F_GETFL = 3
  /libcore/luni/src/main/java/android/system/
OsConstants.java 266 public static final int F_GETFL = placeholder();
    [all...]

Completed in 335 milliseconds

1 2 3 4