Home
last modified time | relevance | path

Searched refs:O_EXCL (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/kernel/arch-mips/asm/
Dfcntl.h27 #define O_EXCL 0x0400 macro
/bionic/libc/kernel/common/asm-generic/
Dfcntl.h31 #ifndef O_EXCL
32 #define O_EXCL 00000200 macro
/bionic/libc/stdio/
Dmktemp.c149 open(path, O_CREAT|O_EXCL|O_RDWR, 0600)) >= 0) in _gettemp()