Searched refs:dict_regexp (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | dict_regexp.c | 136 DICT_REGEXP *dict_regexp; /* the dictionary handle */ member 164 DICT_REGEXP *dict_regexp = ctxt->dict_regexp; in dict_regexp_expand() local 177 dict_regexp->dict.name, match_rule->rule.lineno, in dict_regexp_expand() 179 pmatch = dict_regexp->pmatch + n; in dict_regexp_expand() 182 vstring_strncat(dict_regexp->expansion_buf, in dict_regexp_expand() 192 vstring_strcat(dict_regexp->expansion_buf, vstring_str(buf)); in dict_regexp_expand() 221 DICT_REGEXP *dict_regexp = (DICT_REGEXP *) dict; in dict_regexp_lookup() local 242 for (rule = dict_regexp->head; rule; rule = rule->next) { in dict_regexp_lookup() 258 dict_regexp->pmatch)) in dict_regexp_lookup() 283 if (!dict_regexp->expansion_buf) in dict_regexp_lookup() [all …]
|
H A D | dict_regexp.ref | 1 ./dict_open: warning: regexp map dict_regexp.map, line 1: ignoring extra text after IF statement: "… 2 ./dict_open: warning: regexp map dict_regexp.map, line 1: do not prepend whitespace to statements b… 3 ./dict_open: warning: regexp map dict_regexp.map, line 5: ignoring extra text after ENDIF 4 ./dict_open: warning: regexp map dict_regexp.map, line 9: no replacement text: using empty string 5 ./dict_open: warning: regexp map dict_regexp.map, line 10: out of range replacement index "5": skip… 6 ./dict_open: warning: regexp map dict_regexp.map, line 17: $number found in negative match replacem… 7 ./dict_open: warning: regexp map dict_regexp.map, line 22: no regexp: skipping this rule 8 ./dict_open: warning: regexp map dict_regexp.map, line 24: ignoring ENDIF without matching IF 9 ./dict_open: warning: regexp map dict_regexp.map, line 25: ignoring ENDIF without matching IF 10 ./dict_open: warning: regexp map dict_regexp.map, line 27: IF has no matching ENDIF [all …]
|
H A D | Makefile.in | 8 dict_nisplus.c dict_open.c dict_pcre.c dict_regexp.c dict_sdbm.c \ 55 dict_nisplus.o dict_open.o dict_regexp.o \ 103 dict_lmdb.h dict_ni.h dict_nis.h dict_nisplus.h dict_pcre.h dict_regexp.h \ 715 dict_regexp_test: dict_open dict_regexp.in dict_regexp.map dict_regexp.ref 716 …VALGRIND} ./dict_open regexp:dict_regexp.map read <dict_regexp.in 2>&1 | sed 's/uid=[0-9][0-9][0-9… 717 diff dict_regexp.ref dict_regexp.tmp 718 rm -f dict_regexp.tmp 754 …t_open regexp:miss_endif_re.map read 2>&1 | sed 's/uid=[0-9][0-9][0-9]*/uid=USER/' >dict_regexp.tmp 755 diff miss_endif_regexp.ref dict_regexp.tmp 756 rm -f dict_regexp.tmp [all …]
|
/netbsd-src/external/ibm-public/postfix/lib/util/ |
H A D | Makefile | 65 dict_regexp.c \
|
/netbsd-src/external/ibm-public/postfix/dist/ |
H A D | HISTORY | 2740 Updated the dict_regexp and dict_pcre modules accordingly. 5395 Files: util/dict_pcre.c, util/dict_regexp.c. 6937 Cleanup: dict_regexp module speedups by avoiding unnecessary 6940 the regexp map code. File: util/dict_regexp.c. 6946 File: util/dict_regexp.c. 7401 util/dict.h, util/dict_regexp.c, util/dict_pcre.c. 8320 util/dict_pcre.c, util/dict_regexp.c. 11667 replacement. Files: util/dict_regexp.c. 14390 util/dict_regexp.c. 16676 src/util/dict_static.c src/util/dict_sdbm.c src/util/dict_regexp.c [all …]
|
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/ |
H A D | Makefile.in | 1101 postconf_dbms.o: ../../include/dict_regexp.h
|