HomeSort by: relevance | last modified time | path
    Searched refs:re_match (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/include/
xregex.h 14 # define re_match xre_match macro
xregex2.h 481 extern int re_match (struct re_pattern_buffer *buffer, const char *string,
485 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
  /src/external/gpl3/binutils.old/dist/include/
xregex.h 14 # define re_match xre_match macro
xregex2.h 481 extern int re_match (struct re_pattern_buffer *buffer, const char *string,
485 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
  /src/external/gpl3/gcc/dist/include/
xregex.h 14 # define re_match xre_match macro
xregex2.h 481 extern int re_match (struct re_pattern_buffer *buffer, const char *string,
485 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
  /src/external/gpl3/gcc.old/dist/include/
xregex.h 14 # define re_match xre_match macro
xregex2.h 481 extern int re_match (struct re_pattern_buffer *buffer, const char *string,
485 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
  /src/external/gpl3/gdb/dist/include/
xregex.h 14 # define re_match xre_match macro
xregex2.h 481 extern int re_match (struct re_pattern_buffer *buffer, const char *string,
485 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
  /src/external/gpl3/gdb.old/dist/include/
xregex.h 14 # define re_match xre_match macro
xregex2.h 481 extern int re_match (struct re_pattern_buffer *buffer, const char *string,
485 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
  /src/external/gpl2/xcvs/dist/lib/
regex.c 38 # define re_match(bufp, string, size, pos, regs) \ macro
regex.h 594 extern regoff_t re_match (struct re_pattern_buffer *__buffer,
599 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.h 479 extern int re_match (struct re_pattern_buffer *buffer, const char *string,
483 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
m-regex.c 424 len = re_match (&(cregex->patterns[i].regexbuf), beg,
regex.c 60 # define re_match(bufp, string, size, pos, regs) \ macro
262 re_search* or re_match* could cause memory leaks when C-g is used in
5412 /* re_match is like re_match_2 except it takes only a single string. */
5415 re_match (struct re_pattern_buffer *bufp,
5438 weak_alias (__re_match, re_match)
7888 by passing null for the REGS argument to re_match, etc., not by
  /src/external/gpl2/diffutils/dist/lib/posix/
regex.h 489 extern int re_match
494 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
  /src/external/gpl2/grep/dist/lib/posix/
regex.h 493 extern int re_match
498 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
  /src/games/fortune/fortune/
fortune.c 1234 re_match(struct re *rx, const char *string) function
1314 if (re_match(Re_use, Fortbuf)) {
  /src/external/gpl2/grep/dist/src/
search.c 437 len = re_match (&(patterns[i].regexbuf), beg,
  /src/external/gpl2/diffutils/dist/lib/
regex.c 73 # define re_match(bufp, string, size, pos, regs) \ macro
315 re_search* or re_match* could cause memory leaks when C-g is used in
5521 /* re_match is like re_match_2 except it takes only a single string. */
5524 re_match (bufp, string, size, pos, regs)
5548 weak_alias (__re_match, re_match)
8010 by passing null for the REGS argument to re_match, etc., not by
  /src/external/gpl2/grep/dist/lib/
regex.c 96 # define re_match(bufp, string, size, pos, regs) \ macro
327 re_search* or re_match* could cause memory leaks when C-g is used in
5241 /* re_match is like re_match_2 except it takes only a single string. */
5244 re_match (bufp, string, size, pos, regs)
5260 weak_alias (__re_match, re_match)
7556 by passing null for the REGS argument to re_match, etc., not by
  /src/external/gpl3/binutils/dist/libiberty/
regex.c 80 # define re_match(bufp, string, size, pos, regs) \ macro
316 re_search* or re_match* could cause memory leaks when C-g is used in
5413 /* re_match is like re_match_2 except it takes only a single string. */
5416 re_match (struct re_pattern_buffer *bufp, const char *string,
5437 weak_alias (__re_match, re_match)
7806 by passing null for the REGS argument to re_match, etc., not by
  /src/external/gpl3/binutils.old/dist/libiberty/
regex.c 80 # define re_match(bufp, string, size, pos, regs) \ macro
316 re_search* or re_match* could cause memory leaks when C-g is used in
5413 /* re_match is like re_match_2 except it takes only a single string. */
5416 re_match (struct re_pattern_buffer *bufp, const char *string,
5437 weak_alias (__re_match, re_match)
7806 by passing null for the REGS argument to re_match, etc., not by

Completed in 65 milliseconds

1 2