Lines Matching defs:month

178 	int 	year, month, day, hour, minute, second, msecond ;
414 #define JJY_CLOCKSTATS_MESSAGE_SSCANF_INVALID_DATE "# Invalid date : rc=%d year=%d month=%d day=%d"
416 #define JJY_CLOCKSTATS_MESSAGE_SSCANF_INVALID_DATETIME "# Invalid time : rc=%d year=%d month=%d day=%d hour=%d minute=%d second=%d"
1011 pp->day = ymd2yd( up->year, up->month, up->day ) ;
1049 up->year, up->month, up->day,
1215 &up->year, &up->month, &up->day ) ;
1218 || up->month < 1 || 12 < up->month
1222 rc, up->year, up->month, up->day ) ;
1509 &up->year, &up->month, &up->day,
1513 if ( rc != 7 || up->month < 1 || up->month > 12 ||
1518 rc, up->year, up->month, up->day,
1689 &up->year, &up->month, &up->day,
1692 if ( rc != 6 || up->month < 1 || up->month > 12
1697 rc, up->year, up->month, up->day,
1722 up->month -- ;
1723 if ( up->month < 1 ) {
1724 up->month = 12 ;
1880 &up->year, &up->month, &up->day, &iWeekday,
1888 || up->month < 1 || up->month > 12 || up->day < 1 || up->day > 31
1893 rc, up->year, up->month, up->day,
2107 rc = sscanf ( pBuf, "%4d/%2d/%2d", &up->year, &up->month, &up->day ) ;
2110 || up->month < 1 || 12 < up->month
2114 rc, up->year, up->month, up->day ) ;
2403 up->month = pTime->tm_mon + 1 ;
2415 &up->year, &up->month, &up->day,
2419 || up->month < 1 || up->month > 12 || up->day < 1 || up->day > 31
2424 rc, up->year, up->month, up->day,
2436 &up->year, &up->month, &up->day, &iWeekday,
2440 || up->month < 1 || up->month > 12 || up->day < 1 || up->day > 31
2445 rc, up->year, up->month, up->day,
3421 rc = sscanf ( pBuf, "%4d%2d%2d", &up->year, &up->month, &up->day ) ;
3424 || up->month < 1 || 12 < up->month || up->day < 1 || 31 < up->day ) {
3427 rc, up->year, up->month, up->day ) ;