Home
last modified time | relevance | path

Searched refs:open (Results 2376 - 2400 of 7913) sorted by relevance

1...<<919293949596979899100>>...317

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/munmap/
H A D1-1.c78 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 Dos_process.c124 int f = open("/proc/self/cmdline", O_RDONLY); in os_get_command_line()
/third_party/musl/libc-test/src/functionalext/supplement/ipc/
H A Dsemtimedop.c34 int fd = open(path, O_RDWR | O_CREAT, TEST_MODE); in semtimedop_0100()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dremovexattr.c36 int fd = open(path, O_RDWR | O_CREAT, TEST_MODE); in removexattr_0100()
/third_party/musl/Benchmark/musl/
H A Dlibc_stat.cpp73 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 Dld_log.c37 int fd = open("/proc/self/cmdline", O_RDONLY); in get_app_name()
/third_party/musl/libc-test/src/functionalext/supplement/mman/
H A Dposix_madvise.c26 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 Dutime_sup.c64 int fd = open(path, O_RDWR | O_RSYNC | O_CREAT, 0664); in utime_0200()
/third_party/node/deps/openssl/openssl/crypto/store/
H A Dstore_local.h87 OSSL_STORE_open_fn open; member
/third_party/rust/crates/io-lifetimes/src/
H A Dexample_ffi.rs28 pub fn open(pathname: *const c_char, flags: c_int, ...) -> Option<OwnedFd>; in open() functions
/third_party/python/Tools/peg_generator/scripts/
H A Dbenchmark.py97 with open(os.path.join("data", "xxl.py"), "r") as f:
H A Dtest_pypi_packages.py43 tarfile.open(filename).extractall(savedir)
H A Ddownload_pypi_packages.py23 with open(os.path.join("data", f"{filename}.json"), "r") as f:
/third_party/python/Tools/scripts/
H A Dfinddiv.py54 fp = open(filename)
56 sys.stderr.write("Can't open: %s\n" % msg)
H A Dfindnocoding.py54 infile = open(fullpath, 'rb')
H A Dndiff.py59 # 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 Dpysource.py45 return open(fullpath, "rb")
/third_party/python/Tools/unicode/
H A Dgenmap_korean.py40 with open('mappings_kr.h', 'w') as fp:
/third_party/pulseaudio/src/tests/
H A Dsigbus-test.c42 fail_unless((fd = open("sigbus-test-map", O_RDWR|O_TRUNC|O_CREAT, 0660)) >= 0); in START_TEST()
H A Dpacat-simple.c50 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.py50 with open(filename, encoding='utf-8') as fp:
/third_party/python/Lib/distutils/tests/
H A Dtest_install_scripts.py45 f = open(os.path.join(source, name), "w")
/third_party/python/Lib/distutils/
H A Dcore.py214 with open(script_name, 'rb') as f:
/third_party/python/Lib/multiprocessing/
H A Dpopen_forkserver.py57 with open(w, 'wb', closefd=True) as f:
H A Dpopen_spawn_posix.py61 with open(parent_w, 'wb', closefd=False) as f:

Completed in 8 milliseconds

1...<<919293949596979899100>>...317