pos 68 libglibc/regex.c # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ pos 69 libglibc/regex.c __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop) pos 70 libglibc/regex.c # define re_match(bufp, string, size, pos, regs) \ pos 71 libglibc/regex.c __re_match (bufp, string, size, pos, regs) pos 381 libglibc/regex.c int pos, pos 3794 libglibc/regex.c re_match (bufp, string, size, pos, regs) pos 3797 libglibc/regex.c int size, pos; pos 3801 libglibc/regex.c pos, regs, size); pos 3840 libglibc/regex.c re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop) pos 3844 libglibc/regex.c int pos; pos 3849 libglibc/regex.c pos, regs, stop); pos 3864 libglibc/regex.c re_match_2_internal (bufp, string1, size1, string2, size2, pos, regs, stop) pos 3868 libglibc/regex.c int pos; pos 4032 libglibc/regex.c if (pos < 0 || pos > size1 + size2) pos 4082 libglibc/regex.c if (size1 > 0 && pos <= size1) pos 4084 libglibc/regex.c d = string1 + pos; pos 4089 libglibc/regex.c d = string2 + pos - size1; pos 4228 libglibc/regex.c regs->start[0] = pos; pos 4264 libglibc/regex.c mcnt = d - pos - (MATCHING_IN_FIRST_STRING pos 267 libutil/token.c long pos; pos 309 libutil/token.c pos = ftell(ip); pos 345 libutil/token.c (void)fseek(ip, pos, SEEK_SET);