Searched refs:cflags (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djemalloc-config.in19 --cflags : Print compiler flags used to build jemalloc.
65 --cflags)
/fuchsia/zircon/third_party/ulib/musl/third_party/tre/
H A Dregexec.c44 static void tre_fill_pmatch(size_t nmatch, regmatch_t pmatch[], int cflags, const tre_tnfa_t* tnfa,
80 (((trans_i->assertions & ASSERT_CHAR_CLASS) && !(tnfa->cflags & REG_ICASE) && \
82 ((trans_i->assertions & ASSERT_CHAR_CLASS) && (tnfa->cflags & REG_ICASE) && \
87 tnfa->cflags & REG_ICASE)))
162 int reg_newline = tnfa->cflags & REG_NEWLINE;
525 int reg_newline = tnfa->cflags & REG_NEWLINE;
675 tre_fill_pmatch(bt + 1, pmatch, tnfa->cflags & ~REG_NOSUB, tnfa, tags, pos);
800 static void tre_fill_pmatch(size_t nmatch, regmatch_t pmatch[], int cflags, const tre_tnfa_t* tnfa, argument
807 if (match_eo >= 0 && !(cflags & REG_NOSUB)) {
863 if (tnfa->cflags
[all...]
H A Dtre.h163 int cflags; member in struct:tnfa
H A Dregcomp.c373 int cflags; member in struct:__anon1861
569 if (ctx->cflags & REG_ICASE && !class)
734 int len, ere = ctx->cflags & REG_EXTENDED;
818 if (ctx->cflags & REG_NEWLINE) {
863 if (ctx->cflags & REG_ICASE && (tre_isupper(wc) || tre_islower(wc))) {
901 int ere = ctx->cflags & REG_EXTENDED;
2438 int regcomp(regex_t* restrict preg, const char* restrict regex, int cflags) { argument
2471 parse_ctx.cflags = cflags;
2497 if (tnfa->have_backrefs || !(cflags
[all...]

Completed in 88 milliseconds