/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/munmap/ |
H A D | 1-1.c | 78 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR); in main() 80 printf(TNAME " Error at open(): %s\n", strerror(errno)); in main()
|
/third_party/mesa3d/src/gallium/auxiliary/os/ |
H A D | os_process.c | 124 int f = open("/proc/self/cmdline", O_RDONLY); in os_get_command_line()
|
/third_party/musl/libc-test/src/functionalext/supplement/ipc/ |
H A D | semtimedop.c | 34 int fd = open(path, O_RDWR | O_CREAT, TEST_MODE); in semtimedop_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | removexattr.c | 36 int fd = open(path, O_RDWR | O_CREAT, TEST_MODE); in removexattr_0100()
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_stat.cpp | 73 int fd = open("/etc/passwd", O_RDONLY, OPEN_MODE); in Bm_function_Fstat64() 75 perror("open fstat64"); in Bm_function_Fstat64()
|
/third_party/musl/ldso/linux/ |
H A D | ld_log.c | 37 int fd = open("/proc/self/cmdline", O_RDONLY); in get_app_name()
|
/third_party/musl/libc-test/src/functionalext/supplement/mman/ |
H A D | posix_madvise.c | 26 int fd = open(path, O_RDWR | O_CREAT, TEST_MODE); in openfile() 28 t_error("open file failed\n"); in openfile()
|
/third_party/musl/libc-test/src/functionalext/supplement/time/ |
H A D | utime_sup.c | 64 int fd = open(path, O_RDWR | O_RSYNC | O_CREAT, 0664); in utime_0200()
|
/third_party/node/deps/openssl/openssl/crypto/store/ |
H A D | store_local.h | 87 OSSL_STORE_open_fn open; member
|
/third_party/rust/crates/io-lifetimes/src/ |
H A D | example_ffi.rs | 28 pub fn open(pathname: *const c_char, flags: c_int, ...) -> Option<OwnedFd>; in open() functions
|
/third_party/python/Tools/peg_generator/scripts/ |
H A D | benchmark.py | 97 with open(os.path.join("data", "xxl.py"), "r") as f:
|
H A D | test_pypi_packages.py | 43 tarfile.open(filename).extractall(savedir)
|
H A D | download_pypi_packages.py | 23 with open(os.path.join("data", f"{filename}.json"), "r") as f:
|
/third_party/python/Tools/scripts/ |
H A D | finddiv.py | 54 fp = open(filename) 56 sys.stderr.write("Can't open: %s\n" % msg)
|
H A D | findnocoding.py | 54 infile = open(fullpath, 'rb')
|
H A D | ndiff.py | 59 # open a file & return the file object; gripe and return 0 if it 63 return open(fname) 65 return fail("couldn't open " + fname + ": " + str(detail)) 67 # open two files & spray the diff to stdout; return false iff a problem
|
H A D | pysource.py | 45 return open(fullpath, "rb")
|
/third_party/python/Tools/unicode/ |
H A D | genmap_korean.py | 40 with open('mappings_kr.h', 'w') as fp:
|
/third_party/pulseaudio/src/tests/ |
H A D | sigbus-test.c | 42 fail_unless((fd = open("sigbus-test-map", O_RDWR|O_TRUNC|O_CREAT, 0660)) >= 0); in START_TEST()
|
H A D | pacat-simple.c | 50 if ((fd = open(argv[1], O_RDONLY)) < 0) { in main() 51 fprintf(stderr, __FILE__": open() failed: %s\n", strerror(errno)); in main()
|
/third_party/python/Lib/ |
H A D | _sitebuiltins.py | 50 with open(filename, encoding='utf-8') as fp:
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_install_scripts.py | 45 f = open(os.path.join(source, name), "w")
|
/third_party/python/Lib/distutils/ |
H A D | core.py | 214 with open(script_name, 'rb') as f:
|
/third_party/python/Lib/multiprocessing/ |
H A D | popen_forkserver.py | 57 with open(w, 'wb', closefd=True) as f:
|
H A D | popen_spawn_posix.py | 61 with open(parent_w, 'wb', closefd=False) as f:
|