/third_party/elfutils/tests/ |
H A D | update4.c | 54 fd = open (fname, O_RDWR | O_CREAT | O_TRUNC, DEFFILEMODE); in main() 57 printf ("cannot open `%s': %s\n", fname, strerror (errno)); in main()
|
/third_party/eudev/src/collect/ |
H A D | collect.c | 106 fd = open(buf,O_RDWR|O_CREAT|O_CLOEXEC, S_IRUSR|S_IWUSR); in prepare() 108 fprintf(stderr, "Cannot open %s: %m\n", buf); in prepare()
|
/third_party/eudev/src/udev/ |
H A D | udev-builtin-input_id.c | 66 fd = open(devpath, O_RDONLY|O_CLOEXEC); in extract_info()
|
H A D | udev-builtin-usb_id.c | 170 fd = open(filename, O_RDONLY|O_CLOEXEC); in dev_if_packed_info()
|
H A D | udev-node.c | 215 fd = open(filename, O_WRONLY|O_CREAT|O_CLOEXEC|O_TRUNC|O_NOFOLLOW, 0444); in link_update()
|
/third_party/curl/tests/libtest/ |
H A D | lib537.c | 132 /* get initial open file limits */ 140 /* show initial open file limits */ 154 * open more than soft limit file descriptors will fail. 182 /* get current open file limits */ 190 /* show current open file limits */ 205 * This implies that any file descriptor which is open 213 * open. System conditions that could make the test fail should 246 /* set the number of file descriptors we will try to open */ 306 fprintf(stderr, "trying to open %s file descriptors\n", strbuff); 308 /* open [all...] |
H A D | lib518.c | 132 /* get initial open file limits */ in rlimit() 140 /* show initial open file limits */ in rlimit() 160 * open more than soft limit file descriptors will fail. in rlimit() 188 /* get current open file limits */ in rlimit() 196 /* show current open file limits */ in rlimit() 208 * when more than FD_SETSIZE file descriptors are open. in rlimit() 210 * open more than FD_SETSIZE file descriptors then test in rlimit() 217 * try to open plus SAFETY_MARGIN to not exhaust the in rlimit() 240 * open. System conditions that could make the test fail should in rlimit() 273 /* set the number of file descriptors we will try to open */ in rlimit() [all...] |
/third_party/elfutils/libdwfl/ |
H A D | find-debuginfo.c | 40 /* Try to open [DIR/][SUBDIR/]DEBUGLINK, return file descriptor or -1. 41 On success, *DEBUGINFO_FILE_NAME has the malloc'd name of the open file. */ 60 int fd = TEMP_FAILURE_RETRY (open (fname, O_RDONLY)); in try_open() 102 /* We need to open an Elf handle on the file so we can check its in validate() 104 module data structure since we had to open it early anyway. */ in validate() 133 /* We need to open an Elf handle on the file so we can check its in validate() 135 module data structure since we had to open it early anyway. */ in validate()
|
H A D | dwfl_report_elf.c | 268 /* Preinstall the open ELF handle for the module. */ in __libdwfl_report_elf() 297 fd = open (file_name, O_RDONLY); in dwfl_report_elf()
|
H A D | argp-std.c | 196 "cannot open '%s'", arg); in parse_opt() 278 int fd = open (opt->core, O_RDONLY); in parse_opt() 283 "cannot open '%s'", opt->core); in parse_opt()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_drm.c | 56 hwctx->fd = open(device, O_RDWR); in drm_device_create()
|
/third_party/eudev/hm_src/ |
H A D | keyboard-keys-from-name.h | 222 {"open", KEY_OPEN}, in keyboard_lookup_key()
|
/third_party/glfw/src/ |
H A D | linux_joystick.c | 125 // Attempt to open the specified joystick device 138 linjs.fd = open(path, O_RDONLY | O_NONBLOCK | O_CLOEXEC); in openJoystickDevice()
|
/third_party/alsa-utils/axfer/test/ |
H A D | container-test.c | 163 fd = open(name, O_RDWR | O_CREAT | O_TRUNC, 0644); in callback()
|
/third_party/backends/backend/ |
H A D | plustek-pp_wrapper.c | 116 DBG( _DBG_ERROR, "open: PtDrvInit failed: %d\n", result ); in ppDev_open() 124 handle = open( dev_name, O_RDONLY ); in ppDev_open() 127 DBG( _DBG_ERROR, "open: can't open %s as a device\n", dev_name ); in ppDev_open()
|
H A D | plustek-pp.h | 343 #define _PTDRV_OPEN_DEVICE _IOW('x', 1, unsigned short)/* open */ 563 int (*open) ( const char*, void* ); member
|
/third_party/cups-filters/backend/ |
H A D | implicitclass.c | 266 fd = open(argv[6], O_RDONLY); in main()
|
H A D | ieee1284.c | 118 * ioctl() to get the 1284 device ID, we have to open the "raw" parallel in backendGetDeviceID() 139 if ((devparportfd = open(devparport, O_RDWR | O_NOCTTY)) != -1) in backendGetDeviceID()
|
/third_party/googletest/googletest/test/ |
H A D | googletest-failfast-unittest.py | 108 with open(xml_path) as xml_file:
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | kernel.h | 479 unused_func_t open; member
|
/third_party/alsa-lib/include/ |
H A D | local.h | 337 fd = open(filename, fmode); in snd_open_device() 339 /* open with resmgr */ in snd_open_device()
|
/third_party/libwebsockets/lib/misc/ |
H A D | dir.c | 40 #define open _open macro
|
/third_party/libdrm/freedreno/kgsl/ |
H A D | kgsl_pipe.c | 223 fd = open(paths[id], O_RDWR); in kgsl_pipe_new() 225 ERROR_MSG("could not open %s device: %d (%s)", in kgsl_pipe_new()
|
/third_party/mesa3d/bin/pick/ |
H A D | ui.py | 153 with open('VERSION', 'r') as f:
|
/third_party/mbedtls/tests/scripts/ |
H A D | analyze_outcomes.py | 171 with open(outcome_file, 'r', encoding='utf-8') as input_file:
|