Home
last modified time | relevance | path

Searched refs:dumpstr (Results 1 – 8 of 8) sorted by relevance

/external/strace/tests/
Dmq_sendrecv.c85 dumpstr(unsigned char start, unsigned int count) in dumpstr() function
158 dumpstr(MSG_START, msg_size); in do_send()
200 dumpstr(MSG_START, rc); in do_recv()
/external/strace/tests-m32/
Dmq_sendrecv.c85 dumpstr(unsigned char start, unsigned int count) in dumpstr() function
158 dumpstr(MSG_START, msg_size); in do_send()
200 dumpstr(MSG_START, rc); in do_recv()
/external/strace/tests-mx32/
Dmq_sendrecv.c85 dumpstr(unsigned char start, unsigned int count) in dumpstr() function
158 dumpstr(MSG_START, msg_size); in do_send()
200 dumpstr(MSG_START, rc); in do_recv()
/external/strace/
Dsyscall.c411 dumpstr(tcp, tcp->u_arg[1], tcp->u_arg[2]); in dumpio()
438 dumpstr(tcp, tcp->u_arg[1], tcp->u_rval); in dumpio()
Dutil.c907 dumpstr(tcp, iov_iov_base(i), iov_len); in dumpiov_upto()
918 dumpstr(struct tcb *const tcp, const kernel_ulong_t addr, const int len) in dumpstr() function
Ddefs.h873 dumpstr(struct tcb *, kernel_ulong_t addr, int len);
DChangeLog-CVS5338 util.c (dumpstr): Fix incorrect printing of one too many
5354 (dumpstr): Likewise for umoven.
DChangeLog3095 * util.c (print_quoted_string_ex, dumpstr): Add reasons for memory
4195 util.c: add len sanity checks to dumpstr.
4198 * util.c (dumpstr): Check that len is sane.
4684 dumpstr): Replace error_msg with error_func_msg.
21438 * defs.h (dumpiov_in_msghdr, dumpiov_in_mmsghdr, dumpiov_upto, dumpstr):
21443 * util.c (dumpiov_upto, dumpstr): Likewise.
38384 * util.c (dumpiov, dumpstr): Likewise.
46333 Fix wrong offset display in dumpstr.
46339 Fix a bug in dumpstr (no null termination). Essentially rewrote dumpstr.
46344 When dumpstr was changed to use on-stack buffer, the bug reared its ugly head.
[all …]