Searched refs:checked_regcomp (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/diff/
H A Ddiff.c127 static void checked_regcomp(char const *, regex_t *);
419 checked_regcomp(ignore_pats, &ignore_re);
420 checked_regcomp(most_recent_pat, &most_recent_re);
478 checked_regcomp(char const *pattern, regex_t *comp) function

Completed in 124 milliseconds