Home
last modified time | relevance | path

Searched refs:O_APPEND (Results 1 – 9 of 9) sorted by relevance

/sysdeps/mach/hurd/bits/
A Dfcntl.h70 #define O_APPEND 0x0100 /* Writes always append to the file. */ macro
150 # define FAPPEND O_APPEND
/sysdeps/unix/sysv/linux/microblaze/bits/
A Dfcntl.h29 #define O_APPEND 00002000 macro
/sysdeps/unix/sysv/linux/alpha/bits/
A Dfcntl.h29 #define O_APPEND 00010 macro
/sysdeps/unix/sysv/linux/hppa/bits/
A Dfcntl.h26 #define O_APPEND 00000010 macro
/sysdeps/unix/sysv/linux/sparc/bits/
A Dfcntl.h25 #define O_APPEND 0x0008 macro
/sysdeps/unix/sysv/linux/bits/
A Dfcntl-linux.h58 #ifndef O_APPEND
59 # define O_APPEND 02000 macro
305 # define FAPPEND O_APPEND
/sysdeps/unix/sysv/linux/mips/bits/
A Dfcntl.h25 #define O_APPEND 0x0008 macro
/sysdeps/posix/
A Dposix_fallocate.c46 if (flags < 0 || (flags & O_APPEND) != 0) in posix_fallocate()
A Dposix_fallocate64.c46 if (flags < 0 || (flags & O_APPEND) != 0) in __posix_fallocate64_l64()

Completed in 9 milliseconds