Searched refs:month (Results 1 – 7 of 7) sorted by relevance
71 unsigned erayear, yearday, month, day; in gmtime_r() local101 month = (5 * yearday + 2) / 153; /* [0, 11] */ in gmtime_r()102 day = yearday - (153 * month + 2) / 5 + 1; /* [1, 31] */ in gmtime_r()103 month += month < 10 ? 2 : -10; in gmtime_r()104 year = ADJUSTED_EPOCH_YEAR + erayear + era * YEARS_PER_ERA + (month <= 1); in gmtime_r()110 res->tm_mon = month; in gmtime_r()
46 Day of the month, between 1 and 31 inclusive.
191 ret = match_string (&buf, _ctloc (month), locale); in strptime_l()
790 _ctloc (month[tim_p->tm_mon]); in __strftime()
113 const char *month[12]; member
226 ret = (char*) __get_time_locale (locale)->month[_REL(MON_1)]; in nl_langinfo_l()
3918 * libc/time/strftime.c (get_era_info): Fix off-by-one error in month13189 (__tzcalc_limits): Fix reference to month array to be zero-based.20726 month is now padded with space, not zero. This now conforms to