OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:umovestr
(Results
1 - 4
of
4
) sorted by null
/external/strace/
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
...]
system.c
526
if (!(tcp->u_arg[2] & M_NEWTYPE) ||
umovestr
(tcp,
[
all
...]
defs.h
536
extern int
umovestr
(struct tcb *, long, int, char *);
ChangeLog-CVS
276
is change in
umovestr
where we were calling
286
(
umovestr
): Do not complain and do not abort() if error is ESRCH.
[
all
...]
Completed in 80 milliseconds