Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/
A Dcreat.c33 return __open (file, O_WRONLY | O_CREAT | O_TRUNC, mode); in __creat()
A Dcreat64.c31 return __open64 (file, O_WRONLY | O_CREAT | O_TRUNC, mode); in __creat64()
A Dgethostid.c51 fd = __open_nocancel (HOSTIDFILE, O_CREAT|O_WRONLY|O_TRUNC, 0644); in sethostid()
/sysdeps/posix/
A Dtruncate.c30 fd = __open (path, O_WRONLY | (length == 0 ? O_TRUNC : 0)); in __truncate()
/sysdeps/mach/hurd/bits/
A Dfcntl.h121 #define O_TRUNC 0x00010000 /* Truncate file to zero length. */ macro
146 # define FTRUNC O_TRUNC
/sysdeps/unix/sysv/linux/microblaze/bits/
A Dfcntl.h24 #define O_TRUNC 00001000 /* not fcntl. */ macro
/sysdeps/unix/sysv/linux/alpha/bits/
A Dfcntl.h24 #define O_TRUNC 02000 /* not fcntl */ macro
/sysdeps/unix/sysv/linux/sparc/bits/
A Dfcntl.h28 #define O_TRUNC 0x0400 /* not fcntl */ macro
/sysdeps/unix/sysv/linux/mips/bits/
A Dfcntl.h29 #define O_TRUNC 0x0200 /* not fcntl */ macro
/sysdeps/unix/sysv/linux/bits/
A Dfcntl-linux.h55 #ifndef O_TRUNC
56 # define O_TRUNC 01000 /* Not fcntl. */ macro

Completed in 9 milliseconds