Lines Matching defs:lot
229 static time_t hunt(char * name, time_t lot, time_t hit);
239 static time_t huntICU(char * name, time_t lot, time_t hit, FILE *fp);
727 hunt(char *name, time_t lot, time_t hit)
736 lotmp = my_localtime(&lot);
742 time_t diff = hit - lot;
745 t = lot;
747 if (t <= lot)
755 (delta(&tm, &lotm) == (t - lot) &&
758 lot = t;
763 show(name, lot, true);
921 huntICU(char *name, time_t lot, time_t hit, FILE * fp)
931 lotmp = my_localtime(&lot);
937 diff = (long) (hit - lot);
940 t = lot;
942 if (t <= lot)
952 (delta(&tm, &lotm) == (t - lot) &&
954 lot = t;
959 showICU(fp, name, lot, hit);