Searched refs:lotmp (Results 1 – 1 of 1) sorted by relevance
737 register struct tm * lotmp; in hunt() local742 lotmp = my_localtime(&lot); in hunt()743 if (lotmp != NULL) { in hunt()744 lotm = *lotmp; in hunt()760 if ((lotmp == NULL || tmp == NULL) ? (lotmp == tmp) : in hunt()766 lotmp = tmp; in hunt()932 register struct tm * lotmp; in huntICU() local937 lotmp = my_localtime(&lot); in huntICU()938 if (lotmp != NULL) { in huntICU()939 lotm = *lotmp; in huntICU()[all …]