Home
last modified time | relevance | path

Searched refs:O_EXCL (Results 1 – 7 of 7) sorted by relevance

/third_party/ulib/musl/src/stdio/
A D__fmodeflags.c13 flags |= O_EXCL; in __fmodeflags()
A Dtmpfile.c19 fd = open(s, O_RDWR | O_CREAT | O_EXCL, 0600); in tmpfile()
A Dfreopen.c24 fl &= ~(O_CREAT | O_EXCL | O_CLOEXEC); in freopen()
/third_party/ulib/musl/src/temp/
A Dmkostemps.c21 if ((fd = open(template, flags | O_RDWR | O_CREAT | O_EXCL, 0600)) >= 0) in __mkostemps()
/third_party/ulib/musl/include/
A Dfcntl.h49 #define O_EXCL 0x00020000 macro
/third_party/uapp/dash/src/
A Dredir.c190 if ((f = open(fname, O_WRONLY|O_CREAT|O_EXCL, 0666)) < 0) in openredirect()
/third_party/lib/acpica/source/os_specific/service_layers/
A Dosunixxf.c762 Sem = sem_open (SemaphoreName, O_EXCL|O_CREAT, 0755, InitialUnits); in AcpiOsCreateSemaphore()

Completed in 10 milliseconds