Searched refs:re_match (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dxregex.h13 # define re_match xre_match macro
H A Dxregex2.h482 extern int re_match (struct re_pattern_buffer *buffer, const char *string,
486 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dregex.c38 # define re_match(bufp, string, size, pos, regs) \ macro
H A Dregex.h594 extern regoff_t re_match (struct re_pattern_buffer *__buffer,
599 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
H A Dregexec.c285 /* re_match, re_search, re_match_2, re_search_2
291 re_match() matches the compiled pattern in BUFP against the string,
297 way as re_match().)
308 On success, re_match* functions return the length of the match, re_search*
313 re_match (bufp, string, length, start, regs)
322 weak_alias (__re_match, re_match)
414 If RET_LEN is true the length of the match is returned (re_match style);
312 re_match (bufp, string, length, start, regs) function
/macosx-10.10.1/emacs-93/emacs/src/
H A Dregex.h503 extern int re_match
508 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
H A Dregex.c27 need to modify the compiled regexp so that re_match can be reentrant.
29 rather than at run-time, so that re_match can be reentrant.
76 # define re_match(bufp, string, size, pos, regs) \ macro
479 re_search* or re_match* could cause memory leaks when C-g is used in
1586 /* Here, we discard `const', making re_match non-reentrant. */ \
4891 /* re_match is like re_match_2 except it takes only a single string. */
4894 re_match (bufp, string, size, pos, regs)
4907 WEAK_ALIAS (__re_match, re_match)
5783 /* Here, we discard `const', making re_match non-reentrant. */
5835 /* Here, we discard `const', making re_match no
4867 re_match (bufp, string, size, pos, regs) function
[all...]
/macosx-10.10.1/gnudiff-19/diffutils/lib/posix/
H A Dregex.h487 extern int re_match
492 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
/macosx-10.10.1/lsof-53/lsof/
H A Dregex.h539 extern int re_match
544 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
/macosx-10.10.1/text_cmds-88/sort/
H A Dconfig.h1676 #define re_match rpl_re_match macro
/macosx-10.10.1/gnutar-453/gnutar/
H A Dconfig.hin1149 #undef re_match
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dhamster.vim189 syn keyword hamsterSpecial re_match
/macosx-10.10.1/lsof-53/lsof/lib/
H A Dregex.c123 # define re_match(bufp, string, size, pos, regs) \ macro
352 re_search* or re_match* could cause memory leaks when C-g is used in
4251 /* re_match is like re_match_2 except it takes only a single string. */
4254 re_match (bufp, string, size, pos, regs)
4270 weak_alias (__re_match, re_match)
5991 by passing null for the REGS argument to re_match, etc., not by
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c75 # define re_match(bufp, string, size, pos, regs) \ macro
311 re_search* or re_match* could cause memory leaks when C-g is used in
5407 /* re_match is like re_match_2 except it takes only a single string. */
5410 re_match (struct re_pattern_buffer *bufp, const char *string,
5431 weak_alias (__re_match, re_match)
7794 by passing null for the REGS argument to re_match, etc., not by
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dregex.c71 # define re_match(bufp, string, size, pos, regs) \ macro
313 re_search* or re_match* could cause memory leaks when C-g is used in
5519 /* re_match is like re_match_2 except it takes only a single string. */
5522 re_match (bufp, string, size, pos, regs)
5546 weak_alias (__re_match, re_match)
8008 by passing null for the REGS argument to re_match, etc., not by
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Detags.c6476 match = re_match (rp->pat, lbp->buffer, lbp->len, 0, &rp->regs);
/macosx-10.10.1/gnudiff-19/diffutils/
H A Dconfigure13705 if (re_match (&regex, "an", 2, 0, &regs) != 2)

Completed in 478 milliseconds