Searched refs:PATTEN (Results 1 – 1 of 1) sorted by relevance
34 static const char* PATTEN = "^[a-zA-Z0-9_-]{1,99}$"; variable208 if (regcomp(®, PATTEN, REG_EXTENDED) < 0) { in IsValidPath()