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

  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bug-regex10.c 1 /* Test for re_match with non-zero start.
49 match = re_match (&regex, "foacabdxy", 9, 2, &regs);
52 printf ("re_match returned %d, expected 5\n", match);
57 printf ("re_match returned %d..%d, expected 2..7\n",
bug-regex7.c 1 /* Test for regs allocation in re_search and re_match.
78 match = re_match (&regex, "apl", 3, 0, &regs);
82 printf ("re_match returned %d, expected 1\n", match);
87 puts ("re_match failed to fill the -1 sentinel");
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.c 40 # define re_match(bufp, string, size, pos, regs) \ macro
regex.h 596 extern regoff_t re_match (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
293 re_match() matches the compiled pattern in BUFP against the string,
299 way as re_match().)
310 On success, re_match* functions return the length of the match, re_search*
315 re_match (bufp, string, length, start, regs)
324 weak_alias (__re_match, re_match)
416 If RET_LEN is true the length of the match is returned (re_match style);
314 re_match (bufp, string, length, start, regs) function
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regex.h 484 extern int re_match (struct re_pattern_buffer *__buffer, const char *__string,
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 484 extern int re_match (struct re_pattern_buffer *__buffer, const char *__string,
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 484 extern int re_match (struct re_pattern_buffer *__buffer, const char *__string,
488 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
  /ndk/sources/host-tools/sed-4.2.1/
config_h.in 743 #undef re_match

Completed in 718 milliseconds