Searched refs:reg_bogus (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/usr.sbin/ctm/mkCTM/
H A Dmkctm.c38 regex_t reg_ignore, reg_bogus; variable
398 !regexec(&reg_bogus, buf1, 0, 0, 0)) {
504 if (regcomp(&reg_bogus, DEFAULT_BOGUS, REG_EXTENDED | REG_NEWLINE))
536 regfree(&reg_bogus);
540 if (regcomp(&reg_bogus, optarg,

Completed in 53 milliseconds