Searched defs:O_CREAT (Results 1 – 3 of 3) sorted by relevance
22 #define O_CREAT 00000100 // Create file if it does not exist macro
18 #define O_CREAT 00000100 // Create file if it does not exist macro
49 const O_CREAT = 0o00000100; constant