Lines Matching refs:lot
168 static time_t hunt(char * name, time_t lot, time_t hit);
179 static time_t huntICU(char * name, time_t lot, time_t hit, FILE *fp);
673 hunt(char *name, time_t lot, time_t hit)
683 lotmp = my_localtime(&lot);
689 diff = (long) (hit - lot);
692 t = lot;
694 if (t <= lot)
702 (delta(&tm, &lotm) == (t - lot) &&
705 lot = t;
710 show(name, lot, TRUE);
871 huntICU(char *name, time_t lot, time_t hit, FILE * fp)
881 lotmp = my_localtime(&lot);
887 diff = (long) (hit - lot);
890 t = lot;
892 if (t <= lot)
902 (delta(&tm, &lotm) == (t - lot) &&
904 lot = t;
909 showICU(fp, name, lot, hit);