man.bsd.lv manual page server

Manual Page Search Parameters

QUERYLOCALE(3) Library Functions Manual QUERYLOCALE(3)

querylocaleLook up the locale name for a specified category

library “libc”

#include <locale.h>

const char *
querylocale(int mask, locale_t locale);

Returns the name of the locale for the category specified by mask. This possible values for the mask are the same as those in newlocale(3). If more than one bit in the mask is set, the returned value is undefined.

duplocale(3), freelocale(3), localeconv(3), newlocale(3), uselocale(3), xlocale(3)

May 3, 2013 DragonFly-5.6.1