Home
last modified time | relevance | path

Searched refs:umovestr (Results 1 – 7 of 7) sorted by relevance

/external/strace/tests/
DMakefile.am42 umovestr \ program
85 umovestr.test \
127 umovestr.expected \
D.gitignore31 umovestr
/external/strace/
Dsysmips.c27 if (umovestr(tcp, tcp->u_arg[1], (__NEW_UTS_LEN + 1), in SYS_FUNC()
Dutil.c724 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
Dpathtrace.c65 return umovestr(tcp, upath, sizeof path, path) > 0 && in upathmatch()
Ddefs.h462 extern int umovestr(struct tcb *, long, unsigned int, char *);
DChangeLog-CVS276 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.