Home
last modified time | relevance | path

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

/freebsd/usr.bin/pom/
H A Dpom.c79 char *odate = NULL, *otime = NULL; in main() local
98 otime = optarg; in main()
112 if (otime != NULL || odate != NULL) { in main()
126 if (otime != NULL) { in main()
127 tmd.tm_hour = strtol(otime, NULL, 10); in main()
128 tmd.tm_min = strtol(otime + 3, NULL, 10); in main()
129 tmd.tm_sec = strtol(otime + 6, NULL, 10); in main()
/freebsd/stand/common/
H A Dboot.c174 time_t when, otime, ntime; in autoboot() local
206 otime = -1; in autoboot()
242 if (ntime != otime) { in autoboot()
246 otime = ntime; in autoboot()