Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/sendfile/
Dsendfile03.c64 int in_fd, out_fd; variable
74 int out_fd; member
Dsendfile08.c46 static int out_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.c64 int out_fd; variable
Dsendfile09.c65 static int out_fd; variable
Dsendfile04.c69 int out_fd; variable
Dsendfile02.c70 int out_fd; variable
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Ddecorate_proc_maps.cc12 bool CopyFdToFd(int in_fd, int out_fd) { in CopyFdToFd()
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/
Dmock_lorgnette.py49 def ScanImage(self, device, out_fd, scan_properties): argument
/external/boringssl/src/crypto/bio/
Dfd.c272 int BIO_get_fd(BIO *bio, int *out_fd) { in BIO_get_fd()
/external/e2fsprogs/contrib/android/
Dext2simg.c181 int out_fd; in main() local
/external/toybox/toys/other/
Dbzcat.c443 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/
Dexecveat.c140 int out_fd = open(dest, O_RDWR|O_CREAT|O_TRUNC, 0755); in exe_cp() local
/external/boringssl/src/tool/
Ddigest.cc85 static bool OpenFile(int *out_fd, const std::string &filename) { in OpenFile()
/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