Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dtzdst.c198 STATIC const CHAR *g_strMonthWeek[] = { "1st", "2nd", "3rd", "4th", "5th" }; variable
240 for (index = 0; index < sizeof(g_strMonthWeek) / sizeof(CHAR *); index++) { in GetMonthWeekFromString()
241 if (strncmp(strMonthWeek, g_strMonthWeek[index], MONTH_NAME_LEN) == 0) { in GetMonthWeekFromString()

Completed in 1 milliseconds