Searched refs:O_TRUNC (Results 1 – 5 of 5) sorted by relevance
27 #define O_TRUNC 0x0200 macro
39 #ifndef O_TRUNC40 #define O_TRUNC 00001000 macro
67 o = O_CREAT | O_TRUNC; in __sflags()
47 return open(pathname, O_CREAT | O_TRUNC | O_WRONLY, mode); in creat()
198 int relro_fd = open(relro_file_, O_CREAT | O_RDWR | O_TRUNC, 0644); in CreateRelroFile()254 int relro_fd = open(relro_file_, O_CREAT | O_RDWR | O_TRUNC, 0644); in TEST_F()