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

/external/strace/
H A Dutil.c586 nul_seen = umovestr(tcp, addr, n + 1, path);
646 if (umovestr(tcp, addr, size, str) < 0) {
960 umovestr(struct tcb *tcp, long addr, int len, char *laddr) function
1031 perror_msg("umovestr: short read (%d < %d) @0x%lx",
1062 perror_msg("umovestr: PTRACE_PEEKDATA pid:%d @0x%lx",
1089 perror_msg("umovestr: short read (%d < %d) @0x%lx",
1095 perror_msg("umovestr: PTRACE_PEEKDATA pid:%d @0x%lx",

Completed in 87 milliseconds