HomeSort by relevance Sort by last modified time
    Searched refs:re_search_2 (Results 1 - 8 of 8) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bug-regex8.c 1 /* Test for the STOP parameter of re_match_2 and re_search_2.
61 match[1] = re_search_2(&regex,"xyz",3,NULL,0,0,2,NULL,2);
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.c 47 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \ macro
regex.h 486 Well, in truth it's used only in `re_search_2', to see whether or
586 extern regoff_t re_search_2 (struct re_pattern_buffer *__buffer,
601 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
regexec.c 287 /* re_match, re_search, re_match_2, re_search_2
357 re_search_2 (bufp, string1, length1, string2, length2, start, range, regs, stop)
368 weak_alias (__re_search_2, re_search_2)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regex.h 377 Well, in truth it's used only in `re_search_2', to see whether or
476 extern int re_search_2 (struct re_pattern_buffer *__buffer,
488 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
regex.h 377 Well, in truth it's used only in `re_search_2', to see whether or
476 extern int re_search_2 (struct re_pattern_buffer *__buffer,
488 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regex.h 377 Well, in truth it's used only in `re_search_2', to see whether or
476 extern int re_search_2 (struct re_pattern_buffer *__buffer,
488 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
  /ndk/sources/host-tools/sed-4.2.1/
config_h.in 752 #undef re_search_2

Completed in 351 milliseconds