Searched refs:O_EXCL (Results 1 – 2 of 2) sorted by relevance
24 #ifndef O_EXCL25 #define O_EXCL 00000200 macro
149 open(path, O_CREAT|O_EXCL|O_RDWR, 0600)) >= 0) in _gettemp()