Home
last modified time | relevance | path

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

12

/netbsd/src/external/bsd/tre/dist/lib/
Dregcomp.c22 tre_regncomp(regex_t *preg, const char *regex, size_t n, int cflags) in tre_regncomp()
105 tre_regncompb(regex_t *preg, const char *regex, size_t n, int cflags) in tre_regncompb()
130 tre_regcomp(regex_t *preg, const char *regex, int cflags) in tre_regcomp()
137 tre_regcompb(regex_t *preg, const char *regex, int cflags) in tre_regcompb()
162 tre_regwncomp(regex_t *preg, const wchar_t *regex, size_t n, int cflags) in tre_regwncomp()
168 tre_regwcomp(regex_t *preg, const wchar_t *regex, int cflags) in tre_regwcomp()
Dtre-parse.c70 tre_expand_macro(const tre_char_t *regex, const tre_char_t *regex_end, in tre_expand_macro()
596 tre_parse_int(const tre_char_t **regex, const tre_char_t *regex_end) in tre_parse_int()
Dtre-compile.c1858 tre_compile(regex_t *preg, const tre_char_t *regex, size_t n, int cflags) in tre_compile()
/netbsd/src/external/bsd/atf/dist/atf-c++/
Dutils.cpp78 atf::utils::grep_file(const std::string& regex, const std::string& path) in grep_file()
84 atf::utils::grep_string(const std::string& regex, const std::string& str) in grep_string()
/netbsd/src/external/gpl2/lvm2/dist/lib/filters/
Dfilter-regex.c29 char **regex, dm_bitset_t accept, int ix) in _extract_pattern()
96 char **regex; in _build_matcher() local
/netbsd/src/external/bsd/atf/dist/atf-c/
Dutils.c56 grep_string(const char *regex, const char *str) in grep_string()
264 atf_utils_grep_file(const char *regex, const char *file, ...) in atf_utils_grep_file()
298 atf_utils_grep_string(const char *regex, const char *str, ...) in atf_utils_grep_string()
/netbsd/src/external/bsd/atf/dist/tools/
Dexpand.cpp47 std::string regex; in glob_to_regex() local
Dtext.cpp53 impl::match(const std::string& str, const std::string& regex) in match()
/netbsd/src/external/bsd/tre/dist/tests/
Drandtest.c30 char regex[50]; in main() local
Dtest-str-source.c106 test_reguexec(const char *str, const char *regex) in test_reguexec()
/netbsd/src/external/gpl3/gcc/dist/maintainer-scripts/
Dbugzilla-close-candidate.py30 regex = '(.*\[)([0-9\./]*)( [rR]egression])(.*)' variable
Dbranch_changer.py59 regex = r'(.*\[)([0-9\./]*)( [rR]egression])(.*)' variable
/netbsd/src/external/gpl3/gdb/dist/gdb/python/lib/gdb/function/
Dstrfns.py95 def invoke(self, string, regex): argument
/netbsd/src/external/bsd/atf/dist/atf-c++/detail/
Dtext.cpp58 impl::match(const std::string& str, const std::string& regex) in match()
/netbsd/src/external/bsd/less/dist/
Dconfigure.ac373 AC_ARG_WITH(regex, optwith
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dbreak-catch-load.c67 gdb::unique_xmalloc_ptr<char> regex; member
Dsource.c1605 search_command_helper (const char *regex, int from_tty, bool forward) in search_command_helper()
1696 forward_search_command (const char *regex, int from_tty) in forward_search_command()
1702 reverse_search_command (const char *regex, int from_tty) in reverse_search_command()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgdbhooks.py519 def __init__(self, regex, name, class_): argument
533 def add_printer_for_regex(self, regex, name, class_): argument
Dtree-profile.cc618 parse_profile_filter (const char *regex, vec<regex_t> *v, in parse_profile_filter()
/netbsd/src/external/gpl2/lvm2/dist/libdm/regex/
Dmatcher.c343 int dm_regex_match(struct dm_regex *regex, const char *s) in dm_regex_match()
/netbsd/src/external/gpl3/gdb/dist/gdb/mi/
Dmi-cmd-catch.c299 const char *regex = NULL; in mi_cmd_catch_exception_event() local
/netbsd/src/external/gpl2/lvm2/dist/lib/device/
Ddev-cache.c497 char **regex; in _init_preferred_names() local
/netbsd/src/games/fortune/fortune/
Dfortune.c119 regex_t regex; member
/netbsd/src/external/bsd/tmux/dist/
Dwindow-copy.c3646 int direction, int regex) in window_copy_search_jump()
3743 window_copy_search(struct window_mode_entry *wme, int direction, int regex) in window_copy_search()
3914 int regex, int visible_only) in window_copy_search_marks()
4058 window_copy_search_up(struct window_mode_entry *wme, int regex) in window_copy_search_up()
4064 window_copy_search_down(struct window_mode_entry *wme, int regex) in window_copy_search_down()
Dwindow.c1229 window_pane_search(struct window_pane *wp, const char *term, int regex, in window_pane_search()

12