Home
last modified time | relevance | path

Searched refs:O_CREAT (Results 1 – 12 of 12) sorted by relevance

/third_party/ulib/musl/src/fcntl/
A Dcreat.c4 return open(path, O_CREAT | O_WRONLY | O_TRUNC, mode); in creat()
/third_party/ulib/musl/src/stdio/
A D__fmodeflags.c17 flags |= O_CREAT; 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/uapp/dash/src/
A Dredir.c182 if ((f = open(fname, O_RDWR|O_CREAT, 0666)) < 0) in openredirect()
190 if ((f = open(fname, O_WRONLY|O_CREAT|O_EXCL, 0666)) < 0) in openredirect()
209 if ((f = open(fname, O_WRONLY|O_CREAT|O_TRUNC, 0666)) < 0) in openredirect()
214 if ((f = open(fname, O_WRONLY|O_CREAT|O_APPEND, 0666)) < 0) in openredirect()
/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/lib/acpica/source/include/acpica/platform/
A Dacmsvc.h69 #define O_CREAT _O_CREAT macro
/third_party/ulib/musl/include/
A Dfcntl.h48 #define O_CREAT 0x00010000 macro
/third_party/uapp/dash/src/bltin/
A Dzircon.c183 if ((fdo = open(dest_name, O_WRONLY | O_CREAT)) < 0) { in cp_here()
186 (fdo = open(dest_name, O_WRONLY | O_CREAT)) < 0) { in cp_here()
/third_party/lib/acpica/source/os_specific/service_layers/
A Dosunixxf.c762 Sem = sem_open (SemaphoreName, O_EXCL|O_CREAT, 0755, InitialUnits); in AcpiOsCreateSemaphore()
/third_party/uapp/mkfs-msdosfs/
A Dmkfs_msdos.c215 fd = open(fname, O_RDWR | O_CREAT | O_TRUNC, 0644); in mkfs_msdos()
/third_party/uapp/kilo/
A Dkilo.c850 int fd = open(E.filename,O_RDWR|O_CREAT,0644);

Completed in 23 milliseconds