/external/toybox/toys/pending/ |
D | gzip.c | 75 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/ |
D | sendfile03.c | 64 int in_fd, out_fd; variable 75 int in_fd; member
|
D | sendfile07.c | 65 int in_fd, out_fd = 0, ignored_fd = 0; variable
|
D | sendfile08.c | 46 static int in_fd; variable
|
D | sendfile06.c | 68 int in_fd, out_fd; in do_sendfile() local
|
D | sendfile09.c | 64 static int in_fd; variable
|
D | sendfile05.c | 84 int in_fd; in do_sendfile() local
|
D | sendfile04.c | 103 int in_fd; in do_sendfile() local
|
D | sendfile02.c | 100 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/honggfuzz/libhfuzz/ |
D | persistent.c | 95 int in_fd = STDIN_FILENO; in main() local
|
/external/perfetto/src/perfetto_cmd/ |
D | rate_limiter.cc | 160 base::ScopedFile in_fd; in LoadState() local
|
/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/fio/oslib/ |
D | libmtd.c | 1288 int tmp, ret, in_fd, len, written = 0; in mtd_write_img() local
|
/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
|