Searched defs:umovestr (Results 1 - 1 of 1) sorted by relevance

/external/strace/
H A Dutil.c764 nul_seen = umovestr(tcp, addr, n + 1, path);
816 if (umovestr(tcp, addr, size + 1, str) < 0) {
1188 umovestr(struct tcb *tcp, long addr, unsigned int len, char *laddr) function
1256 perror_msg("umovestr: short read (%d < %d) @0x%lx",
1287 perror_msg("umovestr: PTRACE_PEEKDATA pid:%d @0x%lx",
1314 perror_msg("umovestr: short read (%d < %d) @0x%lx",
1320 perror_msg("umovestr: PTRACE_PEEKDATA pid:%d @0x%lx",

Completed in 283 milliseconds