Searched refs:month (Results 1 – 6 of 6) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/libsys/ |
| D | ind_tmzn.c | 80 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()
|
| D | ind_time.c | 30 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/ |
| D | cfg_UserInfo.h | 56 s8 month; //!< Stores the birthday month (1-12). member
|
| /CafeSDK-2.12.13-1/system/include/nn/ec/ |
| D | ec_DateTime.h | 78 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/ |
| D | nfp_Types.h | 165 u8 month; //!< Month. member
|
| /CafeSDK-2.12.13-1/system/include/nn/fp/ |
| D | fp_Types.h | 249 u8 month; //!< The month.[1, 12] member
|