Searched refs:hh (Results 1 – 1 of 1) sorted by relevance
316 int hh, mm, ss = 0; in match_time() local317 hh = oneortwodigit(date, &p); in match_time()318 if((hh < 24) && (*p == ':') && ISDIGIT(p[1])) { in match_time()336 *h = hh; in match_time()
Completed in 4 milliseconds