Home
last modified time | relevance | path

Searched refs:month (Results 1 – 6 of 6) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_tmzn.c80 int isdst, sunday_mday, month, after, day; in localtime_r() local
148 month = temp->tm_mon; in localtime_r()
149 if (month == p->start_month) { in localtime_r()
151 } else if (month == p->end_month) { in localtime_r()
154 } else if (month < p->start_month || month > p->end_month) { in localtime_r()
162 month = temp->tm_mon; in localtime_r()
163 if (month == 3) { in localtime_r()
165 } else if (month == 10) { in localtime_r()
168 } else if (month < 3 || month > 10) { in localtime_r()
192 if ( ++(temp->tm_mday)>mons[month] ) { in localtime_r()
Dind_time.c30 static int GetYearDays(int year, int month) in GetYearDays() argument
35 return md[month]; in GetYearDays()
/CafeSDK-2.12.13-1/system/include/nn/cfg/CTR/
Dcfg_UserInfo.h56 s8 month; //!< Stores the birthday month (1-12). member
/CafeSDK-2.12.13-1/system/include/nn/ec/
Dec_DateTime.h78 DateTime(u16 year, u8 month, u8 day, u8 hour = 0, u8 minute = 0, u8 second = 0);
/CafeSDK-2.12.13-1/system/include/nn/nfp/
Dnfp_Types.h165 u8 month; //!< Month. member
/CafeSDK-2.12.13-1/system/include/nn/fp/
Dfp_Types.h249 u8 month; //!< The month.[1, 12] member