Home
last modified time | relevance | path

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

/freebsd/lib/libc/locale/
H A Dsetrunelocale.c65 static int __setrunelocale(struct xlocale_ctype *l, const char *);
93 __setrunelocale(struct xlocale_ctype *l, const char *encoding) in __setrunelocale() function
185 int ret = __setrunelocale(&__xlocale_global_ctype, locale); in __wrap_setrunelocale()
218 if (__setrunelocale(l, locale)) { in __ctype_load()