Searched refs:O_TRUNC (Results 1 – 6 of 6) sorted by relevance
21 #ifndef O_TRUNC22 #define O_TRUNC 00001000 /* not fcntl */ macro
38 #define O_TRUNC _FTRUNC macro61 #define _O_TRUNC O_TRUNC
736 fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644); in conf_split_config()756 fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644); in conf_split_config()
16 #define O_TRUNC 0x0200 /* not fcntl */ macro
43 #define O_TRUNC 0x0200 /* not fcntl */ macro
565 oflags = O_CREAT|O_TRUNC; in MsFS_Fopen()