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

/macosx-10.10.1/Libc-1044.1.2/locale/
H A Dxlocale.c76 _checklocale(const locale_t loc) function
288 if (_checklocale(loc) < 0) {
302 if (!loc || _checklocale(loc) < 0 || loc == &__global_locale
329 else if (_checklocale(base) < 0) {
390 if (_checklocale(loc) < 0 || (mask & LC_ALL_MASK) == 0) {
445 if (_checklocale(loc) < 0) {

Completed in 117 milliseconds