| /netbsd-src/external/bsd/less/dist/ |
| H A D | Makefile.wng | 41 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 D | configure.ac | 188 [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 D | libpaa.c | 101 (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 D | Makefile.inc | 9 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 D | hkpd.c | 229 (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 D | Makefile.inc | 28 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 D | h_hexdump_r.c | 53 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 D | ChangeLog.old | 384 * 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 D | README | 4 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 D | tre.h | 27 __weak_alias(regcomp, tre_regcomp) in __weak_alias() argument 32 #define tre_regcomp regcomp in __weak_alias()
|
| H A D | regex.h | 19 #define regcomp tre_regcomp macro
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/cmake/ |
| H A D | gnu_posix_regex.cpp | 6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); in main()
|
| H A D | posix_regex.cpp | 6 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 D | gnu_posix_regex.cpp | 6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); in main()
|
| H A D | posix_regex.cpp | 6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); in main()
|
| /netbsd-src/external/gpl2/grep/ |
| H A D | Makefile.inc | 5 SANITIZER_RENAME_SYMBOL+= regcomp regerror regexec regfree
|
| /netbsd-src/external/bsd/nvi/ |
| H A D | Makefile.inc | 5 SANITIZER_RENAME_SYMBOL+= regcomp regerror regexec regfree
|
| /netbsd-src/external/bsd/mdocml/dist/ |
| H A D | test-rewb-sysv.c | 10 if (regcomp(&re, "\\<word\\>", REG_EXTENDED | REG_NOSUB)) in main()
|
| H A D | test-rewb-bsd.c | 10 if (regcomp(&re, "[[:<:]]word[[:>:]]", REG_EXTENDED | REG_NOSUB)) in main()
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/ |
| H A D | xregex.h | 9 # define regcomp xregcomp macro
|
| /netbsd-src/external/gpl3/gdb/dist/include/ |
| H A D | xregex.h | 9 # define regcomp xregcomp macro
|
| /netbsd-src/external/gpl3/gdb.old/dist/include/ |
| H A D | xregex.h | 9 # define regcomp xregcomp macro
|
| /netbsd-src/external/gpl3/gcc/dist/include/ |
| H A D | xregex.h | 9 # define regcomp xregcomp macro
|
| /netbsd-src/external/gpl3/binutils/dist/include/ |
| H A D | xregex.h | 9 # define regcomp xregcomp macro
|
| /netbsd-src/external/gpl3/gcc.old/dist/include/ |
| H A D | xregex.h | 9 # define regcomp xregcomp macro
|