/external/ltp/testcases/kernel/syscalls/sendfile/ |
D | sendfile03.c | 64 int in_fd, out_fd; variable 74 int out_fd; member
|
D | sendfile08.c | 46 static int out_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 | 64 int out_fd; variable
|
D | sendfile09.c | 65 static int out_fd; variable
|
D | sendfile04.c | 69 int out_fd; variable
|
D | sendfile02.c | 70 int out_fd; variable
|
/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/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/ |
D | mock_lorgnette.py | 49 def ScanImage(self, device, out_fd, scan_properties): argument
|
/external/boringssl/src/crypto/bio/ |
D | fd.c | 272 int BIO_get_fd(BIO *bio, int *out_fd) { in BIO_get_fd()
|
/external/e2fsprogs/contrib/android/ |
D | ext2simg.c | 181 int out_fd; in main() local
|
/external/toybox/toys/other/ |
D | bzcat.c | 443 static void flush_bunzip_outbuf(struct bunzip_data *bd, int out_fd) in flush_bunzip_outbuf() 513 int out_fd, char *outbuf, int len) in write_bunzip_data()
|
/external/linux-kselftest/tools/testing/selftests/exec/ |
D | execveat.c | 140 int out_fd = open(dest, O_RDWR|O_CREAT|O_TRUNC, 0755); in exe_cp() local
|
/external/boringssl/src/tool/ |
D | digest.cc | 85 static bool OpenFile(int *out_fd, const std::string &filename) { in OpenFile()
|
/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
|