Searched refs:umovestr (Results 1 – 5 of 5) sorted by relevance
/external/strace/ |
D | pathtrace.c | 65 return umovestr(tcp, upath, sizeof path, path) > 0 && in upathmatch()
|
D | util.c | 586 nul_seen = umovestr(tcp, addr, n + 1, path); in printpathn() 646 if (umovestr(tcp, addr, size, str) < 0) { in printstr() 960 umovestr(struct tcb *tcp, long addr, int len, char *laddr) in umovestr() function
|
D | system.c | 596 if (umovestr(tcp, tcp->u_arg[1], (__NEW_UTS_LEN + 1), nodename) < 0) in sys_sysmips()
|
D | defs.h | 631 extern int umovestr(struct tcb *, long, 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.
|