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

/freebsd-12-stable/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c47 static const char *opt_R; variable
62 if (opt_R != NULL && regexec(&R, (const char *)p, 0, NULL, 0))
127 opt_R = optarg;
142 if (opt_R != NULL) {
143 i = regcomp(&R, opt_R, REG_NOSUB);
/freebsd-12-stable/stand/usb/tools/
H A Dsysinit.c42 static int opt_R; variable
182 opt_R = 1;
245 if (opt_R == 0) {

Completed in 100 milliseconds