Home
last modified time | relevance | path

Searched refs:LC_VERSION_MASK (Results 1 – 2 of 2) sorted by relevance

/freebsd/include/xlocale/
H A D_locale.h43 #define LC_VERSION_MASK (1<<6) macro
/freebsd/lib/libc/locale/
H A Dxlocale.c353 int type = ffs(mask & ~LC_VERSION_MASK) - 1; in querylocale()
357 if (mask & LC_VERSION_MASK) { in querylocale()