Searched refs:O_TRUNC (Results 1 – 3 of 3) sorted by relevance
31 #ifndef O_TRUNC32 #define O_TRUNC 00001000 /* not fcntl */ macro
10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
31 { O_TRUNC, "O_TRUNC" }, \
Completed in 5 milliseconds