Home
last modified time | relevance | path

Searched refs:open (Results 1 – 25 of 40) sorted by relevance

12

/third_party/ulib/musl/src/misc/
A Dopenpty.c13 m = open("/dev/ptmx", O_RDWR | O_NOCTTY); in openpty()
23 if ((s = open(name, O_RDWR | O_NOCTTY)) < 0) in openpty()
A Dpty.c9 return open("/dev/ptmx", flags); in posix_openpt()
A Dsyslog.c109 fd = open("/dev/console", O_WRONLY | O_NOCTTY | O_CLOEXEC); in _vsyslog()
/third_party/uapp/dash/src/
A Dredir.c177 if ((f = open(fname, O_RDONLY)) < 0) in openredirect()
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()
193 if ((f = open(fname, O_WRONLY, 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/fcntl/
A Dcreat.c4 return open(path, O_CREAT | O_WRONLY | O_TRUNC, mode); in creat()
/third_party/tools/android/
A Dmkdtimg63 input = open(dtb_file, 'rb')
64 output = open(outputname, 'wb')
122 with open(out_dtb, 'rb') as dtb_fd:
/third_party/ulib/musl/src/stdio/
A Dtmpfile.c19 fd = open(s, O_RDWR | O_CREAT | O_EXCL, 0600); in tmpfile()
A Dfopen.c21 fd = open(filename, flags, 0666); in fopen()
A D__fopen_rb_ca.c8 f->fd = open(filename, O_RDONLY | O_CLOEXEC); in __fopen_rb_ca()
/third_party/ulib/musl/src/time/
A D__map_file.c11 int fd = open(pathname, O_RDONLY | O_CLOEXEC | O_NONBLOCK); in __map_file()
/third_party/ulib/jemalloc/test/unit/
A Dprof_idump.c25 fd = open("/dev/null", O_WRONLY); in prof_dump_open_intercept()
A Dprof_gdump.c16 fd = open("/dev/null", O_WRONLY); in prof_dump_open_intercept()
A Dprof_accum.c18 fd = open("/dev/null", O_WRONLY); in prof_dump_open_intercept()
/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/backtrace/
A Dposix.c67 descriptor = open (filename, (int) (O_RDONLY | O_BINARY | O_CLOEXEC)); in backtrace_open()
/third_party/uapp/fsck-msdosfs/
A Dcheck.c50 dosfs = open(fname, rdonly ? O_RDONLY : O_RDWR, 0); in checkfilesys()
52 dosfs = open(fname, O_RDONLY, 0); in checkfilesys()
/third_party/ulib/musl/src/mman/
A Dshm_open.c32 return open(name, flag | O_NOFOLLOW | O_CLOEXEC | O_NONBLOCK, mode); in shm_open()
/third_party/uapp/dash/src/bltin/
A Dzircon.c34 fd = open(argv[1], O_RDONLY); in zxc_dump()
179 if ((fdi = open(src_name, O_RDONLY)) < 0) { in cp_here()
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()
464 int fd = open("/dev/misc/dmctl", O_WRONLY); in send_dmctl()
/third_party/ulib/musl/src/legacy/
A Dgetpass.c14 if ((fd = open("/dev/tty", O_RDWR | O_NOCTTY | O_CLOEXEC)) < 0) in getpass()
/third_party/lib/acpica/source/os_specific/service_layers/
A Dosunixmap.c117 fd = open (SYSTEM_MEMORY, O_RDONLY | O_BINARY); in AcpiOsMapMemory()
/third_party/ulib/ngunwind/include/ngunwind/private/
A Delfxx.h75 fd = open (path, O_RDONLY); in elf_map_image()
/third_party/ulib/uboringssl/crypto/fipsmodule/cipher/
A Dinternal.h92 int (*open)(const EVP_AEAD_CTX *ctx, uint8_t *out, size_t *out_len, member
A Daead.c192 if (ctx->aead->open) { in EVP_AEAD_CTX_open()
193 if (!ctx->aead->open(ctx, out, out_len, max_out_len, nonce, nonce_len, in, in EVP_AEAD_CTX_open()
/third_party/lib/acpica/source/include/acpica/platform/
A Dacmsvc.h60 #define open _open macro
/third_party/ulib/musl/include/
A Dfcntl.h31 int open(const char*, int, ...);

Completed in 24 milliseconds

12