Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dgzip.c75 static int do_zlib(int in_fd, int out_fd) in do_zlib()
104 static void do_gzip(int in_fd, char *arg) in do_gzip()
/external/ltp/testcases/kernel/syscalls/sendfile/
Dsendfile03.c64 int in_fd, out_fd; variable
75 int in_fd; member
Dsendfile07.c65 int in_fd, out_fd = 0, ignored_fd = 0; variable
Dsendfile08.c46 static int in_fd; variable
Dsendfile06.c68 int in_fd, out_fd; in do_sendfile() local
Dsendfile09.c64 static int in_fd; variable
Dsendfile05.c84 int in_fd; in do_sendfile() local
Dsendfile04.c103 int in_fd; in do_sendfile() local
Dsendfile02.c100 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/honggfuzz/libhfuzz/
Dpersistent.c95 int in_fd = STDIN_FILENO; in main() local
/external/perfetto/src/perfetto_cmd/
Drate_limiter.cc160 base::ScopedFile in_fd; in LoadState() local
/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/fio/oslib/
Dlibmtd.c1288 int tmp, ret, in_fd, len, written = 0; in mtd_write_img() local
/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