HomeSort by relevance Sort by last modified time
    Searched refs:umovestr (Results 1 - 4 of 4) sorted by null

  /external/strace/
pathtrace.c 65 return umovestr(tcp, upath, sizeof path, path) > 0 &&
util.c 586 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",
    [all...]
system.c 596 if (umovestr(tcp, tcp->u_arg[1], (__NEW_UTS_LEN + 1), nodename) < 0)
defs.h 631 extern int umovestr(struct tcb *, long, int, char *);

Completed in 688 milliseconds