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

  /toolchain/binutils/binutils-2.27/include/
xregex.h 14 # define re_match xre_match macro
xregex2.h 481 extern int re_match (struct re_pattern_buffer *buffer, const char *string,
485 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
  /external/devlib/devlib/module/
thermal.py 52 re_match = re.match('^trip_point_([0-9]+)_temp', entry)
53 if re_match is not None:
54 self.add_trip_point(re_match.group(1))
90 re_match = re.match('^(thermal_zone|cooling_device)([0-9]+)', entry)
92 if re_match.group(1) == 'thermal_zone':
93 self.add_thermal_zone(re_match.group(2))
94 elif re_match.group(1) == 'cooling_device':
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
oniggnu.h 73 int re_match P_((struct re_pattern_buffer*, const char *, int, int, struct re_registers*));
reggnu.c 66 re_match(regex_t* reg, const char* str, int size, int pos, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regex.h 521 extern int re_match (struct re_pattern_buffer *__buffer, const char *__string,
525 /* Relates to `re_match' as `re_search_2' relates to `re_search'. */
  /toolchain/binutils/binutils-2.27/libiberty/
regex.c 77 # define re_match(bufp, string, size, pos, regs) \ macro
313 re_search* or re_match* could cause memory leaks when C-g is used in
    [all...]

Completed in 404 milliseconds