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

  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bug-regex13.c 98 start = re_search (&regbuf, tests[i].string, strlen (tests[i].string),
102 printf ("re_search failed %d\n", start);
bug-regex28.c 66 int rv = re_search (&r, tests[i].string, len, 0, len, NULL);
69 printf ("re_search %lu unexpected value %d != %d\n",
bug-regex7.c 1 /* Test for regs allocation in re_search and re_match.
53 match = re_search (&regex, "baobab", 6, 0, 6, &regs);
57 printf ("re_search returned %d, expected 1\n", match);
62 puts ("re_search failed to fill the -1 sentinel");
tst-regex2.c 147 match = re_search (&rpbuf, string, len, 0, len,
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.c 42 # define re_search(bufp, string, size, startpos, range, regs) \ macro
regex.h 471 /* Pointer to a fastmap, if any, otherwise zero. re_search uses the
578 extern regoff_t re_search (struct re_pattern_buffer *__buffer,
584 /* Like `re_search', but search in the concatenation of STRING1 and
594 /* Like `re_search', but return how many characters in STRING the regexp
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
296 re_search() first tries matching at index START, then it tries to match
298 is START + RANGE. (Thus RANGE = 0 forces re_search to operate the same
310 On success, re_match* functions return the length of the match, re_search*
328 re_search (bufp, string, length, start, range, regs)
339 weak_alias (__re_search, re_search)
414 /* The parameters have the same meaning as those of re_search.
638 START and RANGE have the same meaning as with re_search.
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c 253 ret = re_search (&regex->pattern, buf, buflen, buf_start_offset,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regex.h 362 /* Pointer to a fastmap, if any, otherwise zero. re_search uses the
469 extern int re_search (struct re_pattern_buffer *__buffer, const char *__string,
474 /* Like `re_search', but search in the concatenation of STRING1 and
482 /* Like `re_search', but return how many characters in STRING the regexp
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 362 /* Pointer to a fastmap, if any, otherwise zero. re_search uses the
469 extern int re_search (struct re_pattern_buffer *__buffer, const char *__string,
474 /* Like `re_search', but search in the concatenation of STRING1 and
482 /* Like `re_search', but return how many characters in STRING the regexp
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 362 /* Pointer to a fastmap, if any, otherwise zero. re_search uses the
469 extern int re_search (struct re_pattern_buffer *__buffer, const char *__string,
474 /* Like `re_search', but search in the concatenation of STRING1 and
482 /* Like `re_search', but return how many characters in STRING the regexp
488 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
  /ndk/sources/host-tools/sed-4.2.1/
config_h.in 749 #undef re_search
  /external/chromium_org/build/android/pylib/
android_commands.py     [all...]

Completed in 3603 milliseconds