Searched refs:LC_VERSION_MASK (Results 1 – 2 of 2) sorted by relevance
43 #define LC_VERSION_MASK (1<<6) macro
353 int type = ffs(mask & ~LC_VERSION_MASK) - 1; in querylocale()357 if (mask & LC_VERSION_MASK) { in querylocale()