Searched refs:tm_mon (Results 1 – 15 of 15) sorted by relevance
63 tm.tm_mon = month - 1; // mktime uses months in 0 - 11 range in parseDateTime()77 tm.tm_mon + 1, // localtime_r uses months in 0 - 11 range in formatDateTime()
16 rsDebug("tm.tm_mon", tm.tm_mon);30 _RS_ASSERT(tm.tm_mon == 0);
48 EXPECT_EQ(5, t.tm_mon) in TEST_F()
75 timespec->tm_mon = ((date >> 5) & 0x0F) - 1; in zipTimeToTimespec()
159 rtc.tm_mon = tm.tm_mon; in setTime()
44 field: int tm_mon, "Months since January. This ranges from 0 to 11."
329 parts.tm_mon = ((mCDE.mLastModFileDate & 0x01e0) >> 5) -1; in getModWhen()365 zdate = (year - 80) << 9 | (ptm->tm_mon+1) << 5 | ptm->tm_mday; in setModWhen()
53 int tm_mon; // Months since January. This ranges from 0 to 11.
126 int tm_mon; ///< month member
140 int tm_mon; ///< month member