Searched refs:fd_in (Results 1 – 2 of 2) sorted by relevance
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | splice.c | 23 splice (int fd_in, loff_t *off_in, int fd_out, loff_t *off_out, size_t len, in splice() argument 26 return SYSCALL_CANCEL (splice, fd_in, off_in, fd_out, off_out, len, flags); in splice()
|
/glibc-2.36/support/ |
D | xunistd.h | 85 ssize_t xcopy_file_range(int fd_in, loff_t *off_in, int fd_out,
|