Home | History | Annotate | Download | only in strace

Lines Matching defs:cur

54 	unsigned long cur, abbrev_end;
79 for (cur = start + sizeof(fds); cur < end; cur += sizeof(fds)) {
81 if (cur >= abbrev_end) {
85 if (umove(tcp, cur, &fds) < 0) {
105 unsigned long cur, abbrev_end;
131 for (cur = start; cur < end; cur += sizeof(fds)) {
132 if (umove(tcp, cur, &fds) < 0) {
146 if (cur >= abbrev_end) {