Home
last modified time | relevance | path

Searched refs:bufp (Results 1 – 4 of 4) sorted by relevance

/posix/
A Dregex.c49 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ argument
50 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
51 # define re_match(bufp, string, size, pos, regs) \ argument
52 __re_match (bufp, string, size, pos, regs)
53 # define re_search(bufp, string, size, startpos, range, regs) \ argument
54 __re_search (bufp, string, size, startpos, range, regs)
55 # define re_compile_pattern(pattern, length, bufp) \ argument
56 __re_compile_pattern (pattern, length, bufp)
58 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \ argument
59 __re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop)
[all …]
A Dregexec.c378 re_dfa_t *dfa = bufp->buffer; in re_search_stub()
393 eflags |= (bufp->not_bol) ? REG_NOTBOL : 0; in re_search_stub()
394 eflags |= (bufp->not_eol) ? REG_NOTEOL : 0; in re_search_stub()
397 if (start < last_start && bufp->fastmap != NULL && !bufp->fastmap_accurate) in re_search_stub()
398 re_compile_fastmap (bufp); in re_search_stub()
400 if (__glibc_unlikely (bufp->no_sub)) in re_search_stub()
407 && regs->num_regs <= bufp->re_nsub)) in re_search_stub()
418 nregs = bufp->re_nsub + 1; in re_search_stub()
438 bufp->regs_allocated); in re_search_stub()
543 bufp->regs_allocated = REGS_REALLOCATE; in re_set_registers()
[all …]
A Dregcomp.c26 static void re_compile_fastmap_iter (regex_t *bufp,
218 struct re_pattern_buffer *bufp) in re_compile_pattern() argument
225 bufp->no_sub = !!(re_syntax_options & RE_NO_SUB); in re_compile_pattern()
228 bufp->newline_anchor = 1; in re_compile_pattern()
264 re_compile_fastmap (struct re_pattern_buffer *bufp) in weak_alias()
266 re_dfa_t *dfa = bufp->buffer; in weak_alias()
267 char *fastmap = bufp->fastmap; in weak_alias()
277 bufp->fastmap_accurate = 1; in weak_alias()
298 re_dfa_t *dfa = bufp->buffer; in re_compile_fastmap_iter()
310 if ((bufp->syntax & RE_ICASE) && dfa->mb_cur_max > 1) in re_compile_fastmap_iter()
[all …]
A Dglob.c60 # define getpwnam_r(name, bufp, buf, len, res) \ argument
61 __getpwnam_r (name, bufp, buf, len, res)

Completed in 21 milliseconds