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

/freebsd-11-stable/usr.bin/pom/
H A Dpom.c88 char *odate = NULL, *otime = NULL; local
100 otime = optarg;
114 if (otime != NULL || odate != NULL) {
127 if (otime != NULL) {
128 tmd.tm_hour = strtol(otime, NULL, 10);
129 tmd.tm_min = strtol(otime + 3, NULL, 10);
130 tmd.tm_sec = strtol(otime + 6, NULL, 10);
/freebsd-11-stable/stand/common/
H A Dboot.c166 time_t when, otime, ntime; local
198 otime = time(NULL);
199 when = otime + timeout; /* when to boot */
233 if (ntime != otime) {
237 otime = ntime;
/freebsd-11-stable/usr.sbin/timed/timed/
H A Dslave.c66 struct timeval otime; local
228 (void)gettimeofday(&otime, NULL);
229 if (adjtime < otime.tv_sec)
230 looptime -= (looptime-otime.tv_sec)/2 + 1;
251 (void)gettimeofday(&otime, NULL);
252 adj_msg_time(msg,&otime);
273 timevalsub(&ntime, &tmptv, &otime);
314 looptime = ntime.tv_sec + (looptime-otime.tv_sec)/2-1;
650 struct timeval otime; local
663 (void)gettimeofday(&otime, NUL
[all...]
H A Dmaster.c348 struct timeval otime, ntime, tmptv; local
358 (void)gettimeofday(&otime, NULL);
359 adj_msg_time(msg,&otime);
363 timevalsub(&ntime, &tmptv, &otime);

Completed in 185 milliseconds