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

/freebsd-12-stable/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c44 static time_t opt_E; variable
59 if (now < opt_B || now > opt_E)
103 time(&opt_E);
116 opt_E = strtoul(optarg, NULL, 0);
119 opt_E = get_date(optarg);
120 if (opt_E == -1)
156 fprintf(stderr, "To\t%jd %s", (intmax_t)opt_E, ctime(&opt_E));
157 if (opt_B >= opt_E)
171 fifolog_reader_process(fl, o, Render, NULL, opt_E);
[all...]

Completed in 79 milliseconds