/netbsd-src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/ |
H A D | ParseC.pm | 72 { regexp => qr/#if(def|ndef) OPENSSL_NO_DEPRECATED_(\d+_\d+(?:_\d+)?)$/, 84 { regexp => qr/#ifdef ?(.*)/, 97 { regexp => qr/#ifndef ?(.*)/, 110 { regexp => qr/#if (0|1)/, 127 { regexp => qr/#if ?(.*)/, 187 { regexp => qr/#elif (.*)/, 204 { regexp => qr/#else/, 223 { regexp => qr/#endif ?/, 238 { regexp => qr/#define ([[:alpha:]_]\w*)(<<<\(.*?\)>>>)?( (.*))?/, 248 { regexp => qr/#.*/, [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | genautomata.cc | 173 struct regexp; 190 typedef struct regexp *regexp_t; 440 regexp_t regexp; member 457 regexp_t regexp; member 561 regexp_t regexp; member 581 struct regexp struct 595 } regexp; member 987 (({ struct regexp *const _regexp = (r); \ 991 &(_regexp)->regexp.unit; })) 994 (({ struct regexp *const _regexp = (r); \ [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | genautomata.c | 173 struct regexp; 190 typedef struct regexp *regexp_t; 440 regexp_t regexp; member 457 regexp_t regexp; member 561 regexp_t regexp; member 581 struct regexp struct 595 } regexp; argument 987 (({ struct regexp *const _regexp = (r); \ 991 &(_regexp)->regexp.unit; })) 994 (({ struct regexp *const _regexp = (r); \ [all …]
|
/netbsd-src/include/ |
H A D | regexp.h | 84 typedef struct regexp { struct 92 } regexp; argument 98 regexp *__compat_regcomp(const char *); 99 int __compat_regexec(const regexp *, const char *); 100 void __compat_regsub(const regexp *, const char *, char *); 103 regexp *regcomp(const char *) __RENAME(__compat_regcomp); 104 int regexec(const regexp *, const char *) __RENAME(__compat_regexec); 105 void regsub(const regexp *, const char *, char *) __RENAME(__compat_regsub);
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
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 | dict_pcre.c | 166 char *regexp; /* regular expression */ member 584 pattern->regexp = p; in dict_pcre_get_pattern() 701 engine->pattern = pcre_compile(pattern->regexp, pattern->options, in dict_pcre_compile() 719 engine->pattern = pcre2_compile((unsigned char *) pattern->regexp, in dict_pcre_compile() 774 DICT_PCRE_REGEXP regexp; in dict_pcre_parse_rule() local 782 if (dict_pcre_get_pattern(mapname, lineno, &p, ®exp) == 0) in dict_pcre_parse_rule() 834 if (prescan_context.max_sub > 0 && regexp.match == 0) { in dict_pcre_parse_rule() 849 if (dict_pcre_compile(mapname, lineno, ®exp, &engine) == 0) in dict_pcre_parse_rule() 895 match_rule->match = regexp.match; in dict_pcre_parse_rule() 910 DICT_PCRE_REGEXP regexp; in dict_pcre_parse_rule() local [all …]
|
/netbsd-src/external/bsd/atf/dist/atf-c/ |
H A D | macros.h | 184 #define ATF_REQUIRE_MATCH(regexp, string) \ argument 185 ATF_REQUIRE_MSG(atf_utils_grep_string("%s", string, regexp), \ 186 "'%s' not matched in '%s'", regexp, string); 188 #define ATF_CHECK_MATCH(regexp, string) \ argument 189 ATF_CHECK_MSG(atf_utils_grep_string("%s", string, regexp), \ 190 "'%s' not matched in '%s'", regexp, string); 192 #define ATF_REQUIRE_MATCH_MSG(regexp, string, fmt, ...) \ argument 193 ATF_REQUIRE_MSG(atf_utils_grep_string("%s", string, regexp), \ 194 "'%s' not matched in '%s': " fmt, regexp, string, \ 197 #define ATF_CHECK_MATCH_MSG(regexp, string, fmt, ...) \ argument [all …]
|
/netbsd-src/external/bsd/less/dist/ |
H A D | regexp.h | 14 typedef struct regexp { struct 22 } regexp; argument 30 extern regexp *regcomp _ANSI_ARGS_((char *exp)); 31 extern int regexec _ANSI_ARGS_((regexp *prog, char *string)); 32 extern int regexec2 _ANSI_ARGS_((regexp *prog, char *string, int notbol)); 33 extern void regsub _ANSI_ARGS_((regexp *prog, char *source, char *dest));
|
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/ |
H A D | smtpd_dns_filter.in | 9 smtpd_dns_reply_filter regexp:../dns/no-mx.reg 17 smtpd_dns_reply_filter regexp:../dns/no-a.reg 25 smtpd_dns_reply_filter regexp:../dns/error.reg 40 smtpd_dns_reply_filter regexp:../dns/no-mx.reg 51 smtpd_dns_reply_filter regexp:../dns/no-a.reg 56 smtpd_dns_reply_filter regexp:../dns/error.reg 68 smtpd_dns_reply_filter regexp:../dns/no-mx.reg 72 smtpd_dns_reply_filter regexp:../dns/no-a.reg 76 smtpd_dns_reply_filter regexp:../dns/no-txt.reg 80 smtpd_dns_reply_filter regexp:../dns/error.reg
|
H A D | smtpd_dns_filter.ref | 11 >>> smtpd_dns_reply_filter regexp:../dns/no-mx.reg 27 >>> smtpd_dns_reply_filter regexp:../dns/no-a.reg 44 >>> smtpd_dns_reply_filter regexp:../dns/error.reg 73 >>> smtpd_dns_reply_filter regexp:../dns/no-mx.reg 95 >>> smtpd_dns_reply_filter regexp:../dns/no-a.reg 106 >>> smtpd_dns_reply_filter regexp:../dns/error.reg 128 >>> smtpd_dns_reply_filter regexp:../dns/no-mx.reg 136 >>> smtpd_dns_reply_filter regexp:../dns/no-a.reg 145 >>> smtpd_dns_reply_filter regexp:../dns/no-txt.reg 155 >>> smtpd_dns_reply_filter regexp:../dns/error.reg
|
/netbsd-src/external/bsd/tre/dist/src/ |
H A D | agrep.c | 537 char *regexp = NULL; in main() local 588 regexp = optarg; in main() 729 if (regexp == NULL) in main() 733 regexp = argv[optind++]; in main() 743 char *next_pos = regexp; in main() 748 next_pos = regexp; in main() 759 len = strlen(regexp); in main() 767 next_pos = regexp; in main() 790 regexp = new_re; in main() 797 char *tmp = regexp; in main() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/m4/ |
H A D | iparm.m4 | 10 ifelse(regexp($2,`^[0-9]'),-1,`dnl 21 define_type(atype, regexp(file, `_\(.?[0-9]*\)\.c$', `\1'))dnl 22 define(rtype_tmp, regexp(file, `_\(.?[0-9]*\)_[^_]*\.c$', `\1'))dnl 31 define(atype_min,ifelse(regexp(file, `_\(.\)[0-9]*\.c$', `\1'),`i',`(-'atype_max`-1)',`-'atype_max)… 34 define(name, regexp(regexp(file, `[^/]*$', `\&'), `^\([^_]*\)_', `\1'))dnl 36 define(`u_name',`regexp(upcase(name),`\([A-Z]*\)',`\1')')dnl
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/m4/ |
H A D | iparm.m4 | 10 ifelse(regexp($2,`^[0-9]'),-1,`dnl 21 define_type(atype, regexp(file, `_\(.?[0-9]*\)\.c$', `\1'))dnl 22 define(rtype_tmp, regexp(file, `_\(.?[0-9]*\)_[^_]*\.c$', `\1'))dnl 31 define(atype_min,ifelse(regexp(file, `_\(.\)[0-9]*\.c$', `\1'),`i',`(-'atype_max`-1)',`-'atype_max)… 34 define(name, regexp(regexp(file, `[^/]*$', `\&'), `^\([^_]*\)_', `\1'))dnl 36 define(`u_name',`regexp(upcase(name),`\([A-Z]*\)',`\1')')dnl
|
H A D | specific2.m4 | 2 define(atype_code,regexp(file,`_\([ircl][0-9]+\).[fF]90',`\1'))dnl 8 define(name, regexp(regexp(file, `[^/]*$', `\&'), `^_\([^_]*\)_', `\1'))dnl
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | regcomp.c | 62 static bin_tree_t *parse (re_string_t *regexp, regex_t *preg, 64 static bin_tree_t *parse_reg_exp (re_string_t *regexp, regex_t *preg, 67 static bin_tree_t *parse_branch (re_string_t *regexp, regex_t *preg, 70 static bin_tree_t *parse_expression (re_string_t *regexp, regex_t *preg, 73 static bin_tree_t *parse_sub_exp (re_string_t *regexp, regex_t *preg, 76 static bin_tree_t *parse_dup_op (bin_tree_t *dup_elem, re_string_t *regexp, 79 static bin_tree_t *parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa, 83 re_string_t *regexp, 89 re_string_t *regexp, 717 re_string_t regexp; in re_compile_internal() local [all …]
|
/netbsd-src/external/mit/libcbor/dist/docs/stylesheets/ |
H A D | github-light.css | 45 .pl-pds /* punctuation.definition.string, string.regexp.character-class */, 48 .pl-sr /* string.regexp */, 49 .pl-sr .pl-cce /* string.regexp constant.character.escape */, 50 .pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */, 51 .pl-sr .pl-sre /* string.regexp source.ruby.embedded */ { 68 .pl-sr .pl-cce /* string.regexp constant.character.escape */ {
|
/netbsd-src/lib/libcompat/regexp/ |
H A D | README | 3 This is a nearly-public-domain reimplementation of the V8 regexp(3) package. 26 sort of, since the only fields in a "struct regexp" that other people have 36 been kind enough to run a few test programs using the V8 regexp(3) to resolve 42 Simplistically: put this stuff into a source directory, copy regexp.h into 45 regexp(3) functions, compiles a test program, and runs a large set of 46 regression tests. If there are no complaints, then put regexp.o, regsub.o, 47 and regerror.o into your C library, and regexp.3 into your manual-pages 50 Note that if you don't put regexp.h into /usr/include *before* compiling, 56 regexp.3 manual page 57 regexp.h header file, for /usr/include [all …]
|
H A D | regexp.c | 208 regexp * 212 regexp *r; 239 r = malloc(sizeof(regexp) + (unsigned)regsize); 781 STATIC int regtry __P((const regexp *, const char *)); 787 void regdump __P((regexp *)); 796 const regexp *prog; in __compat_regexec() 861 const regexp *prog; in regtry() 881 ((regexp *)prog)->startp[0] = (char *)string; /* XXX */ 883 ((regexp *)prog)->endp[0] = reginput; /* XXX */ 1170 regexp *r; in regdump()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
H A D | findcomp.cc | 63 search_dir (const regex_t ®exp, const std::string &dir, std::string *result) in search_dir() argument 70 if (regexec (®exp, filename, 0, NULL, 0) == 0) in search_dir() 124 find_compiler (const regex_t ®exp, std::string *result) in find_compiler() argument 135 if (search_dir (regexp, dir, result)) in find_compiler()
|
/netbsd-src/external/gpl3/gcc/dist/libcc1/ |
H A D | findcomp.cc | 63 search_dir (const regex_t ®exp, const std::string &dir, std::string *result) in search_dir() argument 70 if (regexec (®exp, filename, 0, NULL, 0) == 0) in search_dir() 124 find_compiler (const regex_t ®exp, std::string *result) in find_compiler() argument 135 if (search_dir (regexp, dir, result)) in find_compiler()
|
/netbsd-src/external/bsd/openldap/dist/tests/data/ |
H A D | slapd-idassert.conf | 37 authz-regexp "^uid=manager,.+" "cn=Manager,dc=example,dc=com" 38 authz-regexp "^uid=admin/([^,]+),.+" "ldap:///ou=Admin,dc=example,dc=com??sub?(cn=$1)" 39 authz-regexp "^uid=it/([^,]+),.+" "ldap:///ou=People,dc=example,dc=it??sub?(uid=$1)" 40 authz-regexp "^uid=(us/)?([^,]+),.+" "ldap:///ou=People,dc=example,dc=com??sub?(uid=$2)"
|
/netbsd-src/external/bsd/atf/dist/atf-c++/ |
H A D | macros.hpp | 127 #define ATF_REQUIRE_MATCH(regexp, string) \ argument 129 if (!atf::tests::detail::match(regexp, string)) { \ 132 << "match regexp '" << regexp << "'"; \ 159 #define ATF_REQUIRE_THROW_RE(type, regexp, x) \ argument 168 if (!atf::tests::detail::match(regexp, e.what())) { \ 171 << e.what() << "), but does not match '" << regexp \
|
/netbsd-src/external/gpl2/grep/dist/po/ |
H A D | ko.po | 210 " -E, --extended-regexp PATTERN is an extended regular expression\n" 211 " -F, --fixed-regexp PATTERN is a fixed string separated by newlines\n" 212 " -G, --basic-regexp PATTERN is a basic regular expression\n" 213 " -e, --regexp=PATTERN use PATTERN as a regular expression\n" 216 " -w, --word-regexp force PATTERN to match only whole words\n" 217 " -x, --line-regexp force PATTERN to match only whole lines\n" 312 #~ msgid " -E, --extended-regexp PATTERN is an extended regular expression\n" 313 #~ msgstr " -E, --extended-regexp ������ Ȯ�� ���Խ��� �˴ϴ�\n" 318 #~ msgid " -G, --basic-regexp PATTERN is a basic regular expression\n" 319 #~ msgstr " -G, --basic-regexp ������ �⺻ ���Խ��� �˴ϴ�\n" [all …]
|
H A D | bg.po | 120 " -E, --extended-regexp PATTERN is an extended regular expression\n" 122 " -G, --basic-regexp PATTERN is a basic regular expression\n" 123 " -P, --perl-regexp PATTERN is a Perl regular expression\n" 125 " -E, --extended-regexp ТЕКСТ е разширен регулярен израз\n" 126 " -F, --fixed-regexp ТЕКСТ е фиксиран низ, отделен с нови редове\n" 127 " -G, --basic-regexp ТЕКСТ е прост регулярен израз\n" 128 " -P, --perl-regexp ТЕКСТ е Perl регулярен израз\n" 132 " -e, --regexp=PATTERN use PATTERN as a regular expression\n" 135 " -w, --word-regexp force PATTERN to match only whole words\n" 136 " -x, --line-regexp force PATTERN to match only whole lines\n" [all …]
|
/netbsd-src/lib/libcompat/ |
H A D | Makefile | 17 ${.CURDIR}/regexp 49 SRCS+= regexp.c regsub.c 50 MAN+= regexp.3
|