Home | History | Annotate | Download | only in server

Lines Matching defs:regex

8 #include <regex.h>
707 regex_t regex;
710 rc = regcomp(&regex, re, REG_EXTENDED);
716 rc = regexec(&regex, jack_name, ARRAY_SIZE(m), m, 0) == 0;
717 regfree(&regex);