Home
last modified time | relevance | path

Searched refs:dumpiov (Results 1 – 4 of 4) sorted by relevance

/external/strace/
Ddefs.h679 extern void dumpiov(struct tcb *, int, long);
Dsyscall.c2496 dumpiov(tcp, tcp->u_arg[2], tcp->u_arg[1]); in dumpio()
2506 dumpiov(tcp, tcp->u_arg[2], tcp->u_arg[1]); in dumpio()
Dutil.c674 dumpiov(struct tcb *tcp, int len, long addr) in dumpiov() function
DChangeLog-CVS1503 * util.c [HAVE_SYS_UIO_H] (dumpiov): [LINUX &&
2107 * util.c (dumpiov) [HAVE_SYS_UIO_H]: Check for integer overflow
2179 (dumpiov) [HAVE_SYS_UIO_H]: Likewise.