Home
last modified time | relevance | path

Searched defs:O_TRUNC (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/microblaze/bits/
Dfcntl.h24 #define O_TRUNC 00001000 /* not fcntl. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/
Dfcntl.h24 #define O_TRUNC 02000 /* not fcntl */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/
Dfcntl.h29 #define O_TRUNC 0x0200 /* not fcntl */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/
Dfcntl.h28 #define O_TRUNC 0x0400 /* not fcntl */ macro
/glibc-2.36/bits/
Dfcntl.h33 #define O_TRUNC 0x0400 /* Truncate file to zero length. */ macro
/glibc-2.36/sysdeps/mach/hurd/bits/
Dfcntl.h121 #define O_TRUNC 0x00010000 /* Truncate file to zero length. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dfcntl-linux.h56 # define O_TRUNC 01000 /* Not fcntl. */ macro