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

12

/haiku/src/bin/mail_utils/
H A Dmbox2mail.cpp427 TimeFields.tm_mon + 1,
/haiku/src/bin/package/
H A Dcommand_list.cpp118 1900 + time->tm_year, time->tm_mon + 1, time->tm_mday,
/haiku/src/bin/unzip/
H A Dfileio.c1639 tm->tm_mon = ((int)(dosdatetime >> 21) & 0x0f) - 1;
H A Dlist.c276 mo = (unsigned)(t->tm_mon + 1);
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;
H A Dzipinfo.c2154 mo = (unsigned)(t->tm_mon + 1);
/haiku/src/kits/mail/
H A DHaikuMailFormatFilter.cpp177 timeFields.tm_year + 1900, timeFields.tm_mon + 1, timeFields.tm_mday,
H A DMailMessage.cpp878 timeFields.tm_year + 1900, timeFields.tm_mon + 1, timeFields.tm_mday,
/haiku/src/kits/support/
H A DDateTime.cpp503 _SetDate(timeinfo->tm_year + 1900, timeinfo->tm_mon + 1,
994 tm_struct.tm_mon = month - 1;
1411 tm_struct.tm_mon = fDate.Month() - 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/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/libnetwork/netresolv/resolv/
H A Dres_debug.c1186 mytime->tm_mon += 1;
1188 mytime->tm_year, mytime->tm_mon, mytime->tm_mday,
/haiku/src/tests/system/libroot/posix/
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...]
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;
/haiku/headers/posix/
H A Dtime.h61 int tm_mon; /* months since January (0 to 11) */ member in struct:tm
/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/add-ons/kernel/file_systems/udf/
H A DUdfStructures.cpp259 set_month(local->tm_mon+1);
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp2783 if (sscanf(str, "%d:%d:%d %d:%d:%d", &t.tm_year, &t.tm_mon,
2788 t.tm_mon -= 1;
/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/bin/network/ftpd/
H A Dftpcmd.y872 t->tm_mon+1, t->tm_mday,
/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/libnetservices/
H A DHttpTime.cpp140 BDate date(expireTime.tm_year + 1900, expireTime.tm_mon + 1,
156 expirationTm.tm_mon = fDate.Date().Month() - 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/src/preferences/time/
H A DDateTimeView.cpp159 date.SetDate(timeInfo->tm_year + 1900, timeInfo->tm_mon + 1,

Completed in 248 milliseconds

12