Searched refs:O_CREAT (Results 1 – 12 of 12) sorted by relevance
| /third_party/ulib/musl/src/fcntl/ |
| A D | creat.c | 4 return open(path, O_CREAT | O_WRONLY | O_TRUNC, mode); in creat()
|
| /third_party/ulib/musl/src/stdio/ |
| A D | __fmodeflags.c | 17 flags |= O_CREAT; in __fmodeflags()
|
| A D | tmpfile.c | 19 fd = open(s, O_RDWR | O_CREAT | O_EXCL, 0600); in tmpfile()
|
| A D | freopen.c | 24 fl &= ~(O_CREAT | O_EXCL | O_CLOEXEC); in freopen()
|
| /third_party/uapp/dash/src/ |
| A D | redir.c | 182 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 D | mkostemps.c | 21 if ((fd = open(template, flags | O_RDWR | O_CREAT | O_EXCL, 0600)) >= 0) in __mkostemps()
|
| /third_party/lib/acpica/source/include/acpica/platform/ |
| A D | acmsvc.h | 69 #define O_CREAT _O_CREAT macro
|
| /third_party/ulib/musl/include/ |
| A D | fcntl.h | 48 #define O_CREAT 0x00010000 macro
|
| /third_party/uapp/dash/src/bltin/ |
| A D | zircon.c | 183 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 D | osunixxf.c | 762 Sem = sem_open (SemaphoreName, O_EXCL|O_CREAT, 0755, InitialUnits); in AcpiOsCreateSemaphore()
|
| /third_party/uapp/mkfs-msdosfs/ |
| A D | mkfs_msdos.c | 215 fd = open(fname, O_RDWR | O_CREAT | O_TRUNC, 0644); in mkfs_msdos()
|
| /third_party/uapp/kilo/ |
| A D | kilo.c | 850 int fd = open(E.filename,O_RDWR|O_CREAT,0644);
|
Completed in 23 milliseconds