Lines Matching refs:lot
235 static time_t hunt(char * name, time_t lot, time_t hit);
245 static time_t huntICU(char * name, time_t lot, time_t hit, FILE *fp);
733 hunt(char *name, time_t lot, time_t hit) in hunt() argument
742 lotmp = my_localtime(&lot); in hunt()
748 time_t diff = hit - lot; in hunt()
751 t = lot; in hunt()
753 if (t <= lot) in hunt()
761 (delta(&tm, &lotm) == (t - lot) && in hunt()
764 lot = t; in hunt()
769 show(name, lot, TRUE); in hunt()
927 huntICU(char *name, time_t lot, time_t hit, FILE * fp) in huntICU() argument
937 lotmp = my_localtime(&lot); in huntICU()
943 diff = (long) (hit - lot); in huntICU()
946 t = lot; in huntICU()
948 if (t <= lot) in huntICU()
958 (delta(&tm, &lotm) == (t - lot) && in huntICU()
960 lot = t; in huntICU()
965 showICU(fp, name, lot, hit); in huntICU()