Home
last modified time | relevance | path

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

/external/strace/
Dsystem.c526 if (!(tcp->u_arg[2] & M_NEWTYPE) || umovestr(tcp,
1465 if (umovestr(tcp, tcp->u_arg[3], FSTYPSZ, fstyp) < 0) {
2373 if (umovestr(tcp, tcp->u_arg[1], (__NEW_UTS_LEN + 1), nodename) < 0)
Dutil.c567 if (umovestr(tcp, addr, n + 1, path) < 0) in printpathn()
622 if (umovestr(tcp, addr, size, str) < 0) { in printstr()
849 umovestr(struct tcb *tcp, long addr, int len, char *laddr) in umovestr() function
Ddefs.h536 extern int umovestr(struct tcb *, long, 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.