Lines Matching refs:hit
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) in hunt() argument
689 diff = (long) (hit - lot); in hunt()
696 else if (t >= hit) in hunt()
708 } else hit = t; in hunt()
711 show(name, hit, TRUE); in hunt()
712 return hit; in hunt()
871 huntICU(char *name, time_t lot, time_t hit, FILE * fp) in huntICU() argument
887 diff = (long) (hit - lot); in huntICU()
894 else if (t >= hit) in huntICU()
907 } else hit = t; in huntICU()
909 showICU(fp, name, lot, hit); in huntICU()
910 return hit; in huntICU()