Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dtzdst.c253 INT32 monDay; in GetMonthDayFromString() local
260 monDay = StringToDigital(strMonDay[0], strMonDay[1]); in GetMonthDayFromString()
261 if (monDay > 31) { in GetMonthDayFromString()
266 if ((monDay == 29) && ((month + 1) == 2)) { in GetMonthDayFromString()
270 if (monDay > g_monLengths[0][month]) { in GetMonthDayFromString()
275 return monDay; in GetMonthDayFromString()
382 STATIC INT32 DateDecode(INT32 year, const CHAR *dstString, INT32 *month, INT32 *monDay, INT32 *sec) in DateDecode() argument
396 *monDay = GetMonthDayFromString(*month, &dstString[4]); in DateDecode()
397 if (*monDay == -1) { in DateDecode()
431 *monDay in DateDecode()
444 INT32 month, monDay, sec; DstConfigDecode() local
[all...]

Completed in 2 milliseconds