Searched refs:dumpstr (Results 1 – 8 of 8) sorted by relevance
/external/strace/tests/ |
D | mq_sendrecv.c | 85 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/ |
D | mq_sendrecv.c | 85 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/ |
D | mq_sendrecv.c | 85 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/ |
D | syscall.c | 411 dumpstr(tcp, tcp->u_arg[1], tcp->u_arg[2]); in dumpio() 438 dumpstr(tcp, tcp->u_arg[1], tcp->u_rval); in dumpio()
|
D | util.c | 907 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
|
D | defs.h | 873 dumpstr(struct tcb *, kernel_ulong_t addr, int len);
|
D | ChangeLog-CVS | 5338 util.c (dumpstr): Fix incorrect printing of one too many 5354 (dumpstr): Likewise for umoven.
|
D | ChangeLog | 3095 * 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 …]
|