Home | History | Annotate | Download | only in misc

Lines Matching refs:tm_mon

612 	sscanf(str, "%4d%2d%2d%2d%2d%2d", &ts.tm_year, &ts.tm_mon,
615 ts.tm_mon -= 1;
616 if (ts.tm_year < 0 || ts.tm_mon < 0 || ts.tm_mon > 11 ||