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

/freebsd-9.3-release/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c41 static time_t opt_B; variable
57 if (now < opt_B || now > opt_E)
106 opt_B = strtoul(optarg, NULL, 0);
109 opt_B = get_date(optarg);
110 if (opt_B == -1)
153 fprintf(stderr, "From\t%jd %s", (intmax_t)opt_B, ctime(&opt_B));
155 if (opt_B >= opt_E)
168 o = fifolog_reader_seek(fl, opt_B);
/freebsd-9.3-release/sbin/newfs_msdos/
H A Dnewfs_msdos.c240 const char *opt_B = NULL, *opt_L = NULL, *opt_O = NULL, *opt_f = NULL; local
274 opt_B = optarg;
484 if (opt_B) {
485 bname = opt_B;
637 if (opt_B &&
644 if (opt_B && x < bss) {
695 if (!opt_B) {

Completed in 80 milliseconds