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

  /toolchain/binutils/binutils-2.25/include/
xregex.h 15 # define re_search xre_search macro
xregex2.h 351 /* 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'. */
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
oniggnu.h 71 int re_search P_((struct re_pattern_buffer*, const char*, int, int, int, struct re_registers*));
reggnu.c 74 re_search(regex_t* bufp, const char* string, int size, int startpos, int range, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regex.h 386 /* Pointer to a fastmap, if any, otherwise zero. re_search uses the
498 extern int re_search (struct re_pattern_buffer *__buffer, const char *__string,
503 /* Like `re_search', but search in the concatenation of STRING1 and
511 /* Like `re_search', but return how many characters in STRING the regexp
517 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regex.h 389 /* Pointer to a fastmap, if any, otherwise zero. re_search uses the
506 extern int re_search (struct re_pattern_buffer *__buffer, const char *__string,
511 /* Like `re_search', but search in the concatenation of STRING1 and
519 /* Like `re_search', but return how many characters in STRING the regexp
525 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
  /toolchain/binutils/binutils-2.25/libiberty/
regex.c 79 # 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
    [all...]

Completed in 2846 milliseconds