OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:umovestr
(Results
1 - 3
of
3
) sorted by null
/external/strace/
system.c
526
if (!(tcp->u_arg[2] & M_NEWTYPE) ||
umovestr
(tcp,
[
all
...]
util.c
567
if (
umovestr
(tcp, addr, n + 1, path) < 0)
622
if (
umovestr
(tcp, addr, size, str) < 0) {
849
umovestr
(struct tcb *tcp, long addr, int len, char *laddr)
function
901
perror("
umovestr
");
920
perror("
umovestr
");
[
all
...]
defs.h
536
extern int
umovestr
(struct tcb *, long, int, char *);
Completed in 50 milliseconds