/third_party/musl/Benchmark/musl/ |
D | libc_fcntl.cpp | 29 int fd = open("/etc/passwd", O_RDONLY, OPEN_MODE); in Bm_function_Fcntl_getfl() 75 int fd = open("/dev/zero", O_RDWR, OPEN_MODE); in Bm_function_Fcntl_setlkw() 106 int fd = open("/etc/passwd", O_RDONLY, OPEN_MODE); in Bm_function_Fcntl_dupfd() 128 int fd = open("/dev/zero", O_RDWR, OPEN_MODE); in Bm_function_Fcntl_setlk() 159 int fd = open("/dev/zero", O_RDWR, OPEN_MODE); in Bm_function_Fcntl_getlk() 185 int fd = open("/dev/zero", O_RDWR, OPEN_MODE); in Bm_function_Fcntl_getfd() 204 int fd = open("/dev/zero", O_RDWR, OPEN_MODE); in Bm_function_Fcntl_setfd() 241 int fd = open(filename, O_RDONLY, OPEN_MODE); in Bm_function_Open_rdonly() 258 int fd = open(filename, O_RDWR, OPEN_MODE); in Bm_function_Open_rdwr() 275 int fd = open(filename, O_RDWR | O_CREAT, OPEN_MODE); in Bm_function_Open_creat_rdwr()
|
D | libc_unistd.cpp | 38 int fd = open("/dev/zero", O_RDWR, OPEN_MODE); in ReadWriteTest() 71 int fp = open("/dev/zero", O_RDWR, OPEN_MODE); in PreadWriteTest() 110 int fd = open("/dev/zero", O_RDONLY, OPEN_MODE); in Bm_function_Close() 236 int fd = open("/dev/zero", O_RDWR, OPEN_MODE); in Bm_function_Writev() 264 int fd = open("/etc/passwd", O_RDONLY, OPEN_MODE); in Bm_function_Lseek()
|
D | libc_syscall.cpp | 70 int fp = open("/dev/zero", O_RDWR, OPEN_MODE); in Bm_function_Syscall_write() 85 int fd = open("/dev/zero", O_RDONLY, OPEN_MODE); in Bm_function_Syscall_read() 105 int fd = open("/dev/zero", O_RDONLY, OPEN_MODE); in Bm_function_Syscall_fcntl()
|
D | libc_epoll.cpp | 56 int fd = open("/dev/zero", O_RDONLY, OPEN_MODE); in Bm_function_Epoll_ctl() 80 int fd = open("/dev/zero", O_RDONLY, OPEN_MODE); in Bm_function_Epoll_wait()
|
D | libc_mman.cpp | 129 int fd = open("/dev/zero", O_RDWR, OPEN_MODE); in Bm_function_Mmap_fd() 151 int fd = open("/dev/zero", O_RDWR, OPEN_MODE); in Bm_function_Munmap_fd()
|
D | libc_ioctl.cpp | 34 int fd = open(DEVICE_FILE, O_RDWR, OPEN_MODE); in Bm_function_Ioctl_baudrate()
|
D | libc_stat.cpp | 77 int fd = open("/etc/passwd", O_RDONLY, OPEN_MODE); in Bm_function_Fstat64()
|
D | util.h | 85 #define OPEN_MODE 0666 macro
|
D | libc_stdio.cpp | 286 int fp = open("/dev/zero", O_RDONLY, OPEN_MODE); in Bm_function_Fdopen()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
D | 26-1.c | 28 #define OPEN_MODE S_IRGRP macro 49 fd = shm_open(SHM_NAME, O_RDWR | O_TRUNC, OPEN_MODE); in main()
|
/third_party/ltp/lib/ |
D | tst_cmd.c | 34 #define OPEN_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) macro 142 OPEN_FLAGS, OPEN_MODE); in tst_cmd_() 152 OPEN_FLAGS, OPEN_MODE); in tst_cmd_()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | localtime.c | 35 #define OPEN_MODE (O_RDONLY | O_BINARY) macro 38 #define OPEN_MODE O_RDONLY macro 383 if ((fid = open(name, OPEN_MODE)) == -1) in tzload()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | localtime.c | 35 #define OPEN_MODE (O_RDONLY | O_BINARY) macro 38 #define OPEN_MODE O_RDONLY macro 383 if ((fid = open(name, OPEN_MODE)) == -1) in tzload()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/ |
D | localtime.c | 35 #define OPEN_MODE (O_RDONLY | O_BINARY) macro 38 #define OPEN_MODE O_RDONLY macro 383 if ((fid = open(name, OPEN_MODE)) == -1) in tzload()
|
/third_party/tzdata/ |
D | localtime.c | 49 #define OPEN_MODE (O_RDONLY | O_BINARY) macro 52 #define OPEN_MODE O_RDONLY macro 443 fid = open(name, OPEN_MODE); in tzloadbody()
|