Searched defs:in_fd (Results 1 – 13 of 13) sorted by relevance
/external/ltp/testcases/kernel/syscalls/sendfile/ |
D | sendfile03.c | 64 int in_fd, out_fd; variable 75 int in_fd; member
|
D | sendfile08.c | 45 static int in_fd; variable
|
D | sendfile07.c | 65 int in_fd, out_fd = 0, ignored_fd = 0; variable
|
D | sendfile06.c | 68 int in_fd, out_fd; in do_sendfile() local
|
D | sendfile05.c | 83 int in_fd; in do_sendfile() local
|
D | sendfile09.c | 64 static int in_fd; variable
|
D | sendfile04.c | 102 int in_fd; in do_sendfile() local
|
D | sendfile02.c | 99 int in_fd; in do_sendfile() local
|
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | decorate_proc_maps.cc | 12 bool CopyFdToFd(int in_fd, int out_fd) { in CopyFdToFd()
|
/external/linux-kselftest/tools/testing/selftests/exec/ |
D | execveat.c | 139 int in_fd = open_or_die(src, O_RDONLY); in exe_cp() local
|
/external/toybox/toys/other/ |
D | bzcat.c | 84 int in_fd, inbufCount, inbufPos; member
|
/external/openssh/ |
D | clientloop.c | 2504 const char *term, struct termios *tiop, int in_fd, Buffer *cmd, char **env) in client_session2_setup()
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 783 #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
|