Searched refs:tm_month (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprtime.c207 gmt->tm_month = --tmp;
367 time->tm_month--;
368 if (time->tm_month < 0) {
369 time->tm_month = 11;
376 time->tm_mday = nDays[IsLeapYear(time->tm_year)][time->tm_month];
387 nDays[IsLeapYear(time->tm_year)][time->tm_month]) {
389 time->tm_month++;
390 if (time->tm_month > 11) {
391 time->tm_month = 0;
456 if (time->tm_month <
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dtimetest.c78 dayOfWeek[et->tm_wday], month[et->tm_month], et->tm_mday,
109 et1->tm_month == et2->tm_month &&
142 dayOfWeek[et.tm_wday], month[et.tm_month], et.tm_mday,
312 et.tm_month = 7 - 1;
334 et.tm_month = 6 - 1;
361 et.tm_month = 2 - 1;
388 et.tm_month = 11 - 1;
405 et.tm_month = 10 - 1;
449 et1.tm_month
[all...]
H A Dtimemac.c66 dayOfWeek[et->tm_wday], month[et->tm_month], et->tm_mday,
H A Dy2k.c85 dayOfWeek[et->tm_wday], month[et->tm_month], et->tm_mday,
111 et->tm_month,
128 et1->tm_month == et2->tm_month &&
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprtime.h118 * - the month field is spelled tm_month, not tm_mon;
136 PRInt32 tm_month; /* months past tm_year (0-11, Jan = 0) */ member in struct:PRExplodedTime
222 * - tm_month and tm_year: because the number of days in a month and
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw95io.c615 etm.tm_month = systime.wMonth - 1;
H A Dntio.c2868 etm.tm_month = systime.wMonth - 1;
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOS2.cpp942 pathInfo.fdateLastWrite.month = pret.tm_month + 1; // Convert start offset -- Win32: Jan=1; NSPR: Jan=0
H A DnsLocalFileWin.cpp1519 st.wMonth = pret.tm_month + 1; // Convert start offset -- Win32: Jan=1; NSPR: Jan=0

Completed in 2208 milliseconds