Home
last modified time | relevance | path

Searched refs:XLC_COLLATE (Results 1 – 11 of 11) sorted by relevance

/freebsd/lib/libc/locale/
H A Dxlocale_private.h51 XLC_COLLATE = 0, enumerator
60 _Static_assert(XLC_LAST - XLC_COLLATE == 6, "XLC values should be contiguous");
61 _Static_assert(XLC_COLLATE == LC_COLLATE - 1,
H A Dcollate.c699 (struct xlocale_collate*)locale->components[XLC_COLLATE]; in __collate_equiv_value()
/freebsd/lib/libc/string/
H A Dwcsxfrm.c47 (struct xlocale_collate*)locale->components[XLC_COLLATE]; in wcsxfrm_l()
H A Dstrxfrm.c59 (struct xlocale_collate*)locale->components[XLC_COLLATE]; in strxfrm_l()
H A Dstrcoll.c74 (struct xlocale_collate*)locale->components[XLC_COLLATE]; in strcoll_l()
H A Dwcscoll.c51 (struct xlocale_collate*)locale->components[XLC_COLLATE]; in wcscoll_l()
/freebsd/lib/libc/gen/
H A Dfnmatch.c239 (struct xlocale_collate*)__get_locale()->components[XLC_COLLATE]; in rangematch()
H A Dglob-compat11.c878 (struct xlocale_collate*)__get_locale()->components[XLC_COLLATE]; in match()
H A Dglob.c910 (struct xlocale_collate*)__get_locale()->components[XLC_COLLATE]; in match()
/freebsd/lib/libc/stdio/
H A Dvfscanf.c886 (struct xlocale_collate*)__get_locale()->components[XLC_COLLATE]; in __sccl()
/freebsd/lib/libc/regex/
H A Dregcomp.c1098 (struct xlocale_collate*)__get_locale()->components[XLC_COLLATE];