Home | History | Annotate | Download | only in tls

Lines Matching refs:hour

551 	int year, month, day, hour, min, sec;
616 if (sscanf(pos, "%02d", &hour) != 1) {
618 "(hour)", buf, len);
636 if (os_mktime(year, month, day, hour, min, sec, val) < 0) {