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

/freebsd-12-stable/usr.bin/pom/
H A Dpom.c93 char *odate = NULL, *otime = NULL; local
112 otime = optarg;
126 if (otime != NULL || odate != NULL) {
140 if (otime != NULL) {
141 tmd.tm_hour = strtol(otime, NULL, 10);
142 tmd.tm_min = strtol(otime + 3, NULL, 10);
143 tmd.tm_sec = strtol(otime + 6, NULL, 10);
/freebsd-12-stable/stand/common/
H A Dboot.c173 time_t when, otime, ntime; local
205 otime = time(NULL);
206 when = otime + timeout; /* when to boot */
240 if (ntime != otime) {
244 otime = ntime;
/freebsd-12-stable/usr.sbin/timed/timed/
H A Dslave.c68 struct timeval otime; local
230 (void)gettimeofday(&otime, NULL);
231 if (adjtime < otime.tv_sec)
232 looptime -= (looptime-otime.tv_sec)/2 + 1;
253 (void)gettimeofday(&otime, NULL);
254 adj_msg_time(msg,&otime);
275 timevalsub(&ntime, &tmptv, &otime);
316 looptime = ntime.tv_sec + (looptime-otime.tv_sec)/2-1;
652 struct timeval otime; local
665 (void)gettimeofday(&otime, NUL
[all...]
H A Dmaster.c350 struct timeval otime, ntime, tmptv; local
360 (void)gettimeofday(&otime, NULL);
361 adj_msg_time(msg,&otime);
365 timevalsub(&ntime, &tmptv, &otime);

Completed in 57 milliseconds