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

/freebsd-10.1-release/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;
82 cmonths[i] = m;
931 if (cmonths[i] &&
932 (s == (unsigned char*)strstr((const char*)s, (char*)(cmonths[i]))))

Completed in 155 milliseconds