Home
last modified time | relevance | path

Searched refs:REG_EXTENDED (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/ndk-stack/
Dndk-stack-parser.c150 if (regcomp(&parser->re_pid_header, _pid_header, REG_EXTENDED | REG_NEWLINE) || in CreateNdkCrashParser()
151 regcomp(&parser->re_sig_header, _sig_header, REG_EXTENDED | REG_NEWLINE) || in CreateNdkCrashParser()
152 regcomp(&parser->re_frame_header, _frame_header, REG_EXTENDED | REG_NEWLINE)) in CreateNdkCrashParser()
/ndk/sources/host-tools/ndk-stack/regex/
Dregex.h66 #define REG_EXTENDED 0001 macro
Dregcomp.c163 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC)) in regcomp()
215 if (cflags&REG_EXTENDED) in regcomp()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-port.cc179 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
190 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()