Home
last modified time | relevance | path

Searched refs:LOC_MAP_FAILED (Results 1 – 3 of 3) sorted by relevance

/external/musl/src/locale/
Dsetlocale.c37 if (lm == LOC_MAP_FAILED) { in setlocale()
65 if (lm == LOC_MAP_FAILED) { in setlocale()
Dnewlocale.c28 if (tmp.cat[i] == LOC_MAP_FAILED) in do_newlocale()
/external/musl/src/internal/
Dlocale_impl.h32 #define LOC_MAP_FAILED ((const struct __locale_map *)-1) macro