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

/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i405 re_match = key.search(name)
406 if re_match:
412 re_match = key.search(mangled)
413 if re_match:
462 re_match = key.search(name)
463 if re_match:
502 re_match = key.search(fullpath)
503 if re_match:
H A DSBValueList.i161 re_match = key.search(value.name)
162 if re_match:
H A DSBTarget.i1019 re_match = key.search(module.path.fullpath)
1020 if re_match:
/freebsd-11-stable/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-11-stable/gnu/usr.bin/grep/
H A Dsearch.c637 len = re_match (&(patterns[i].regexbuf), beg,
/freebsd-11-stable/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
/freebsd-11-stable/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

Completed in 304 milliseconds