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