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

/freebsd-10-stable/usr.bin/locale/
H A Dlocale.c224 static const char *boguslocales[] = { "UTF-8" }; variable
225 #define NBOGUS (sizeof(boguslocales)/sizeof(boguslocales[0]))
424 if (strncmp(dp->d_name, boguslocales[i],
425 strlen(boguslocales[i])) == 0)

Completed in 500 milliseconds