| /third_party/ulib/musl/src/misc/ |
| A D | openpty.c | 13 m = open("/dev/ptmx", O_RDWR | O_NOCTTY); in openpty() 23 if ((s = open(name, O_RDWR | O_NOCTTY)) < 0) in openpty()
|
| A D | pty.c | 9 return open("/dev/ptmx", flags); in posix_openpt()
|
| A D | syslog.c | 109 fd = open("/dev/console", O_WRONLY | O_NOCTTY | O_CLOEXEC); in _vsyslog()
|
| /third_party/uapp/dash/src/ |
| A D | redir.c | 177 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 D | creat.c | 4 return open(path, O_CREAT | O_WRONLY | O_TRUNC, mode); in creat()
|
| /third_party/tools/android/ |
| A D | mkdtimg | 63 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 D | tmpfile.c | 19 fd = open(s, O_RDWR | O_CREAT | O_EXCL, 0600); in tmpfile()
|
| A D | fopen.c | 21 fd = open(filename, flags, 0666); in fopen()
|
| A D | __fopen_rb_ca.c | 8 f->fd = open(filename, O_RDONLY | O_CLOEXEC); in __fopen_rb_ca()
|
| /third_party/ulib/musl/src/time/ |
| A D | __map_file.c | 11 int fd = open(pathname, O_RDONLY | O_CLOEXEC | O_NONBLOCK); in __map_file()
|
| /third_party/ulib/jemalloc/test/unit/ |
| A D | prof_idump.c | 25 fd = open("/dev/null", O_WRONLY); in prof_dump_open_intercept()
|
| A D | prof_gdump.c | 16 fd = open("/dev/null", O_WRONLY); in prof_dump_open_intercept()
|
| A D | prof_accum.c | 18 fd = open("/dev/null", O_WRONLY); in prof_dump_open_intercept()
|
| /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/ulib/backtrace/ |
| A D | posix.c | 67 descriptor = open (filename, (int) (O_RDONLY | O_BINARY | O_CLOEXEC)); in backtrace_open()
|
| /third_party/uapp/fsck-msdosfs/ |
| A D | check.c | 50 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 D | shm_open.c | 32 return open(name, flag | O_NOFOLLOW | O_CLOEXEC | O_NONBLOCK, mode); in shm_open()
|
| /third_party/uapp/dash/src/bltin/ |
| A D | zircon.c | 34 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 D | getpass.c | 14 if ((fd = open("/dev/tty", O_RDWR | O_NOCTTY | O_CLOEXEC)) < 0) in getpass()
|
| /third_party/lib/acpica/source/os_specific/service_layers/ |
| A D | osunixmap.c | 117 fd = open (SYSTEM_MEMORY, O_RDONLY | O_BINARY); in AcpiOsMapMemory()
|
| /third_party/ulib/ngunwind/include/ngunwind/private/ |
| A D | elfxx.h | 75 fd = open (path, O_RDONLY); in elf_map_image()
|
| /third_party/ulib/uboringssl/crypto/fipsmodule/cipher/ |
| A D | internal.h | 92 int (*open)(const EVP_AEAD_CTX *ctx, uint8_t *out, size_t *out_len, member
|
| A D | aead.c | 192 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 D | acmsvc.h | 60 #define open _open macro
|
| /third_party/ulib/musl/include/ |
| A D | fcntl.h | 31 int open(const char*, int, ...);
|