Searched refs:re_search (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/include/
H A Dxregex.h14 # define re_search xre_search macro
H A Dxregex2.h351 /* Pointer to a fastmap, if any, otherwise zero. re_search uses
467 extern int re_search (struct re_pattern_buffer *buffer, const char *string,
472 /* Like `re_search', but search in the concatenation of STRING1 and
480 /* Like `re_search', but return how many characters in STRING the regexp
486 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dregex.c40 # define re_search(bufp, string, size, startpos, range, regs) \ macro
H A Dregex.h469 /* Pointer to a fastmap, if any, otherwise zero. re_search uses the
576 extern regoff_t re_search (struct re_pattern_buffer *__buffer,
582 /* Like `re_search', but search in the concatenation of STRING1 and
592 /* Like `re_search', but return how many characters in STRING the regexp
599 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
H A Dregexec.c285 /* re_match, re_search, re_match_2, re_search_2
294 re_search() first tries matching at index START, then it tries to match
296 is START + RANGE. (Thus RANGE = 0 forces re_search to operate the same
308 On success, re_match* functions return the length of the match, re_search*
326 re_search (bufp, string, length, start, range, regs)
337 weak_alias (__re_search, re_search)
412 /* The parameters have the same meaning as those of re_search.
636 START and RANGE have the same meaning as with re_search.
/macosx-10.9.5/gnudiff-19/diffutils/src/
H A Dutil.c690 || re_search (&ignore_regexp, line, len, 0, len, 0) < 0))
700 || re_search (&ignore_regexp, line, len, 0, len, 0) < 0))
H A Dcontext.c470 /* FIXME: re_search's size args should be size_t, not int. */
473 if (0 <= re_search (&function_regexp, line, len, 0, len, 0))
/macosx-10.9.5/emacs-92/emacs/src/
H A Dregex.h355 /* Pointer to a fastmap, if any, otherwise zero. re_search uses
488 extern int re_search
493 /* Like `re_search', but search in the concatenation of STRING1 and
501 /* Like `re_search', but return how many characters in STRING the regexp
508 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
H A Dsearch.c444 val = re_search (bufp, (char *) SDATA (string),
512 val = re_search (bufp, (char *) SDATA (string),
541 val = re_search (bufp, string, len, 0, len, 0);
560 val = re_search (bufp, (char *) SDATA (string),
H A Dregex.c78 # define re_search(bufp, string, size, startpos, range, regs) \ macro
479 re_search* or re_match* could cause memory leaks when C-g is used in
4147 is used by re_search to skip quickly over impossible starting points.
4223 re_search (bufp, string, size, startpos, range, regs)
4232 WEAK_ALIAS (__re_search, re_search)
6366 0 <= re_search (&re_comp_buf, s, len, 0, len, (struct re_registers *) 0);
6537 ret = re_search (&private_preg, string, len,
6559 /* We want zero return to mean success, unlike `re_search'. */
H A Ddired.c265 || (0 <= re_search (bufp, SDATA (name), len, 0, len, 0)))
/macosx-10.9.5/gnudiff-19/diffutils/lib/posix/
H A Dregex.h345 /* Pointer to a fastmap, if any, otherwise zero. re_search uses
472 extern int re_search
477 /* Like `re_search', but search in the concatenation of STRING1 and
485 /* Like `re_search', but return how many characters in STRING the regexp
492 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
/macosx-10.9.5/lsof-52/lsof/
H A Dregex.h397 /* Pointer to a fastmap, if any, otherwise zero. re_search uses
524 extern int re_search
529 /* Like `re_search', but search in the concatenation of STRING1 and
537 /* Like `re_search', but return how many characters in STRING the regexp
544 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
/macosx-10.9.5/text_cmds-87/sort/
H A Dconfig.h1682 #define re_search rpl_re_search macro
/macosx-10.9.5/gnutar-452/gnutar/
H A Dconfig.hin1155 #undef re_search
/macosx-10.9.5/lsof-52/lsof/lib/
H A Dregex.c125 # define re_search(bufp, string, size, startpos, range, regs) \ macro
352 re_search* or re_match* could cause memory leaks when C-g is used in
3642 is used by re_search to skip quickly over impossible starting points.
3991 re_search (bufp, string, size, startpos, range, regs)
4001 weak_alias (__re_search, re_search)
6075 0 <= re_search (&re_comp_buf, s, len, 0, len, (struct re_registers *) 0);
6245 ret = re_search (&private_preg, string, len,
6267 /* We want zero return to mean success, unlike `re_search'. */
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c77 # define re_search(bufp, string, size, startpos, range, regs) \ macro
311 re_search* or re_match* could cause memory leaks when C-g is used in
4523 is used by re_search to skip quickly over impossible starting points.
4932 re_search (struct re_pattern_buffer *bufp, const char *string, int size,
4939 weak_alias (__re_search, re_search)
7884 0 <= re_search (&re_comp_buf, s, len, 0, len, (struct re_registers *) 0);
8052 ret = re_search (&private_preg, string, len,
8074 /* We want zero return to mean success, unlike `re_search'. */
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dregex.c73 # define re_search(bufp, string, size, startpos, range, regs) \ macro
313 re_search* or re_match* could cause memory leaks when C-g is used in
4621 is used by re_search to skip quickly over impossible starting points.
5031 re_search (bufp, string, size, startpos, range, regs)
5041 weak_alias (__re_search, re_search)
8102 0 <= re_search (&re_comp_buf, s, len, 0, len, (struct re_registers *) 0);
8277 ret = re_search (&private_preg, string, len,
8299 /* We want zero return to mean success, unlike `re_search'. */
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Detags.c6146 match = re_search (rp->pat, buffer, filebuf.len, charno,

Completed in 621 milliseconds