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

1 2 3 4

  /external/strace/xlat/
fcntlcmds.h 14 #if !(defined(F_SETFL) || (defined(HAVE_DECL_F_SETFL) && HAVE_DECL_F_SETFL))
15 # define F_SETFL 4
97 XLAT(F_SETFL),
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
fcntl.h 96 #define F_SETFL 4 ///< set file status flags
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 87 #define F_SETFL 4
  /external/fio/os/
os-windows.h 72 #define F_SETFL 0x1
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 104 #define F_SETFL 4 /* set file->f_flags */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 95 #define F_SETFL 4 /* set file->f_flags */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 76 #define F_SETFL 4 /* Set 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 81 #define F_SETFL 4 /* Set file status flags. */
  /prebuilts/go/darwin-x86/src/runtime/
defs_solaris.go 123 F_SETFL = C.F_SETFL
  /prebuilts/go/linux-x86/src/runtime/
defs_solaris.go 123 F_SETFL = C.F_SETFL
  /external/syslinux/core/lwip/src/include/lwip/
sockets.h 269 #ifndef F_SETFL
270 #define F_SETFL 4
  /prebuilts/go/darwin-x86/src/syscall/
syscall_nacl.go 137 F_SETFL = 4
zerrors_darwin_386.go 264 F_SETFL = 0x4
    [all...]
zerrors_darwin_amd64.go 264 F_SETFL = 0x4
    [all...]
zerrors_darwin_arm.go 251 F_SETFL = 0x4
    [all...]
zerrors_darwin_arm64.go 266 F_SETFL = 0x4
    [all...]
zerrors_solaris_amd64.go 307 F_SETFL = 0x4
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
syscall_nacl.go 137 F_SETFL = 4
zerrors_darwin_386.go 264 F_SETFL = 0x4
    [all...]
zerrors_darwin_amd64.go 264 F_SETFL = 0x4
    [all...]
zerrors_darwin_arm.go 251 F_SETFL = 0x4
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 174 F_SETFL = 4
  /external/python/cpython2/Lib/plat-atheos/
IN.py 638 F_SETFL = 4
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 585 F_SETFL = 4
  /libcore/luni/src/main/java/android/system/
OsConstants.java 273 public static final int F_SETFL = placeholder();
    [all...]

Completed in 1348 milliseconds

1 2 3 4