Searched refs:fastmatch_t (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/usr.bin/grep/regex/
H A Dtre-fastmatch.h14 int tre_compile_literal(fastmatch_t *preg, const tre_char_t *regex,
16 int tre_compile_fast(fastmatch_t *preg, const tre_char_t *regex, size_t, int);
17 int tre_match_fast(const fastmatch_t *fg, const void *data, size_t len,
19 void tre_free_fast(fastmatch_t *preg);
H A Dfastmatch.h35 } fastmatch_t; typedef in typeref:struct:__anon13767
38 tre_fixcomp(fastmatch_t *preg, const char *regex, int cflags);
41 tre_fastcomp(fastmatch_t *preg, const char *regex, int cflags);
44 tre_fastexec(const fastmatch_t *preg, const char *string, size_t nmatch,
48 tre_fastfree(fastmatch_t *preg);
51 tre_fixwcomp(fastmatch_t *preg, const wchar_t *regex, int cflags);
54 tre_fastwcomp(fastmatch_t *preg, const wchar_t *regex, int cflags);
57 tre_fastwexec(const fastmatch_t *preg, const wchar_t *string,
63 tre_fixncomp(fastmatch_t *preg, const char *regex, size_t len, int cflags);
66 tre_fastncomp(fastmatch_t *pre
[all...]
H A Dfastmatch.c40 tre_fixncomp(fastmatch_t *preg, const char *regex, size_t n, int cflags)
61 tre_fastncomp(fastmatch_t *preg, const char *regex, size_t n, int cflags)
85 tre_fixcomp(fastmatch_t *preg, const char *regex, int cflags)
91 tre_fastcomp(fastmatch_t *preg, const char *regex, int cflags)
97 tre_fixwncomp(fastmatch_t *preg, const wchar_t *regex, size_t n, int cflags)
103 tre_fastwncomp(fastmatch_t *preg, const wchar_t *regex, size_t n, int cflags)
111 tre_fixwcomp(fastmatch_t *preg, const wchar_t *regex, int cflags)
117 tre_fastwcomp(fastmatch_t *preg, const wchar_t *regex, int cflags)
123 tre_fastfree(fastmatch_t *preg)
129 tre_fastnexec(const fastmatch_t *pre
[all...]
H A Dtre-fastmatch.c47 static int fastcmp(const fastmatch_t *fg, const void *data,
508 tre_compile_literal(fastmatch_t *fg, const tre_char_t *pat, size_t n,
547 tre_compile_fast(fastmatch_t *fg, const tre_char_t *pat, size_t n,
842 tre_match_fast(const fastmatch_t *fg, const void *data, size_t len,
971 tre_free_fast(fastmatch_t *fg)
998 fastcmp(const fastmatch_t *fg, const void *data, tre_str_type_t type)
/freebsd-11.0-release/usr.bin/grep/
H A Dgrep.h129 extern fastmatch_t *fg_pattern;
H A Dgrep.c90 fastmatch_t *fg_pattern;

Completed in 144 milliseconds