Searched refs:tm_mon (Results 1 - 25 of 37) sorted by relevance

12

/haiku/src/apps/poorman/libhttpd/
H A Dtdate_parse.c206 t += monthtab[tmP->tm_mon];
208 if ( tmP->tm_mon >= 2 && is_leap( tmP->tm_year + 1900 ) )
228 long tm_mon, tm_wday; local
247 scan_mon( str_mon, &tm_mon ) )
250 tm.tm_mon = tm_mon;
261 scan_mon( str_mon, &tm_mon ) )
264 tm.tm_mon = tm_mon;
275 scan_mon( str_mon, &tm_mon ) )
[all...]
/haiku/src/system/libroot/posix/musl/time/
H A Dasctime_r.c12 __nl_langinfo_l(ABMON_1+tm->tm_mon, C_LOCALE),
H A D__tm_to_secs.c7 int month = tm->tm_mon;
H A Dstrftime.c65 if (tm->tm_mon > 11U) goto string;
66 item = ABMON_1 + tm->tm_mon;
69 if (tm->tm_mon > 11U) goto string;
70 item = MON_1 + tm->tm_mon;
110 val = tm->tm_mon+1;
H A Dstrptime.c48 dest = &tm->tm_mon;
91 dest = &tm->tm_mon;
H A D__secs_to_tm.c72 tm->tm_mon = months + 2;
/haiku/src/tests/system/libroot/posix/
H A Dtest_time.c52 tbuf.tm_mon = 0;
81 tbuf.tm_mon = 0;
105 loctime->tm_mon = 8;
H A Dtst-mktime.c15 time_str.tm_mon = 7 - 1;
H A Dlocale_test.cpp1783 if (now.tm_mon != expected.tm_mon) {
1784 printf("\tPROBLEM: localtime().tm_mon = %d (expected %d)\n",
1785 now.tm_mon, expected.tm_mon);
1858 if (now.tm_mon != expected.tm_mon) {
1859 printf("\tPROBLEM: localtime().tm_mon = %d (expected %d)\n",
1860 now.tm_mon, expected.tm_mon);
[all...]
/haiku/src/system/kernel/arch/sparc/
H A Darch_platform.cpp192 t.tm_mon++;
194 if (of_call_method((uint32_t)fRTC, "set-time", 6, 0, t.tm_year, t.tm_mon, t.tm_mday,
205 if (of_call_method((uint32_t)fRTC, "get-time", 0, 6, &t.tm_year, &t.tm_mon,
212 t.tm_mon--;
/haiku/src/kits/network/libnetservices/
H A DHttpTime.cpp140 BDate date(expireTime.tm_year + 1900, expireTime.tm_mon + 1,
156 expirationTm.tm_mon = fDate.Date().Month() - 1;
/haiku/headers/private/fs_shell/
H A Dfssh_time.h43 int tm_mon; /* months since January (0 to 11) */ member in struct:fssh_tm
/haiku/src/system/kernel/arch/ppc/
H A Darch_platform.cpp192 t.tm_mon++;
194 if (of_call_method(fRTC, "set-time", 6, 0, t.tm_year, t.tm_mon, t.tm_mday,
205 if (of_call_method(fRTC, "get-time", 0, 6, &t.tm_year, &t.tm_mon,
212 t.tm_mon--;
/haiku/src/kits/network/libnetapi/
H A DCertificate.cpp28 &time.tm_mon, &time.tm_mday, &time.tm_hour, &time.tm_min,
33 time.tm_mon -= 1;
/haiku/src/kits/network/libnetservices2/
H A DHttpTime.cpp160 expirationTm.tm_mon = fDate.Date().Month() - 1;
212 BDate date(expireTime.tm_year + 1900, expireTime.tm_mon + 1, expireTime.tm_mday);
/haiku/headers/posix/
H A Dtime.h61 int tm_mon; /* months since January (0 to 11) */ member in struct:tm
/haiku/src/system/kernel/arch/x86/
H A Darch_real_time_clock.cpp146 t.tm_mon = bcd_to_int(cmos->month) - 1;
168 cmos->month = int_to_bcd(t.tm_mon + 1);
/haiku/src/system/kernel/arch/m68k/
H A Darch_real_time_clock.cpp132 t.tm_mon = bcd_to_int(cmos->month) - 1;
154 cmos->month = int_to_bcd(t.tm_mon + 1);
/haiku/src/system/kernel/
H A Dreal_time_clock.cpp184 month = tm->tm_mon + 1;
218 t->tm_mon = month - 1;
/haiku/src/system/libroot/add-ons/icu/
H A DICUTimeConversion.cpp230 tmOut->tm_mon = calendar.get(UCAL_MONTH, icuStatus);
269 calendar.set(inOutTm->tm_year + 1900, inOutTm->tm_mon, inOutTm->tm_mday,
/haiku/src/bin/unzip/
H A Dtimezone.c544 _tmbuf.tm_mon = 0;
546 while (days >= mon_lengths[isleap][_tmbuf.tm_mon])
547 days -= mon_lengths[isleap][_tmbuf.tm_mon++];
746 months = tm->tm_mon; /* 0..11 */
775 tm->tm_mon = months;
/haiku/src/kits/mail/
H A DHaikuMailFormatFilter.cpp177 timeFields.tm_year + 1900, timeFields.tm_mon + 1, timeFields.tm_mday,
/haiku/src/system/libroot/os/
H A Dparsedate.cpp709 tm.tm_mon = 0; // supposed to fall through
727 tm.tm_mon += value;
743 tm.tm_mon = element.value - 1;
811 tm.tm_mon = element->value - 1;
881 tm.tm_mon = element->value - 1;
/haiku/src/preferences/time/
H A DDateTimeView.cpp159 date.SetDate(timeInfo->tm_year + 1900, timeInfo->tm_mon + 1,
/haiku/src/bin/mail_utils/
H A Dmbox2mail.cpp427 TimeFields.tm_mon + 1,

Completed in 131 milliseconds

12