Searched refs:O_TRUNC (Results 1 – 4 of 4) sorted by relevance
51 return(open(path, O_WRONLY|O_CREAT|O_TRUNC, mode)); in creat()
39 #ifndef O_TRUNC40 #define O_TRUNC 00001000 macro
26 #define O_TRUNC 0x0200 macro
67 o = O_CREAT | O_TRUNC; in __sflags()