Searched refs:O_EXCL (Results 1 – 7 of 7) sorted by relevance
13 flags |= O_EXCL; in __fmodeflags()
19 fd = open(s, O_RDWR | O_CREAT | O_EXCL, 0600); in tmpfile()
24 fl &= ~(O_CREAT | O_EXCL | O_CLOEXEC); in freopen()
21 if ((fd = open(template, flags | O_RDWR | O_CREAT | O_EXCL, 0600)) >= 0) in __mkostemps()
49 #define O_EXCL 0x00020000 macro
190 if ((f = open(fname, O_WRONLY|O_CREAT|O_EXCL, 0666)) < 0) in openredirect()
762 Sem = sem_open (SemaphoreName, O_EXCL|O_CREAT, 0755, InitialUnits); in AcpiOsCreateSemaphore()
Completed in 10 milliseconds