Searched refs:umovestr (Results 1 – 7 of 7) sorted by relevance
/external/strace/tests/ |
D | Makefile.am | 42 umovestr \ program 85 umovestr.test \ 127 umovestr.expected \
|
D | .gitignore | 31 umovestr
|
/external/strace/ |
D | sysmips.c | 27 if (umovestr(tcp, tcp->u_arg[1], (__NEW_UTS_LEN + 1), in SYS_FUNC()
|
D | util.c | 724 nul_seen = umovestr(tcp, addr, n + 1, path); in printpathn() 780 if (umovestr(tcp, addr, size + 1, str) < 0) { in printstr() 1105 umovestr(struct tcb *tcp, long addr, unsigned int len, char *laddr) in umovestr() function
|
D | pathtrace.c | 65 return umovestr(tcp, upath, sizeof path, path) > 0 && in upathmatch()
|
D | defs.h | 462 extern int umovestr(struct tcb *, long, unsigned int, char *);
|
D | ChangeLog-CVS | 276 is change in umovestr where we were calling 286 (umovestr): Do not complain and do not abort() if error is ESRCH. 1032 (umovestr): Likewise. 4188 * util.c (umovestr): UnixWare (svr4?) returns 0 when trying 4329 * util.c: Don't run off the end of valid memory in umovestr when 5022 * util.c (umovestr) [LINUX]: Handle Linux like SunOS4 5060 * util.c (umoven, umovestr): Move data in long-sized chunks 5353 to char pointer in umovestr call.
|