startpos 72 libglibc/regex.c # define re_search(bufp, string, size, startpos, range, regs) \ startpos 73 libglibc/regex.c __re_search (bufp, string, size, startpos, range, regs) startpos 77 libglibc/regex.c # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \ startpos 78 libglibc/regex.c __re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop) startpos 3533 libglibc/regex.c re_search (bufp, string, size, startpos, range, regs) startpos 3536 libglibc/regex.c int size, startpos, range; startpos 3539 libglibc/regex.c return re_search_2 (bufp, NULL, 0, string, size, startpos, range, startpos 3569 libglibc/regex.c re_search_2 (bufp, string1, size1, string2, size2, startpos, range, regs, stop) startpos 3573 libglibc/regex.c int startpos; startpos 3582 libglibc/regex.c int endpos = startpos + range; startpos 3585 libglibc/regex.c if (startpos < 0 || startpos > total_size) startpos 3592 libglibc/regex.c range = 0 - startpos; startpos 3594 libglibc/regex.c range = total_size - startpos; startpos 3604 libglibc/regex.c if (startpos > 0) startpos 3615 libglibc/regex.c range = PT - startpos; startpos 3633 libglibc/regex.c if (fastmap && startpos < total_size && !bufp->can_be_null) startpos 3641 libglibc/regex.c if (startpos < size1 && startpos + range >= size1) startpos 3642 libglibc/regex.c lim = range - (size1 - startpos); startpos 3644 libglibc/regex.c d = (startpos >= size1 ? string2 - size1 : string1) + startpos; startpos 3657 libglibc/regex.c startpos += irange - range; startpos 3661 libglibc/regex.c register char c = (size1 == 0 || startpos >= size1 startpos 3662 libglibc/regex.c ? string2[startpos - size1] startpos 3663 libglibc/regex.c : string1[startpos]); startpos 3671 libglibc/regex.c if (range >= 0 && startpos == total_size && fastmap startpos 3676 libglibc/regex.c startpos, regs, stop); startpos 3684 libglibc/regex.c return startpos; startpos 3695 libglibc/regex.c startpos++; startpos 3700 libglibc/regex.c startpos--;