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

/openbsd-current/gnu/lib/libiberty/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'. */
/openbsd-current/gnu/gcc/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'. */
/openbsd-current/gnu/usr.bin/binutils/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'. */
/openbsd-current/gnu/usr.bin/binutils-2.17/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'. */
/openbsd-current/gnu/llvm/lldb/bindings/interface/
H A DSBModule.i435 re_match = key.search(name)
436 if re_match:
442 re_match = key.search(mangled)
443 if re_match:
492 re_match = key.search(name)
493 if re_match:
532 re_match = key.search(fullpath)
533 if re_match:
H A DSBValueList.i168 re_match = key.search(value.name)
169 if re_match:
H A DSBTarget.i1036 re_match = key.search(module.path.fullpath)
1037 if re_match:
/openbsd-current/gnu/usr.bin/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
4058 /* re_match is like re_match_2 except it takes only a single string. */
4061 re_match (bufp, string, size, pos, regs)
6075 by passing null for the REGS argument to re_match, etc., not by
4041 re_match (bufp, string, size, pos, regs) function
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.h500 extern int re_match
505 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
H A Dgnu-regex.c216 re_search* or re_match* could cause memory leaks when C-g is used in
3680 /* re_match is like re_match_2 except it takes only a single string. */
3683 re_match (bufp, string, size, pos, regs)
3699 weak_alias (__re_match, re_match)
5431 by passing null for the REGS argument to re_match, etc., not by
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/lib/Encode/MIME/
H A DHeader.pm71 my $re_match = qr/()((?:$re_encoded_word\s*)*$re_encoded_word)()/;
83 my $re_match_decode = $STRICT_DECODE ? $re_match_strict : $re_match;
/openbsd-current/gnu/lib/libiberty/src/
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 379 milliseconds