Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dtzdst.c196 STATIC const CHAR *g_strMonth[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", variable
214 for (index = 0; index < sizeof(g_strMonth) / sizeof(CHAR *); index++) { in GetMonthFromString()
215 if (strncmp(strMonth, g_strMonth[index], MONTH_NAME_LEN) == 0) { in GetMonthFromString()

Completed in 2 milliseconds