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

/freebsd-10-stable/usr.bin/sort/
H A Dbwstring.c46 static wchar_t **wmonths; variable
81 if (wmonths == NULL) {
84 wmonths = sort_malloc(sizeof(wchar_t *) * 12);
86 wmonths[i] = NULL;
102 wmonths[i] = m;
936 if (wmonths[i] && (s == wcsstr(s, wmonths[i])))

Completed in 227 milliseconds