Searched refs:O_TRUNC (Results 1 – 3 of 3) sorted by relevance
33 return open(pathname, O_WRONLY|O_TRUNC|O_CREAT, mode); in creat()
30 #ifndef O_TRUNC31 #define O_TRUNC 00001000 macro
61 o = O_CREAT | O_TRUNC; in __sflags()