Lines Matching refs:from
1322 long int from; in handle_ellipsis() local
1346 from = strtol (startp->name + preflen, &cp, base); in handle_ellipsis()
1347 if ((from == UINT_MAX && errno == ERANGE) || *cp != '\0') in handle_ellipsis()
1359 for (++from; from < to; ++from) in handle_ellipsis()
1368 (int) (lenfrom - preflen), from); in handle_ellipsis()
2932 unsigned long int from; in collate_read() local
2942 from = strtoul (&symbol[prefixlen], &endp, in collate_read()
2953 if (from > to) in collate_read()
2957 while (from <= to) in collate_read()
2969 (int) (symbol_len - prefixlen), from); in collate_read()
2982 ++from; in collate_read()