Searched refs:dupl (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | regcomp.c | 235 static sopno dupl(struct parse *, sopno, sopno); 530 (void) dupl(p, p->pbegin[backrefnum]+1, p->pend[backrefnum]); in p_ere_exp() 729 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_simp_re() 1153 copy = dupl(p, start+1, finish+1); in repeat() 1162 copy = dupl(p, start, finish); in repeat() 1166 copy = dupl(p, start, finish); in repeat() 1447 dupl(struct parse *p, in dupl() function
|
/freebsd/contrib/nvi/regex/ |
H A D | regcomp.c | 117 static sopno dupl(struct parse *p, sopno start, sopno finish); 602 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_simp_re() 1051 copy = dupl(p, start+1, finish+1); in repeat() 1060 copy = dupl(p, start, finish); in repeat() 1064 copy = dupl(p, start, finish); in repeat() 1342 dupl(struct parse *p, in dupl() function
|
/freebsd/lib/libc/regex/ |
H A D | regcomp.c | 146 static sopno dupl(struct parse *p, sopno start, sopno finish); 512 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_ere_exp() 932 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_simp_re() 1500 copy = dupl(p, start+1, finish+1); 1509 copy = dupl(p, start, finish); 1513 copy = dupl(p, start, finish); 1715 dupl(struct parse *p, function
|
/freebsd/contrib/unbound/libunbound/ |
H A D | libunbound.c | 980 char* dupl; in ub_ctx_set_fwd() local 1033 dupl = strdup(addr); in ub_ctx_set_fwd() 1034 if(!dupl) { in ub_ctx_set_fwd() 1039 if(!cfg_strlist_insert(&s->addrs, dupl)) { in ub_ctx_set_fwd()
|