/third_party/ltp/testcases/kernel/syscalls/sendfile/ |
D | sendfile03.c | 25 static int out_fd; variable 30 int *out_fd; member
|
D | sendfile05.c | 23 static int out_fd; variable
|
D | sendfile07.c | 22 static int out_fd; variable
|
D | sendfile06.c | 46 int out_fd = SAFE_OPEN(OUT_FILE, O_WRONLY); in run() local
|
D | sendfile08.c | 30 static int out_fd; variable
|
D | sendfile04.c | 25 static int out_fd; variable
|
D | sendfile09.c | 65 int out_fd = SAFE_OPEN(OUT_FILE, O_WRONLY); in run() local
|
D | sendfile02.c | 57 int out_fd = SAFE_OPEN(OUT_FILE, O_WRONLY); in run() local
|
/third_party/musl/src/linux/ |
D | sendfile.c | 4 ssize_t sendfile(int out_fd, int in_fd, off_t *ofs, size_t count) in sendfile()
|
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/ |
D | virgl_vtest_socket.c | 287 int *out_fd) in virgl_vtest_send_resource_create2() 334 int *out_fd) in virgl_vtest_send_resource_create()
|
/third_party/toybox/toys/other/ |
D | bzcat.c | 443 static void flush_bunzip_outbuf(struct bunzip_data *bd, int out_fd) in flush_bunzip_outbuf() 513 int out_fd, char *outbuf, int len) in write_bunzip_data()
|
/third_party/libuv/src/unix/ |
D | fs.c | 827 int out_fd; in uv__fs_sendfile_emul() local 991 int out_fd, size_t len) { in uv__fs_try_copy_file_range() 1041 int out_fd; in uv__fs_sendfile() local 2131 uv_file out_fd, in uv_fs_sendfile()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | wpa_debug.c | 675 int out_fd; in wpa_debug_open_file() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | wpa_debug.c | 674 int out_fd; in wpa_debug_open_file() local
|
/third_party/exfatprogs/exfat2img/ |
D | exfat2img.c | 49 int out_fd; member
|
/third_party/musl/libc-test/src/functionalext/trace/ |
D | trace_marker.c | 79 int out_fd = open(OUTFILE, O_WRONLY | O_CREAT, TEST_MODE); in dump_trace() local
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_queue.c | 850 vn_create_sync_file(struct vn_device *dev, int *out_fd) in vn_create_sync_file()
|
/third_party/python/Modules/clinic/ |
D | posixmodule.c.h | 5070 int out_fd; in os_sendfile() local 5149 int out_fd; in os_sendfile() local 5234 int out_fd; in os_sendfile() local 5291 int out_fd; in os__fcopyfile() local
|
/third_party/python/Modules/ |
D | posixmodule.c | 9778 os_sendfile_impl(PyObject *module, int out_fd, int in_fd, Py_off_t offset, in os_sendfile_impl() 10006 os__fcopyfile_impl(PyObject *module, int in_fd, int out_fd, int flags) in os__fcopyfile_impl()
|