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

  /toolchain/binutils/binutils-2.27/include/
xregex.h 15 # define re_search xre_search macro
xregex2.h 350 /* Pointer to a fastmap, if any, otherwise zero. re_search uses
466 extern int re_search (struct re_pattern_buffer *buffer, const char *string,
471 /* Like `re_search', but search in the concatenation of STRING1 and
479 /* Like `re_search', but return how many characters in STRING the regexp
485 /* 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
  /external/devlib/devlib/utils/
android.py 400 re_search = AM_START_ERROR.findall('{}\n{}'.format(output, error))
406 elif re_search:
408 raise TargetError(message.format(re_search[0]))
410 if re_search:
412 raise TargetError(message.format(re_search[0]))
  /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.27/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 248 milliseconds