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