Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dtzdst.c251 STATIC INT32 GetMonthDayFromString(INT32 month, const CHAR *strMonDay) in GetMonthDayFromString() argument
255 if (((strMonDay[0] < '0') || (strMonDay[0] > '9')) || in GetMonthDayFromString()
256 ((strMonDay[1] < '0') || (strMonDay[1] > '9'))) { in GetMonthDayFromString()
260 monDay = StringToDigital(strMonDay[0], strMonDay[1]); in GetMonthDayFromString()

Completed in 1 milliseconds