Home
last modified time | relevance | path

Searched refs:regcomp (Results 1 – 25 of 236) sorted by relevance

12345678910

/netbsd-src/external/bsd/less/dist/
H A DMakefile.wng41 ifeq (${REGEX_PACKAGE},regcomp-local)
48 $(error REGEX_PACKAGE must be posix, gnu or regcomp-local)
56 ifneq (${REGEX_PACKAGE},regcomp-local)
66 ifneq (${REGEX_PACKAGE},regcomp-local)
85 ifeq (${REGEX_PACKAGE},regcomp-local)
96 ifeq (${REGEX_PACKAGE},regcomp-local)
H A Dconfigure.ac188 [POSIX regcomp() and regex.h])
198 [Henry Spencer V8 regcomp() and regexp.h])
374 …library (LIB is one of auto,none,gnu,pcre,pcre2,posix,regcmp,re_comp,regcomp,regcomp-local) [[auto…
379 # Some versions of Solaris have a regcomp() function, but it doesn't work!
381 AC_MSG_CHECKING(for POSIX regcomp)
386 if (regcomp(&r, "abc", 0)) return (1);
438 if test $WANT_REGEX = auto -o $WANT_REGEX = regcomp; then
439 AC_MSG_CHECKING(for V8 regcomp)
441 …regexp.h"]], [[regcomp("");]])],[AC_MSG_RESULT(yes); AC_DEFINE(HAVE_V8_REGCOMP) have_regex=yes; su…
446 if test $WANT_REGEX = auto -o $WANT_REGEX = regcomp-local; then
[all …]
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libpaa/
H A Dlibpaa.c101 (void) regcomp(&id_re, "id=\"([^\"]+)\"", REG_EXTENDED); in fill_identity()
110 (void) regcomp(&response_re, "([^;]+);([^;]+);([^;]+);(.*)", REG_EXTENDED); in fill_identity()
241 (void) regcomp(&r, "challenge=\"([^\"]+)\"", REG_EXTENDED); in paa_format_response()
282 (void) regcomp(&signature_regex, "signature=\"([^\"]+)\"", REG_EXTENDED); in paa_check_response()
301 (void) regcomp(&challenge_regex, "^([^;]+);(.+)", REG_EXTENDED); in paa_check_response()
318 (void) regcomp(&realm_regex, "realm=\"([^\"]+)\"", REG_EXTENDED); in paa_check_response()
/netbsd-src/lib/libc/regex/
H A DMakefile.inc9 SRCS+= regcomp.c regerror.c regexec.c regfree.c regsub.c
13 MLINKS+=regex.3 regcomp.3 regex.3 regexec.3 regex.3 regerror.3 \
/netbsd-src/crypto/external/bsd/netpgp/dist/src/hkpd/
H A Dhkpd.c229 (void) regcomp(&get, HTTPGET, REG_EXTENDED); in hkpd()
230 (void) regcomp(&opterm, OPTERM, REG_EXTENDED); in hkpd()
231 (void) regcomp(&searchterm, SEARCHTERM, REG_EXTENDED); in hkpd()
232 (void) regcomp(&fmtterm, FMT, REG_EXTENDED); in hkpd()
/netbsd-src/distrib/utils/libhack/
H A DMakefile.inc28 aligned_alloc.o regcomp.o regexec.o wrap.o
85 regcomp.o: ${HACKSRC}/../../../lib/libc/regex/regcomp.c
/netbsd-src/tests/fs/cd9660/
H A Dh_hexdump_r.c53 if (regcomp(&data_re, "^(" H "{8,9})" in main()
57 if (regcomp(&end_re, "^(" H "{8,9})$", REG_EXTENDED) != 0) in main()
/netbsd-src/external/bsd/tre/dist/
H A DChangeLog.old384 * lib/tre-compile.c: Separated regexp compilation from regcomp.c
443 * lib/regcomp.c (parse_re): Fixed bugs in the regexp parser when
447 * lib/regex.h: regcomp, regexec, regerror, and regfree weren't
477 * lib/regcomp.c, lib/tre-match-parallel.c: Added support for
492 * lib/regcomp.c (parse_re): Fixed to allow the empty regexp.
512 * lib/regcomp.c, lib/regexec.c, lib/tre-config.h.in:
541 * lib/regcomp.c: Rewrote code that adds tags in the AST for
586 * lib/regcomp.c, lib/regexec.c, lib/regexec-bt.c, lib/tre.h:
597 * lib/regcomp.c, lib/regex.h, lib/regexec.c, lib/tre.h: Related
604 * lib/regcomp.c (ast_compute_tag_info): Merged into ast_add_tags
[all …]
/netbsd-src/tests/lib/libc/regex/
H A DREADME4 C flag given, regcomp() is expected to fail, and the third field is the
22 C regcomp() error expected, third field is error name
/netbsd-src/external/bsd/tre/dist/lib/
H A Dtre.h27 __weak_alias(regcomp, tre_regcomp) in __weak_alias() argument
32 #define tre_regcomp regcomp in __weak_alias()
H A Dregex.h19 #define regcomp tre_regcomp macro
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/cmake/
H A Dgnu_posix_regex.cpp6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); in main()
H A Dposix_regex.cpp6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); in main()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/cmake/
H A Dgnu_posix_regex.cpp6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); in main()
H A Dposix_regex.cpp6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); in main()
/netbsd-src/external/gpl2/grep/
H A DMakefile.inc5 SANITIZER_RENAME_SYMBOL+= regcomp regerror regexec regfree
/netbsd-src/external/bsd/nvi/
H A DMakefile.inc5 SANITIZER_RENAME_SYMBOL+= regcomp regerror regexec regfree
/netbsd-src/external/bsd/mdocml/dist/
H A Dtest-rewb-sysv.c10 if (regcomp(&re, "\\<word\\>", REG_EXTENDED | REG_NOSUB)) in main()
H A Dtest-rewb-bsd.c10 if (regcomp(&re, "[[:<:]]word[[:>:]]", REG_EXTENDED | REG_NOSUB)) in main()
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dxregex.h9 # define regcomp xregcomp macro
/netbsd-src/external/gpl3/gdb/dist/include/
H A Dxregex.h9 # define regcomp xregcomp macro
/netbsd-src/external/gpl3/gdb.old/dist/include/
H A Dxregex.h9 # define regcomp xregcomp macro
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dxregex.h9 # define regcomp xregcomp macro
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dxregex.h9 # define regcomp xregcomp macro
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dxregex.h9 # define regcomp xregcomp macro

12345678910