Searched refs:month (Results 1 - 11 of 11) sorted by relevance

/barrelfish-2018-10-04/lib/posixcompat/
H A Dtimegm.c107 int month = tm->tm_mon; local
111 /* normalize month */
112 if (month >= 12) {
113 year += month/12;
114 month %= 12;
115 } else if (month < 0) {
116 year += month/12;
117 month %= 12;
118 if (month) {
119 month
[all...]
/barrelfish-2018-10-04/lib/libc/stdtime/
H A Dtimelocal.h44 const char *month[12]; member in struct:lc_time_T
H A Dstrptime.c430 for (i = 0; i < asizeof(tptr->month); i++) {
440 len = strlen(tptr->month[i]);
441 if (strncasecmp_l(buf, tptr->month[i],
447 * Try the abbreviated month name if the full name
450 if (i == asizeof(tptr->month) && !Oalternative) {
451 for (i = 0; i < asizeof(tptr->month); i++) {
458 if (i == asizeof(tptr->month))
H A Dstrftime.c162 tptr->month)[t->tm_mon],
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/
H A Do_time.c175 short year, month, day, hour, minute, second, member in struct:vms_vectime
202 result->tm_mon = time_values.month - 1;
/barrelfish-2018-10-04/lib/libc/locale/
H A Dnl_langinfo.c109 ret = (char*) __get_current_time_locale(loc)->month[_REL(MON_1)];
/barrelfish-2018-10-04/usr/arrakismon/
H A Dlpc.c403 uint8_t mon = bcd2bin(l->rtc_prim_ram.u.month);
439 l->rtc_prim_ram.u.month = bin2bcd(mon);
764 ret->rtc_prim_ram.u.month = bin2bcd(8);
H A Dlpc.h213 uint8_t month; member in struct:lpc_rtc_prim_ram::__anon1448
/barrelfish-2018-10-04/usr/vmkitmon/
H A Dlpc.c411 uint8_t mon = bcd2bin(l->rtc_prim_ram.u.month);
447 l->rtc_prim_ram.u.month = bin2bcd(mon);
776 ret->rtc_prim_ram.u.month = bin2bcd(8);
H A Dlpc.h220 uint8_t month; member in struct:lpc_rtc_prim_ram::__anon1820
/barrelfish-2018-10-04/lib/tzcode/zic/
H A Dzic.c1109 int year, month, day; local
1143 error(_("invalid month name"));
1146 month = lp->l_value;
1148 while (j != month) {
1155 day <= 0 || day > len_months[isleap(year)][month]) {
1156 error(_("invalid day of month"));
1249 error(_("invalid month name"));
1358 error(_("invalid day of month"));
1372 error(_("invalid day of month"));
1844 register int month, tota local
[all...]

Completed in 165 milliseconds