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

/freebsd-10-stable/usr.bin/sort/
H A Dbwstring.c47 static unsigned char **cmonths; variable
61 if (cmonths == NULL) {
64 cmonths = sort_malloc(sizeof(unsigned char*) * 12);
66 cmonths[i] = NULL;
76 cmonths[i] = m;
921 if (cmonths[i] &&
922 (s == (unsigned char*)strstr((const char*)s, (char*)(cmonths[i]))))

Completed in 48 milliseconds