Searched refs:realLocale (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/lib/libc/locale/
H A Dxlocale.c245 const char *realLocale = locale; local
261 realLocale = "C";
269 realLocale = __get_locale_env(type + 1);
272 constructors[type](realLocale, new);
275 realLocale, ENCODING_LEN);

Completed in 103 milliseconds