Home | History | Annotate | Download | only in strace

Lines Matching refs:abbrev_end

238 	unsigned long size, start, cur, end, abbrev_end;
252 abbrev_end = start + max_strlen * sizeof(fds);
253 if (abbrev_end < start)
254 abbrev_end = end;
256 abbrev_end = end;
262 if (cur >= abbrev_end) {
306 abbrev_end = start + max_strlen * sizeof(fds);
307 if (abbrev_end < start)
308 abbrev_end = end;
310 abbrev_end = end;
330 if (cur >= abbrev_end) {