Searched refs:O_EXCL (Results 1 – 3 of 3) sorted by relevance
27 #define O_EXCL 0x0400 macro
31 #ifndef O_EXCL32 #define O_EXCL 00000200 macro
149 open(path, O_CREAT|O_EXCL|O_RDWR, 0600)) >= 0) in _gettemp()