/third_party/elfutils/tests/ |
H A D | elfgetzdata.c | 53 int fd = open (argv[cnt], O_RDONLY); in main()
|
H A D | ecp.c | 37 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 D | typeiter2.c | 33 int fd = open (argv[i], O_RDONLY); in main()
|
H A D | typeiter.c | 32 int fd = open (argv[i], O_RDONLY); in main()
|
H A D | all-dwarf-ranges.c | 74 int fd = open (name, O_RDONLY); in main()
|
H A D | next-files.c | 38 int fd = open (argv[cnt], O_RDONLY); in main()
|
H A D | test-elf_cntl_gelf_getshdr.c | 70 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 D | zstrptr.c | 68 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 D | libdw_find_split_unit.c | 47 int split_fd = open (dwo_path, O_RDONLY); in try_split_file()
|
/third_party/curl/scripts/ |
H A D | nroff2cd | 43 open(F, "<:crlf", "$f") || 67 open(F, "<:crlf", "$f") || return 1;
|
/third_party/gn/examples/ios/build/config/ios/scripts/ |
H A D | find_app_identifier_prefix.py | 114 with open(args.output, 'w') as output:
|
/third_party/gn/misc/vim/ftdetect/ |
H A D | gnfiletype.vim | 11 " define fileencodings to open as utf-8 encoding even if it's ascii.
|
/third_party/ffmpeg/tools/ |
H A D | ffhash.c | 85 if (file) fd = open(file, flags); in check()
|
/third_party/backends/backend/ |
H A D | test.h | 141 SANE_Bool open; member
|
H A D | stubs.c | 27 return ENTRY(open) (name, h); in sane_open()
|
/third_party/backends/backend/genesys/ |
H A D | test_usb_device.cpp | 44 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 D | Sane.java | 59 // 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 D | fopen.c | 90 * 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 D | mustek600iin-off.c | 151 /* 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 D | gtest_list_output_unittest.py | 264 with open(file_path) as f:
|
/third_party/gptfdisk/ |
H A D | sgdisk.cc | 38 int silence = open("/dev/null", 0); in ohos_dump()
|
/third_party/NuttX/fs/driver/ |
H A D | fs_blockproxy.c | 57 * 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 D | icu-file-utf8-check.py | 66 f = open(file_name, 'rb')
|
/third_party/libsnd/src/ |
H A D | binheader_writef_check.py | 68 data = open (fname, "r").read ()
|
/third_party/libunwind/libunwind/src/ |
H A D | elfxx.h | 78 fd = open (path, O_RDONLY); in elf_map_image()
|