Home
last modified time | relevance | path

Searched refs:open (Results 5101 - 5125 of 8510) sorted by relevance

1...<<201202203204205206207208209210>>...341

/third_party/elfutils/tests/
H A Dupdate4.c54 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 Dcollect.c106 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 Dudev-builtin-input_id.c66 fd = open(devpath, O_RDONLY|O_CLOEXEC); in extract_info()
H A Dudev-builtin-usb_id.c170 fd = open(filename, O_RDONLY|O_CLOEXEC); in dev_if_packed_info()
H A Dudev-node.c215 fd = open(filename, O_WRONLY|O_CREAT|O_CLOEXEC|O_TRUNC|O_NOFOLLOW, 0444); in link_update()
/third_party/curl/tests/libtest/
H A Dlib537.c132 /* 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 Dlib518.c132 /* 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 Dfind-debuginfo.c40 /* 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 Ddwfl_report_elf.c268 /* 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 Dargp-std.c196 "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 Dhwcontext_drm.c56 hwctx->fd = open(device, O_RDWR); in drm_device_create()
/third_party/eudev/hm_src/
H A Dkeyboard-keys-from-name.h222 {"open", KEY_OPEN}, in keyboard_lookup_key()
/third_party/glfw/src/
H A Dlinux_joystick.c125 // 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 Dcontainer-test.c163 fd = open(name, O_RDWR | O_CREAT | O_TRUNC, 0644); in callback()
/third_party/backends/backend/
H A Dplustek-pp_wrapper.c116 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 Dplustek-pp.h343 #define _PTDRV_OPEN_DEVICE _IOW('x', 1, unsigned short)/* open */
563 int (*open) ( const char*, void* ); member
/third_party/cups-filters/backend/
H A Dimplicitclass.c266 fd = open(argv[6], O_RDONLY); in main()
H A Dieee1284.c118 * 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 Dgoogletest-failfast-unittest.py108 with open(xml_path) as xml_file:
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h479 unused_func_t open; member
/third_party/alsa-lib/include/
H A Dlocal.h337 fd = open(filename, fmode); in snd_open_device()
339 /* open with resmgr */ in snd_open_device()
/third_party/libwebsockets/lib/misc/
H A Ddir.c40 #define open _open macro
/third_party/libdrm/freedreno/kgsl/
H A Dkgsl_pipe.c223 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 Dui.py153 with open('VERSION', 'r') as f:
/third_party/mbedtls/tests/scripts/
H A Danalyze_outcomes.py171 with open(outcome_file, 'r', encoding='utf-8') as input_file:

Completed in 20 milliseconds

1...<<201202203204205206207208209210>>...341