Searched refs:O_CREAT (Results 1 – 2 of 2) sorted by relevance
23 #ifndef O_CREAT24 #define O_CREAT 00000100 /* not fcntl */ macro94 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)
9 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \