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

/freebsd-10.1-release/contrib/binutils/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'. */
/freebsd-10.1-release/contrib/gcclibs/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'. */
/freebsd-10.1-release/contrib/gdb/include/
H A Dxregex.h13 # define re_match xre_match macro
H A Dxregex2.h490 extern int re_match
495 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
/freebsd-10.1-release/contrib/libgnuregex/
H A Dregex.c40 # define re_match(bufp, string, size, pos, regs) \ macro
H A Dregex.h509 extern int re_match (struct re_pattern_buffer *__buffer, const char *__string,
513 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
H A Dregexec.c279 /* re_match, re_search, re_match_2, re_search_2
285 re_match() matches the compiled pattern in BUFP against the string,
291 way as re_match().)
302 On success, re_match* functions return the length of the match, re_search*
307 re_match (bufp, string, length, start, regs)
316 weak_alias (__re_match, re_match)
404 If RET_LEN is nonzero the length of the match is returned (re_match style);
306 re_match (bufp, string, length, start, regs) function
/freebsd-10.1-release/gnu/usr.bin/grep/
H A Dsearch.c631 len = re_match (&(patterns[i].regexbuf), beg,
/freebsd-10.1-release/contrib/binutils/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
/freebsd-10.1-release/contrib/gcclibs/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

Completed in 305 milliseconds