Home | History | Annotate | Download | only in tls

Lines Matching refs:hour

545 	int year, month, day, hour, min, sec;
610 if (sscanf(pos, "%02d", &hour) != 1) {
612 "(hour)", buf, len);
630 if (os_mktime(year, month, day, hour, min, sec, val) < 0) {