Home
last modified time | relevance | path

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

/freebsd/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c45 static const char *opt_R; variable
60 if (opt_R != NULL && regexec(&R, (const char *)p, 0, NULL, 0)) in Render()
125 opt_R = optarg; in main()
140 if (opt_R != NULL) { in main()
141 i = regcomp(&R, opt_R, REG_NOSUB); in main()
/freebsd/stand/usb/tools/
H A Dsysinit.c41 static int opt_R; variable
181 opt_R = 1; in main()
244 if (opt_R == 0) { in main()