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

1 2

  /src/external/gpl3/binutils/dist/include/
xregex.h 15 # define re_search xre_search macro
xregex2.h 350 /* Pointer to a fastmap, if any, otherwise zero. re_search uses
466 extern int re_search (struct re_pattern_buffer *buffer, const char *string,
471 /* Like `re_search', but search in the concatenation of STRING1 and
479 /* Like `re_search', but return how many characters in STRING the regexp
485 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
  /src/external/gpl3/binutils.old/dist/include/
xregex.h 15 # define re_search xre_search macro
xregex2.h 350 /* Pointer to a fastmap, if any, otherwise zero. re_search uses
466 extern int re_search (struct re_pattern_buffer *buffer, const char *string,
471 /* Like `re_search', but search in the concatenation of STRING1 and
479 /* Like `re_search', but return how many characters in STRING the regexp
485 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
  /src/external/gpl3/gcc/dist/include/
xregex.h 15 # define re_search xre_search macro
xregex2.h 350 /* Pointer to a fastmap, if any, otherwise zero. re_search uses
466 extern int re_search (struct re_pattern_buffer *buffer, const char *string,
471 /* Like `re_search', but search in the concatenation of STRING1 and
479 /* Like `re_search', but return how many characters in STRING the regexp
485 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
  /src/external/gpl3/gcc.old/dist/include/
xregex.h 15 # define re_search xre_search macro
xregex2.h 350 /* Pointer to a fastmap, if any, otherwise zero. re_search uses
466 extern int re_search (struct re_pattern_buffer *buffer, const char *string,
471 /* Like `re_search', but search in the concatenation of STRING1 and
479 /* Like `re_search', but return how many characters in STRING the regexp
485 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
  /src/external/gpl3/gdb/dist/include/
xregex.h 15 # define re_search xre_search macro
xregex2.h 350 /* Pointer to a fastmap, if any, otherwise zero. re_search uses
466 extern int re_search (struct re_pattern_buffer *buffer, const char *string,
471 /* Like `re_search', but search in the concatenation of STRING1 and
479 /* Like `re_search', but return how many characters in STRING the regexp
485 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
  /src/external/gpl3/gdb.old/dist/include/
xregex.h 15 # define re_search xre_search macro
xregex2.h 350 /* Pointer to a fastmap, if any, otherwise zero. re_search uses
466 extern int re_search (struct re_pattern_buffer *buffer, const char *string,
471 /* Like `re_search', but search in the concatenation of STRING1 and
479 /* Like `re_search', but return how many characters in STRING the regexp
485 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
  /src/external/gpl3/gdb/dist/gdbsupport/
gdb_regex.cc 55 return re_search (&m_pattern, string, length, start, range, regs);
  /src/external/gpl3/gdb.old/dist/gdbsupport/
gdb_regex.cc 55 return re_search (&m_pattern, string, length, start, range, regs);
  /src/external/gpl2/xcvs/dist/lib/
regex.c 40 # define re_search(bufp, string, size, startpos, range, regs) \ macro
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.h 354 /* Pointer to a fastmap, if any, otherwise zero. re_search uses
464 extern int re_search (struct re_pattern_buffer *buffer, const char *string,
469 /* Like `re_search', but search in the concatenation of STRING1 and
477 /* Like `re_search', but return how many characters in STRING the regexp
483 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
m-regex.c 392 if (0 <= (start = re_search (&(cregex->patterns[i].regexbuf), beg,
435 start = re_search (&(cregex->patterns[i].regexbuf), beg,
  /src/external/gpl2/diffutils/dist/src/
util.c 692 || re_search (&ignore_regexp, line, len, 0, len, 0) < 0))
702 || re_search (&ignore_regexp, line, len, 0, len, 0) < 0))
context.c 472 /* FIXME: re_search's size args should be size_t, not int. */
475 if (0 <= re_search (&function_regexp, line, len, 0, len, 0))
  /src/external/gpl2/diffutils/dist/lib/posix/
regex.h 347 /* Pointer to a fastmap, if any, otherwise zero. re_search uses
474 extern int re_search
479 /* Like `re_search', but search in the concatenation of STRING1 and
487 /* Like `re_search', but return how many characters in STRING the regexp
494 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
  /src/external/gpl2/grep/dist/lib/posix/
regex.h 351 /* Pointer to a fastmap, if any, otherwise zero. re_search uses
478 extern int re_search
483 /* Like `re_search', but search in the concatenation of STRING1 and
491 /* Like `re_search', but return how many characters in STRING the regexp
498 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
  /src/external/gpl2/grep/dist/src/
search.c 408 if (0 <= (start = re_search (&(patterns[i].regexbuf), beg,
448 start = re_search (&(patterns[i].regexbuf), beg,
  /src/external/gpl2/xcvs/dist/diff/
util.c 787 if (0 <= re_search (&r->buf, line, len, 0, len, 0))
803 if (0 <= re_search (&r->buf, line, len, 0, len, 0))
context.c 451 if (0 <= re_search (&r->buf, line, len, 0, len, 0))
  /src/external/bsd/less/dist/
pattern.c 315 matched = re_search(pattern, line, line_len, 0, line_len, &search_regs) >= 0;

Completed in 43 milliseconds

1 2