Searched refs:tm_month (Results 1 - 9 of 9) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | prtime.c | 207 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 D | timetest.c | 78 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 D | timemac.c | 66 dayOfWeek[et->tm_wday], month[et->tm_month], et->tm_mday,
|
H A D | y2k.c | 85 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 D | prtime.h | 118 * - 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 D | w95io.c | 615 etm.tm_month = systime.wMonth - 1;
|
H A D | ntio.c | 2868 etm.tm_month = systime.wMonth - 1;
|
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsLocalFileOS2.cpp | 942 pathInfo.fdateLastWrite.month = pret.tm_month + 1; // Convert start offset -- Win32: Jan=1; NSPR: Jan=0
|
H A D | nsLocalFileWin.cpp | 1519 st.wMonth = pret.tm_month + 1; // Convert start offset -- Win32: Jan=1; NSPR: Jan=0
|
Completed in 2208 milliseconds