/third_party/ltp/testcases/kernel/syscalls/sendfile/ |
D | sendfile03.c | 24 static int in_fd; variable 29 int *in_fd; member
|
D | sendfile05.c | 22 static int in_fd; variable
|
D | sendfile07.c | 21 static int in_fd; variable
|
D | sendfile06.c | 45 int in_fd = SAFE_OPEN(IN_FILE, O_RDONLY); in run() local
|
D | sendfile08.c | 29 static int in_fd; variable
|
D | sendfile04.c | 24 static int in_fd; variable
|
D | sendfile09.c | 64 int in_fd = SAFE_OPEN(IN_FILE, O_RDONLY); in run() local
|
D | sendfile02.c | 56 int in_fd = SAFE_OPEN(IN_FILE, O_RDONLY); 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/gstreamer/gstreamer/tests/check/elements/ |
D | fdsrc.c | 172 gint in_fd; in GST_START_TEST() local
|
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
D | pvr_srv_job_compute.c | 176 int in_fd = -1; in pvr_srv_winsys_compute_submit() local
|
D | pvr_srv_job_transfer.c | 203 int in_fd = -1; in pvr_srv_winsys_transfer_submit() local
|
/third_party/libuv/src/unix/ |
D | fs.c | 826 int in_fd; in uv__fs_sendfile_emul() local 990 static ssize_t uv__fs_try_copy_file_range(int in_fd, off_t* off, in uv__fs_try_copy_file_range() 1040 int in_fd; in uv__fs_sendfile() local 2132 uv_file in_fd, in uv_fs_sendfile()
|
/third_party/toybox/toys/other/ |
D | bzcat.c | 84 int in_fd, inbufCount, inbufPos; member
|
/third_party/exfatprogs/exfat2img/ |
D | exfat2img.c | 765 int in_fd, ret; in restore_from_stdin() local
|
/third_party/python/Modules/clinic/ |
D | posixmodule.c.h | 5071 int in_fd; in os_sendfile() local 5150 int in_fd; in os_sendfile() local 5235 int in_fd; in os_sendfile() local 5290 int in_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()
|