Searched defs:O_CREAT (Results 1 – 7 of 7) sorted by relevance
23 #define O_CREAT 01000 /* not fcntl */ macro
23 #define O_CREAT 00000400 /* not fcntl */ macro
23 #define O_CREAT 00000100 /* not fcntl. */ macro
28 #define O_CREAT 0x0100 /* not fcntl */ macro
27 #define O_CREAT 0x0200 /* not fcntl */ macro
51 #define O_CREAT 0x0010 /* Create file if it doesn't exist. */ macro
47 # define O_CREAT 0100 /* Not fcntl. */ macro
Completed in 18 milliseconds