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

  /external/strace/
mem.c 516 if (abbrev(tcp) && i >= max_strlen) {
706 abbrev_end = ptr + max_strlen * sizeof(long);
io.c 99 abbrev_end = addr + max_strlen * sizeof(iov);
defs.h 406 extern int max_strlen;
process.c 1272 abbrev_end = start + max_strlen * sizeof(gid);
1336 abbrev_end = start + max_strlen * sizeof(gid);
1392 abbrev_end = start + max_strlen * sizeof(gid);
1452 abbrev_end = start + max_strlen * sizeof(gid);
    [all...]
strace.c 83 int max_strlen = DEFAULT_STRLEN; variable
291 max_strlen = atoi(optarg);
292 if (max_strlen < 0) {
    [all...]
stream.c 319 abbrev_end = start + max_strlen * sizeof(fds);
system.c     [all...]

Completed in 513 milliseconds