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

1 2

  /external/libxml2/win32/wince/
wincecompat.h 26 #define O_EXCL 0x0400 /* open only if file doesn't already exist */
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 27 #define O_EXCL 0x0400
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 19 #define O_EXCL 0x0400 /* not fcntl */
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
fcntl.h 73 #define O_EXCL 0x00000800 ///< Grant EXCLusive access, or error if already exists and O_CREAT
164 Any combination of { O_NONBLOCK, O_APPEND, O_CREAT, O_TRUNC, O_EXCL } may
185 @retval EEXIST File exists and open attempted with (O_EXCL | O_CREAT) set.
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 29 #ifndef O_EXCL
30 #define O_EXCL 00000200
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 26 #ifndef O_EXCL
27 #define O_EXCL 00000200 /* not fcntl */
  /external/u-boot/fs/yaffs2/
yportenv.h 113 #ifndef O_EXCL
114 #define O_EXCL 0200
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 168 O_EXCL = 0x400
  /external/python/cpython2/Lib/plat-atheos/
IN.py 621 O_EXCL = 0200
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 579 O_EXCL = 0x400
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_solaris_amd64.go 690 O_EXCL = 0x400
    [all...]
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
zerrors_netbsd_386.go     [all...]
zerrors_netbsd_amd64.go     [all...]
zerrors_netbsd_arm.go     [all...]
zerrors_openbsd_386.go     [all...]
zerrors_openbsd_amd64.go     [all...]
zerrors_openbsd_arm.go     [all...]

Completed in 581 milliseconds

1 2