bufp 60 maint/gnulib/lib/glob.c # define getpwnam_r(name, bufp, buf, len, res) \ bufp 61 maint/gnulib/lib/glob.c __getpwnam_r (name, bufp, buf, len, res) bufp 558 maint/gnulib/lib/nstrftime.c CHAR_T *bufp; bufp 1013 maint/gnulib/lib/nstrftime.c bufp = buf + sizeof (buf) / sizeof (buf[0]); bufp 1021 maint/gnulib/lib/nstrftime.c *--bufp = ':'; bufp 1023 maint/gnulib/lib/nstrftime.c *--bufp = u_number_value % 10 + L_('0'); bufp 1038 maint/gnulib/lib/nstrftime.c int numlen = buf + sizeof buf / sizeof buf[0] - bufp; bufp 1055 maint/gnulib/lib/nstrftime.c cpy (numlen, bufp); bufp 1204 maint/gnulib/lib/nstrftime.c bufp = buf + sizeof (buf) / sizeof (buf[0]); bufp 1211 maint/gnulib/lib/nstrftime.c *--bufp = (negative_number ? -d : d) + L_('0'); bufp 26 maint/gnulib/lib/regcomp.c static void re_compile_fastmap_iter (regex_t *bufp, bufp 205 maint/gnulib/lib/regcomp.c struct re_pattern_buffer *bufp) bufp 212 maint/gnulib/lib/regcomp.c bufp->no_sub = !!(re_syntax_options & RE_NO_SUB); bufp 215 maint/gnulib/lib/regcomp.c bufp->newline_anchor = 1; bufp 217 maint/gnulib/lib/regcomp.c ret = re_compile_internal (bufp, pattern, length, re_syntax_options); bufp 251 maint/gnulib/lib/regcomp.c re_compile_fastmap (struct re_pattern_buffer *bufp) bufp 253 maint/gnulib/lib/regcomp.c re_dfa_t *dfa = bufp->buffer; bufp 254 maint/gnulib/lib/regcomp.c char *fastmap = bufp->fastmap; bufp 257 maint/gnulib/lib/regcomp.c re_compile_fastmap_iter (bufp, dfa->init_state, fastmap); bufp 259 maint/gnulib/lib/regcomp.c re_compile_fastmap_iter (bufp, dfa->init_state_word, fastmap); bufp 261 maint/gnulib/lib/regcomp.c re_compile_fastmap_iter (bufp, dfa->init_state_nl, fastmap); bufp 263 maint/gnulib/lib/regcomp.c re_compile_fastmap_iter (bufp, dfa->init_state_begbuf, fastmap); bufp 264 maint/gnulib/lib/regcomp.c bufp->fastmap_accurate = 1; bufp 281 maint/gnulib/lib/regcomp.c re_compile_fastmap_iter (regex_t *bufp, const re_dfastate_t *init_state, bufp 284 maint/gnulib/lib/regcomp.c re_dfa_t *dfa = bufp->buffer; bufp 286 maint/gnulib/lib/regcomp.c bool icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE)); bufp 295 maint/gnulib/lib/regcomp.c if ((bufp->syntax & RE_ICASE) && dfa->mb_cur_max > 1) bufp 383 maint/gnulib/lib/regcomp.c if ((bufp->syntax & RE_ICASE) && dfa->mb_cur_max > 1) bufp 396 maint/gnulib/lib/regcomp.c bufp->can_be_null = 1; bufp 49 maint/gnulib/lib/regex.c # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ bufp 50 maint/gnulib/lib/regex.c __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop) bufp 51 maint/gnulib/lib/regex.c # define re_match(bufp, string, size, pos, regs) \ bufp 52 maint/gnulib/lib/regex.c __re_match (bufp, string, size, pos, regs) bufp 53 maint/gnulib/lib/regex.c # define re_search(bufp, string, size, startpos, range, regs) \ bufp 54 maint/gnulib/lib/regex.c __re_search (bufp, string, size, startpos, range, regs) bufp 55 maint/gnulib/lib/regex.c # define re_compile_pattern(pattern, length, bufp) \ bufp 56 maint/gnulib/lib/regex.c __re_compile_pattern (pattern, length, bufp) bufp 58 maint/gnulib/lib/regex.c # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \ bufp 59 maint/gnulib/lib/regex.c __re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop) bufp 60 maint/gnulib/lib/regex.c # define re_compile_fastmap(bufp) __re_compile_fastmap (bufp) bufp 39 maint/gnulib/lib/regexec.c static regoff_t re_search_2_stub (struct re_pattern_buffer *bufp, bufp 45 maint/gnulib/lib/regexec.c static regoff_t re_search_stub (struct re_pattern_buffer *bufp, bufp 271 maint/gnulib/lib/regexec.c re_match (struct re_pattern_buffer *bufp, const char *string, Idx length, bufp 274 maint/gnulib/lib/regexec.c return re_search_stub (bufp, string, length, start, 0, length, regs, true); bufp 281 maint/gnulib/lib/regexec.c re_search (struct re_pattern_buffer *bufp, const char *string, Idx length, bufp 284 maint/gnulib/lib/regexec.c return re_search_stub (bufp, string, length, start, range, length, regs, bufp 292 maint/gnulib/lib/regexec.c re_match_2 (struct re_pattern_buffer *bufp, const char *string1, Idx length1, bufp 296 maint/gnulib/lib/regexec.c return re_search_2_stub (bufp, string1, length1, string2, length2, bufp 304 maint/gnulib/lib/regexec.c re_search_2 (struct re_pattern_buffer *bufp, const char *string1, Idx length1, bufp 308 maint/gnulib/lib/regexec.c return re_search_2_stub (bufp, string1, length1, string2, length2, bufp 316 maint/gnulib/lib/regexec.c re_search_2_stub (struct re_pattern_buffer *bufp, const char *string1, bufp 351 maint/gnulib/lib/regexec.c rval = re_search_stub (bufp, str, len, start, range, stop, regs, bufp 363 maint/gnulib/lib/regexec.c re_search_stub (struct re_pattern_buffer *bufp, const char *string, Idx length, bufp 372 maint/gnulib/lib/regexec.c re_dfa_t *dfa = bufp->buffer; bufp 387 maint/gnulib/lib/regexec.c eflags |= (bufp->not_bol) ? REG_NOTBOL : 0; bufp 388 maint/gnulib/lib/regexec.c eflags |= (bufp->not_eol) ? REG_NOTEOL : 0; bufp 391 maint/gnulib/lib/regexec.c if (start < last_start && bufp->fastmap != NULL && !bufp->fastmap_accurate) bufp 392 maint/gnulib/lib/regexec.c re_compile_fastmap (bufp); bufp 394 maint/gnulib/lib/regexec.c if (__glibc_unlikely (bufp->no_sub)) bufp 400 maint/gnulib/lib/regexec.c else if (__glibc_unlikely (bufp->regs_allocated == REGS_FIXED bufp 401 maint/gnulib/lib/regexec.c && regs->num_regs <= bufp->re_nsub)) bufp 412 maint/gnulib/lib/regexec.c nregs = bufp->re_nsub + 1; bufp 420 maint/gnulib/lib/regexec.c result = re_search_internal (bufp, string, length, start, last_start, stop, bufp 431 maint/gnulib/lib/regexec.c bufp->regs_allocated = re_copy_regs (regs, pmatch, nregs, bufp 432 maint/gnulib/lib/regexec.c bufp->regs_allocated); bufp 433 maint/gnulib/lib/regexec.c if (__glibc_unlikely (bufp->regs_allocated == REGS_UNALLOCATED)) bufp 532 maint/gnulib/lib/regexec.c re_set_registers (struct re_pattern_buffer *bufp, struct re_registers *regs, bufp 537 maint/gnulib/lib/regexec.c bufp->regs_allocated = REGS_REALLOCATE; bufp 544 maint/gnulib/lib/regexec.c bufp->regs_allocated = REGS_UNALLOCATED;