Home
last modified time | relevance | path

Searched defs:in_fd (Results 1 – 13 of 13) sorted by relevance

/external/ltp/testcases/kernel/syscalls/sendfile/
Dsendfile03.c64 int in_fd, out_fd; variable
75 int in_fd; member
Dsendfile08.c45 static int in_fd; variable
Dsendfile07.c65 int in_fd, out_fd = 0, ignored_fd = 0; variable
Dsendfile06.c68 int in_fd, out_fd; in do_sendfile() local
Dsendfile05.c83 int in_fd; in do_sendfile() local
Dsendfile09.c64 static int in_fd; variable
Dsendfile04.c102 int in_fd; in do_sendfile() local
Dsendfile02.c99 int in_fd; in do_sendfile() local
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Ddecorate_proc_maps.cc12 bool CopyFdToFd(int in_fd, int out_fd) { in CopyFdToFd()
/external/linux-kselftest/tools/testing/selftests/exec/
Dexecveat.c139 int in_fd = open_or_die(src, O_RDONLY); in exe_cp() local
/external/toybox/toys/other/
Dbzcat.c84 int in_fd, inbufCount, inbufPos; member
/external/openssh/
Dclientloop.c2504 const char *term, struct termios *tiop, int in_fd, Buffer *cmd, char **env) in client_session2_setup()
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h783 #define __sanitizer_syscall_pre_sendfile(out_fd, in_fd, offset, count) \ argument
786 #define __sanitizer_syscall_post_sendfile(res, out_fd, in_fd, offset, count) \ argument
789 #define __sanitizer_syscall_pre_sendfile64(out_fd, in_fd, offset, count) \ argument
792 #define __sanitizer_syscall_post_sendfile64(res, out_fd, in_fd, offset, count) \ argument