| /src/include/ |
| regexp.h | 1 /* $NetBSD: regexp.h,v 1.7 2005/02/03 04:39:32 perry Exp $ */ 34 * @(#)regexp.h 8.1 (Berkeley) 6/2/93 71 * @(#)regexp.h 8.1 (Berkeley) 6/2/93 78 * Definitions etc. for regexp(3) routines. 80 * Caveat: this is V8 regexp(3) [actually, a reimplementation thereof], 84 typedef struct regexp { struct 92 } regexp; typedef in typeref:struct:regexp 98 regexp *__compat_regcomp(const char *); 99 int __compat_regexec(const regexp *, const char *); 100 void __compat_regsub(const regexp *, const char *, char *) [all...] |
| /src/external/gpl3/gcc/dist/libcc1/ |
| findcomp.hh | 23 extern bool find_compiler (const regex_t ®exp, std::string *result);
|
| findcomp.cc | 63 search_dir (const regex_t ®exp, const std::string &dir, std::string *result) 70 if (regexec (®exp, filename, 0, NULL, 0) == 0) 124 find_compiler (const regex_t ®exp, std::string *result) 135 if (search_dir (regexp, dir, result))
|
| /src/external/gpl3/gcc.old/dist/libcc1/ |
| findcomp.hh | 23 extern bool find_compiler (const regex_t ®exp, std::string *result);
|
| findcomp.cc | 63 search_dir (const regex_t ®exp, const std::string &dir, std::string *result) 70 if (regexec (®exp, filename, 0, NULL, 0) == 0) 124 find_compiler (const regex_t ®exp, std::string *result) 135 if (search_dir (regexp, dir, result))
|
| /src/external/bsd/less/dist/ |
| regexp.h | 1 /* $NetBSD: regexp.h,v 1.4 2023/10/06 05:49:49 simonb Exp $ */ 4 * Definitions etc. for regexp(3) routines. 6 * Caveat: this is V8 regexp(3) [actually, a reimplementation thereof], 14 typedef struct regexp { struct 22 } regexp; typedef in typeref:struct:regexp 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)); 36 #endif /* REGEXP */ [all...] |
| /src/usr.bin/vgrind/RETEST/ |
| Makefile | 7 SRCS= regexp.c retest.c
|
| /src/external/ibm-public/postfix/dist/src/smtpd/ |
| 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.re [all...] |
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| osabi.cc | 30 /* The triplet regexp, or NULL if not known. */ 32 const char *regexp; member in struct:osabi_names 95 return gdb_osabi_names[osabi].regexp; 97 return gdb_osabi_names[GDB_OSABI_INVALID].regexp;
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| osabi.cc | 30 /* The triplet regexp, or NULL if not known. */ 32 const char *regexp; member in struct:osabi_names 95 return gdb_osabi_names[osabi].regexp; 97 return gdb_osabi_names[GDB_OSABI_INVALID].regexp;
|
| /src/external/gpl3/gdb.old/dist/gdb/mi/ |
| mi-cmd-info.c | 32 const char *regexp; local 37 regexp = NULL; 40 regexp = argv[0]; 43 error (_("Usage: -info-ada-exceptions [REGEXP]")); 47 std::vector<ada_exc_info> exceptions = ada_exceptions_list (regexp);
|
| /src/external/mpl/bind/dist/lib/dns/rdata/generic/ |
| naptr_35.h | 30 char *regexp; member in struct:dns_rdata_naptr
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ |
| naptr_35.h | 31 char *regexp; member in struct:dns_rdata_naptr
|
| /src/external/gpl3/gdb/dist/gdb/mi/ |
| mi-cmd-info.c | 32 const char *regexp; local 37 regexp = NULL; 40 regexp = argv[0]; 43 error (_("Usage: -info-ada-exceptions [REGEXP]")); 47 std::vector<ada_exc_info> exceptions = ada_exceptions_list (regexp);
|
| /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/ |
| ParseC.pm | 34 # regexp a regexp to compare the "complete" string with. 36 # Use this instead of regexp if that isn't enough. 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/ [all...] |
| /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/ |
| ParseC.pm | 34 # regexp a regexp to compare the "complete" string with. 36 # Use this instead of regexp if that isn't enough. 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/ [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| objc-lang.c | 551 * Function: selectors_info (regexp, from_tty) 553 * Implements the "Info selectors" command. Takes an optional regexp 554 * arg. Lists all objective c selectors that match the regexp. Works 560 info_selectors_command (const char *regexp, int from_tty) 572 if (regexp == NULL) 576 if (*regexp == '+' || *regexp == '-') 578 plusminus = *regexp++; 579 while (*regexp == ' ' || *regexp == '\t' [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| objc-lang.c | 551 * Function: selectors_info (regexp, from_tty) 553 * Implements the "Info selectors" command. Takes an optional regexp 554 * arg. Lists all objective c selectors that match the regexp. Works 560 info_selectors_command (const char *regexp, int from_tty) 572 if (regexp == NULL) 576 if (*regexp == '+' || *regexp == '-') 578 plusminus = *regexp++; 579 while (*regexp == ' ' || *regexp == '\t' [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| genautomata.cc | 173 struct regexp; 190 typedef struct regexp *regexp_t; 335 regexp. */ 368 correct distributions of units to automata in a regexp. */ 408 an regexp definition. */ 444 regexp_t regexp; 449 regexp. */ 461 regexp_t regexp; 478 /* The following field is the insn regexp transformed that 479 the regexp has not optional regexp, repetition regexp, and a 440 regexp_t regexp; member in struct:reserv_decl 457 regexp_t regexp; member in struct:insn_reserv_decl 561 regexp_t regexp; member in struct:repeat_regexp 581 struct regexp struct 595 } regexp; member in struct:regexp 1555 regexp_t regexp; local 1587 regexp_t regexp; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genautomata.cc | 173 struct regexp; 190 typedef struct regexp *regexp_t; 335 regexp. */ 368 correct distributions of units to automata in a regexp. */ 408 an regexp definition. */ 444 regexp_t regexp; 449 regexp. */ 461 regexp_t regexp; 478 /* The following field is the insn regexp transformed that 479 the regexp has not optional regexp, repetition regexp, and a 440 regexp_t regexp; member in struct:reserv_decl 457 regexp_t regexp; member in struct:insn_reserv_decl 561 regexp_t regexp; member in struct:repeat_regexp 581 struct regexp struct 595 } regexp; member in struct:regexp 1555 regexp_t regexp; local 1587 regexp_t regexp; local [all...] |
| /src/lib/libcompat/4.3/ |
| regex.c | 55 #include <regexp.h> 61 static regexp *re_regexp;
|
| /src/external/bsd/atf/dist/atf-c++/ |
| utils.hpp | 55 grep_collection(const std::string& regexp, const Collection& collection) 59 if (grep_string(regexp, *iter))
|
| /src/external/bsd/openldap/dist/tests/data/ |
| 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)"
|
| slapd-whoami.conf | 32 authz-regexp "^uid=group/([^,]+),.*" "ldap:///dc=example,dc=com??sub?cn=$1" 33 authz-regexp "^uid=([^,]+),.*" "ldap:///dc=example,dc=com??sub?uid=$1"
|
| /src/lib/libcompat/ |
| Makefile | 17 ${.CURDIR}/regexp 48 # regexp sources 49 SRCS+= regexp.c regsub.c 50 MAN+= regexp.3
|