Home
last modified time | relevance | path

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

/openbsd/usr.sbin/zdump/
H A Dzdump.c290 struct tm lotm, *lotmp; in hunt() local
294 lotmp = localtime(&lot); in hunt()
295 if (lotmp != NULL) { in hunt()
296 lotm = *lotmp; in hunt()
312 if ((lotmp == NULL || tmp == NULL) ? (lotmp == tmp) : in hunt()
318 lotmp = tmp; in hunt()