Home
last modified time | relevance | path

Searched refs:open (Results 2426 - 2450 of 9440) sorted by relevance

1...<<919293949596979899100>>...378

/third_party/elfutils/tests/
H A Delfgetzdata.c53 int fd = open (argv[cnt], O_RDONLY); in main()
H A Decp.c37 int infd = open (argv[1], O_RDONLY); in main()
39 error (EXIT_FAILURE, errno, "cannot open input file '%s'", argv[1]); in main()
48 error (EXIT_FAILURE, errno, "cannot open output file '%s'", argv[2]); in main()
H A Dtypeiter2.c33 int fd = open (argv[i], O_RDONLY); in main()
H A Dtypeiter.c32 int fd = open (argv[i], O_RDONLY); in main()
H A Dall-dwarf-ranges.c74 int fd = open (name, O_RDONLY); in main()
H A Dnext-files.c38 int fd = open (argv[cnt], O_RDONLY); in main()
H A Dtest-elf_cntl_gelf_getshdr.c70 int fd = open (argv[2], O_RDONLY); in main()
73 fprintf (stderr, "Cannot open input file %s: %s\n", argv[2], in main()
H A Dzstrptr.c68 int fd = open (fname, O_RDONLY); in main()
71 printf ("cannot open `%s' read-only: %s\n", fname, strerror (errno)); in main()
/third_party/elfutils/libdw/
H A Dlibdw_find_split_unit.c47 int split_fd = open (dwo_path, O_RDONLY); in try_split_file()
/third_party/curl/scripts/
H A Dnroff2cd43 open(F, "<:crlf", "$f") ||
67 open(F, "<:crlf", "$f") || return 1;
/third_party/gn/examples/ios/build/config/ios/scripts/
H A Dfind_app_identifier_prefix.py114 with open(args.output, 'w') as output:
/third_party/gn/misc/vim/ftdetect/
H A Dgnfiletype.vim11 " define fileencodings to open as utf-8 encoding even if it's ascii.
/third_party/ffmpeg/tools/
H A Dffhash.c85 if (file) fd = open(file, flags); in check()
/third_party/backends/backend/
H A Dtest.h141 SANE_Bool open; member
H A Dstubs.c27 return ENTRY(open) (name, h); in sane_open()
/third_party/backends/backend/genesys/
H A Dtest_usb_device.cpp44 void TestUsbDevice::open(const char* dev_name) in open() function in genesys::TestUsbDevice
49 throw SaneException("device already open"); in open()
129 throw SaneException("device not open"); in assert_is_open()
/third_party/backends/japi/
H A DSane.java59 // dev at open)
63 public static int STATUS_COVER_OPEN = 8;// scanner cover is open
112 public native int open(String deviceName, int[] handle); in open() method in Sane
/third_party/curl/lib/
H A Dfopen.c90 * name at the time of the open, this function will clone the mode from that
132 fd = open(tempstore, O_WRONLY | O_CREAT | O_EXCL, 0600|sb.st_mode); in Curl_fopen()
/third_party/backends/tools/
H A Dmustek600iin-off.c151 /* else try to open /dev/port to access the I/O port */ in main()
152 else if ((pfd = open (PORT_DEV, O_RDWR, 0666)) >= 0) in main()
/third_party/googletest/googletest/test/
H A Dgtest_list_output_unittest.py264 with open(file_path) as f:
/third_party/gptfdisk/
H A Dsgdisk.cc38 int silence = open("/dev/null", 0); in ohos_dump()
/third_party/NuttX/fs/driver/
H A Dfs_blockproxy.c57 * attempt to open() the file.
134 * oflags - Character driver open flags
148 * - Errors reported from open() or unlink()
190 fd = open(chardev, oflags); in block_proxy()
194 PRINTK("ERROR: Failed to open %s: %d\n", chardev, ret); in block_proxy()
211 /* Free the allocate character driver name and return the open file in block_proxy()
/third_party/icu/tools/scripts/
H A Dicu-file-utf8-check.py66 f = open(file_name, 'rb')
/third_party/libsnd/src/
H A Dbinheader_writef_check.py68 data = open (fname, "r").read ()
/third_party/libunwind/libunwind/src/
H A Delfxx.h78 fd = open (path, O_RDONLY); in elf_map_image()

Completed in 13 milliseconds

1...<<919293949596979899100>>...378