HomeSort by relevance Sort by last modified time
    Searched refs:re_match_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.
49 match[0] = re_match_2(&regex,"xyz",3,NULL,0,0,NULL,2);
74 match[2] = re_match_2(&regex,"xy ",4,NULL,0,0,NULL,3);
75 match[3] = re_match_2(&regex,"xy z",4,NULL,0,0,NULL,3);
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.c 38 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ macro
regex.h 506 /* If set, `re_match_2' does not return information about
537 `re_match_2' returns information about at least this many registers
602 extern regoff_t re_match_2 (struct re_pattern_buffer *__buffer,
regexec.c 287 /* re_match, re_search, re_match_2, re_search_2
343 re_match_2 (bufp, string1, length1, string2, length2, start, regs, stop)
353 weak_alias (__re_match_2, re_match_2)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regex.h 395 /* If set, `re_match_2' does not return information about
428 `re_match_2' returns information about at least this many registers
489 extern int re_match_2 (struct re_pattern_buffer *__buffer,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
regex.h 395 /* If set, `re_match_2' does not return information about
428 `re_match_2' returns information about at least this many registers
489 extern int re_match_2 (struct re_pattern_buffer *__buffer,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regex.h 395 /* If set, `re_match_2' does not return information about
428 `re_match_2' returns information about at least this many registers
489 extern int re_match_2 (struct re_pattern_buffer *__buffer,
  /ndk/sources/host-tools/sed-4.2.1/
config_h.in 746 #undef re_match_2

Completed in 868 milliseconds