Home
last modified time | relevance | path

Searched defs:fd_in (Results 1 – 19 of 19) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dcopy_file_range.c33 int fd_in, fd_out, wlen, result; in copy_file_range_0100() local
107 int fd_in, fd_out, wlen, result; in copy_file_range_0300() local
/third_party/ltp/include/lapi/
Dtee.h14 static inline ssize_t tee(int fd_in, int fd_out, in tee()
Dsplice.h14 static inline ssize_t splice(int fd_in, loff_t *off_in, int fd_out, in splice()
/third_party/musl/src/linux/
Dsplice.c5 ssize_t splice(int fd_in, off_t *off_in, int fd_out, off_t *off_out, size_t len, unsigned flags) in splice()
Dcopy_file_range.c5 ssize_t copy_file_range(int fd_in, off_t *off_in, int fd_out, off_t *off_out, size_t len, unsigned … in copy_file_range()
/third_party/glib/gio/
Dgtrashportal.c75 int fd, fd_in, errsv; in g_trash_portal_trash_file() local
Dgfile.c2975 do_splice (int fd_in, in do_splice()
3024 int fd_in, fd_out; in splice_stream_with_progress() local
3129 int fd_in, fd_out; in btrfs_reflink_with_progress() local
/third_party/ffmpeg/tools/
Dcws2fws.c30 int fd_in, fd_out, comp_len, uncomp_len, i, last_out; in main() local
/third_party/ltp/testcases/kernel/syscalls/splice/
Dsplice01.c30 static int fd_in, fd_out; variable
/third_party/ltp/testcases/kernel/syscalls/tee/
Dtee01.c25 static int fd_in, fd_out; variable
/third_party/alsa-lib/test/
Drawmidi.c43 int fd_in = -1,fd_out = -1; in main() local
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
Dcopy_file_range.h43 static int sys_copy_file_range(int fd_in, loff_t *off_in, in sys_copy_file_range()
Dcopy_file_range01.c25 static int fd_in, fd_out, cross_sup; variable
/third_party/libuv/src/unix/
Dfreebsd.c292 uv__fs_copy_file_range(int fd_in, in uv__fs_copy_file_range()
Dlinux-syscalls.c224 uv__fs_copy_file_range(int fd_in, in uv__fs_copy_file_range()
/third_party/glib/gio/tests/
Dgdbus-close-pending.c237 my_io_stream_new_for_fds (gint fd_in, gint fd_out) in my_io_stream_new_for_fds()
/third_party/libuv/src/win/
Dfs.c2102 int fd_in = req->file.fd, fd_out = req->fs.info.fd_out; in fs__sendfile() local
3324 uv_file fd_in, int64_t in_offset, size_t length, uv_fs_cb cb) { in uv_fs_sendfile()
/third_party/libsoup/libsoup/
Dsoup-auth-ntlm.c86 int fd_in; member
/third_party/ntfs-3g/ntfsprogs/
Dntfsclone.c204 static int fd_in; variable