/external/valgrind/coregrind/m_ume/ |
D | main.c | 68 VG_(pre_exec_check)(const HChar* exe_name, Int* out_fd, Bool allow_setuid) in VG_() 123 if (!sr_isError(res) && out_fd) { in VG_() 124 *out_fd = fd; in VG_()
|
/external/boringssl/src/crypto/bio/ |
D | fd.c | 268 int BIO_get_fd(BIO *bio, int *out_fd) { in BIO_get_fd() argument 269 return BIO_ctrl(bio, BIO_C_GET_FD, 0, (char *) out_fd); in BIO_get_fd()
|
/external/boringssl/src/tool/ |
D | digest.cc | 81 static bool OpenFile(int *out_fd, const std::string &filename) { in OpenFile() argument 82 *out_fd = -1; in OpenFile() 106 *out_fd = fd; in OpenFile()
|
/external/toybox/toys/other/ |
D | bzcat.c | 424 void flush_bunzip_outbuf(struct bunzip_data *bd, int out_fd) in flush_bunzip_outbuf() argument 427 if (write(out_fd, bd->outbuf, bd->outbufPos) != bd->outbufPos) in flush_bunzip_outbuf() 496 int write_bunzip_data(struct bunzip_data *bd, struct bwdata *bw, int out_fd, char *outbuf, int len) in write_bunzip_data() argument 547 if (bd->outbufPos == IOBUF_SIZE) flush_bunzip_outbuf(bd, out_fd); in write_bunzip_data()
|
/external/valgrind/coregrind/ |
D | pub_core_ume.h | 84 extern SysRes VG_(pre_exec_check)(const HChar* exe_name, Int* out_fd,
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 783 #define __sanitizer_syscall_pre_sendfile(out_fd, in_fd, offset, count) \ argument 784 __sanitizer_syscall_pre_impl_sendfile((long)(out_fd), (long)(in_fd), \ 786 #define __sanitizer_syscall_post_sendfile(res, out_fd, in_fd, offset, count) \ argument 787 __sanitizer_syscall_post_impl_sendfile(res, (long)(out_fd), (long)(in_fd), \ 789 #define __sanitizer_syscall_pre_sendfile64(out_fd, in_fd, offset, count) \ argument 790 __sanitizer_syscall_pre_impl_sendfile64((long)(out_fd), (long)(in_fd), \ 792 #define __sanitizer_syscall_post_sendfile64(res, out_fd, in_fd, offset, count) \ argument 793 __sanitizer_syscall_post_impl_sendfile64(res, (long)(out_fd), (long)(in_fd), \ 2437 void __sanitizer_syscall_pre_impl_sendfile(long out_fd, long in_fd, long offset, 2439 void __sanitizer_syscall_post_impl_sendfile(long res, long out_fd, long in_fd, [all …]
|
/external/boringssl/src/include/openssl/ |
D | bio.h | 451 OPENSSL_EXPORT int BIO_get_fd(BIO *bio, int *out_fd);
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_syscalls.inc | 1362 PRE_SYSCALL(sendfile)(long out_fd, long in_fd, void *offset, long count) {} 1364 POST_SYSCALL(sendfile)(long res, long out_fd, long in_fd, 1371 PRE_SYSCALL(sendfile64)(long out_fd, long in_fd, void *offset, long count) {} 1373 POST_SYSCALL(sendfile64)(long res, long out_fd, long in_fd,
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.stderr.exp | 2401 Syscall param sendfile(out_fd) contains uninitialised byte(s) 3281 Syscall param sendfile64(out_fd) contains uninitialised byte(s)
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-linux.c | 1094 int, out_fd, int, in_fd, vki_off_t *, offset, in PRE() 1111 int, out_fd, int, in_fd, vki_loff_t *, offset, in PRE()
|