Searched refs:lineregexp (Results 1 – 1 of 1) sorted by relevance
1673 char *lineregexp; in c_regex_common() local1681 lineregexp = malloc(len); /* max needed */ in c_regex_common()1682 if (lineregexp == NULL) in c_regex_common()1684 snprintf(lineregexp, len, "^%s(%s%s)$", in c_regex_common()1687 rv = regcomp(®, lineregexp, REG_NOSUB|regcomp_flags| in c_regex_common()1689 free(lineregexp); in c_regex_common()