Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c431 register struct tm *lotmp; local
436 lotmp = my_localtime(&lot);
437 if (lotmp != NULL) {
438 lotm = *lotmp;
454 if ((lotmp == NULL || tmp == NULL) ? (lotmp == tmp) :
460 lotmp = tmp;