Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/zdump/
Dzdump.c111 time_t cutlotime = 0, cuthitime = 0; in main() local
156 cutlotime = yeartot(cutloyear); in main()
197 if (t < cutlotime) in main()
198 t = cutlotime; in main()