Home
last modified time | relevance | path

Searched refs:lineregexp (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.bin/find/
H A Dfunction.c1673 char *lineregexp; in c_regex_common() local
1681 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(&reg, lineregexp, REG_NOSUB|regcomp_flags| in c_regex_common()
1689 free(lineregexp); in c_regex_common()