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

/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/gnu/lib/libregex/
H A Dregex.c61 # define re_match(bufp, string, size, pos, regs) \ macro
H A Dregexec.c268 /* re_match, re_search, re_match_2, re_search_2
274 re_match() matches the compiled pattern in BUFP against the string,
280 way as re_match().)
291 On success, re_match* functions return the length of the match, re_search*
296 re_match (bufp, string, length, start, regs)
305 weak_alias (__re_match, re_match)
392 If RET_LEN is nonzero the length of the match is returned (re_match style);
295 re_match (bufp, string, length, start, regs) function
/freebsd-9.3-release/contrib/cvs/lib/
H A Dregex.h462 extern int re_match
467 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
H A Dregex.c256 re_search* or re_match* could cause memory leaks when C-g is used in
4055 /* re_match is like re_match_2 except it takes only a single string. */
4058 re_match (bufp, string, size, pos, regs)
6072 by passing null for the REGS argument to re_match, etc., not by
4038 re_match (bufp, string, size, pos, regs) function
/freebsd-9.3-release/gnu/lib/libregex/posix/
H A Dregex.h514 extern int re_match
519 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Dsearch.c631 len = re_match (&(patterns[i].regexbuf), beg,
/freebsd-9.3-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-9.3-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 169 milliseconds