Home
last modified time | relevance | path

Searched refs:regfree (Results 1 – 25 of 270) sorted by relevance

1234567891011

/netbsd/lib/libc/regex/
H A DMakefile.inc9 SRCS+= regcomp.c regerror.c regexec.c regfree.c regsub.c
14 regex.3 regfree.3 regex.3 regnsub.3 regex.3 regasub.3
H A Dregfree.c59 __weak_alias(regfree,_regfree) in __weak_alias() argument
70 regfree(regex_t *preg) in __weak_alias()
/netbsd/external/bsd/less/dist/
H A Dpattern.c46 regfree(*pcomp);
59 regfree(*pcomp);
154 regfree(*pcomp);
160 regfree(*pcomp);
/netbsd/tools/make/
H A Dconfigure.ac44 # regexp package. To avoid them, we need to find out who has regfree().
48 AC_CHECK_LIB([regex], [regfree])
49 AC_SEARCH_LIBS([regfree], [rx posix])
/netbsd/external/gpl3/gcc/dist/libcc1/
H A Dcompiler.cc96 regfree (&triplet); in find()
102 regfree (&triplet); in find()
/netbsd/tests/lib/libc/regex/
H A Dmain.c128 regfree(&re); in main()
283 regfree(&re); in try()
322 regfree(&re); in try()
343 regfree(&re); in try()
/netbsd/external/bsd/nvi/dist/common/
H A Doptions_f.c200 regfree(&sp->re_c); in f_recompile()
204 regfree(&sp->subre_c); in f_recompile()
H A Dscreen.c190 regfree(&sp->re_c); in screen_end1()
194 regfree(&sp->subre_c); in screen_end1()
/netbsd/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
H A Dppm.c202 regfree(&regex); in typeParam()
205 regfree(&regex); in typeParam()
415 regfree(&regex); in containsRDN()
419 regfree(&regex); in containsRDN()
/netbsd/external/bsd/tre/dist/lib/
H A Dtre.h30 __weak_alias(regfree, tre_regfree) in __weak_alias()
35 #define tre_regfree regfree in __weak_alias()
H A Dregex.h22 #define regfree tre_regfree macro
/netbsd/external/apache2/llvm/dist/llvm/utils/benchmark/cmake/
H A Dposix_regex.cpp11 regfree(&re); in main()
/netbsd/external/apache2/llvm/dist/libcxx/utils/google-benchmark/cmake/
H A Dposix_regex.cpp11 regfree(&re); in main()
/netbsd/external/gpl2/grep/
H A DMakefile.inc5 SANITIZER_RENAME_SYMBOL+= regcomp regerror regexec regfree
/netbsd/external/bsd/nvi/
H A DMakefile.inc5 SANITIZER_RENAME_SYMBOL+= regcomp regerror regexec regfree
/netbsd/external/ibm-public/postfix/dist/src/util/
H A Ddict_regexp.c340 regfree(match_rule->first_exp); in dict_regexp_close()
344 regfree(match_rule->second_exp); in dict_regexp_close()
353 regfree(if_rule->expr); in dict_regexp_close()
604 regfree(first_exp); \ in dict_regexp_parseline()
/netbsd/external/gpl3/binutils.old/dist/include/
H A Dxregex.h7 # define regfree xregfree macro
/netbsd/external/gpl3/gdb/dist/include/
H A Dxregex.h7 # define regfree xregfree macro
/netbsd/external/gpl3/gcc/dist/include/
H A Dxregex.h7 # define regfree xregfree macro
/netbsd/external/gpl3/gdb.old/dist/include/
H A Dxregex.h7 # define regfree xregfree macro
/netbsd/external/gpl3/binutils/dist/include/
H A Dxregex.h7 # define regfree xregfree macro
/netbsd/external/gpl3/gcc.old/dist/include/
H A Dxregex.h7 # define regfree xregfree macro
/netbsd/external/gpl2/xcvs/dist/lib/
H A Drpmatch.c46 regfree (re); in try()
/netbsd/external/bsd/nvi/dist/regex/
H A Dregfree.c63 regfree(regex_t *preg) in regfree() function
/netbsd/external/gpl2/xcvs/
H A DMakefile.inc28 SANITIZER_RENAME_SYMBOL+= regcomp regerror regexec regfree

1234567891011