Searched refs:cflags (Results 1 – 1 of 1) sorted by relevance
49 int cflags = REG_EXTENDED; in checkIfPassed() local51 cflags |= REG_NOSUB; in checkIfPassed()53 if (regcomp(&re, match.string(), cflags) != 0) { in checkIfPassed()