Home
last modified time | relevance | path

Searched refs:O_TRUNC (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/upstream-netbsd/libc/compat-43/
Dcreat.c51 return(open(path, O_WRONLY|O_CREAT|O_TRUNC, mode)); in creat()
/bionic/libc/kernel/common/asm-generic/
Dfcntl.h39 #ifndef O_TRUNC
40 #define O_TRUNC 00001000 macro
/bionic/libc/kernel/arch-mips/asm/
Dfcntl.h26 #define O_TRUNC 0x0200 macro
/bionic/libc/upstream-freebsd/lib/libc/stdio/
Dflags.c67 o = O_CREAT | O_TRUNC; in __sflags()