Home
last modified time | relevance | path

Searched defs:regex (Results 1 – 15 of 15) sorted by relevance

/dragonfly/contrib/tre/lib/
H A Dregcomp.c22 tre_regncomp_l(regex_t *preg, const char *regex, size_t n, int cflags, in tre_regncomp_l()
103 tre_regncomp(regex_t *preg, const char *regex, size_t n, int cflags) in tre_regncomp()
109 tre_regcomp_l(regex_t *preg, const char *regex, int cflags, locale_t loc) in tre_regcomp_l()
125 tre_regcomp(regex_t * __restrict preg, const char * __restrict regex, in tre_regcomp()
133 tre_regwncomp_l(regex_t *preg, const wchar_t *regex, size_t n, int cflags, in tre_regwncomp_l()
141 tre_regwncomp(regex_t *preg, const wchar_t *regex, size_t n, int cflags) in tre_regwncomp()
147 tre_regwcomp_l(regex_t *preg, const wchar_t *regex, int cflags, locale_t loc) in tre_regwcomp_l()
154 tre_regwcomp(regex_t *preg, const wchar_t *regex, int cflags) in tre_regwcomp()
H A Dtre-parse.c88 tre_expand_macro(const tre_char_t *regex, const tre_char_t *regex_end, in tre_expand_macro()
884 tre_parse_int(const tre_char_t **regex, const tre_char_t *regex_end) in tre_parse_int()
H A Dtre-compile.c2949 tre_compile(regex_t *preg, const tre_char_t *regex, size_t n, int cflags, in tre_compile()
/dragonfly/bin/mined/
H A Dmined.h157 struct regex { struct
167 typedef struct regex REGEX; argument
/dragonfly/contrib/lvm2/dist/lib/filters/
H A Dfilter-regex.c29 char **regex, dm_bitset_t accept, int ix) in _extract_pattern()
96 char **regex; in _build_matcher() local
/dragonfly/contrib/gdb-7/gdb/python/lib/gdb/function/
H A Dstrfns.py98 def invoke(self, string, regex): argument
/dragonfly/contrib/flex/src/
H A Dregex.c50 void flex_regcomp(regex_t *preg, const char *regex, int cflags) in flex_regcomp()
/dragonfly/contrib/lvm2/dist/libdm/regex/
H A Dmatcher.c343 int dm_regex_match(struct dm_regex *regex, const char *s) in dm_regex_match()
/dragonfly/libexec/getty/
H A Dsubr.c462 regex_t regex; in edithost() local
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dregex.h726 typedef basic_regex<char> regex; in _GLIBCXX_VISIBILITY() typedef
/dragonfly/contrib/gdb-7/gdb/
H A Dsource.c1582 forward_search_command (char *regex, int from_tty) in forward_search_command()
1671 reverse_search_command (char *regex, int from_tty) in reverse_search_command()
H A Dbreakpoint.c7758 char *regex; member
/dragonfly/contrib/lvm2/dist/lib/device/
H A Ddev-cache.c507 char **regex; in _init_preferred_names() local
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dregex.h829 typedef basic_regex<char> regex; in _GLIBCXX_VISIBILITY() typedef
/dragonfly/contrib/gdb-7/gdb/cli/
H A Dcli-decode.c864 struct re_pattern_buffer *regex, char *prefix) in apropos_cmd()