querylocale(3) freebsd man page | unix.com

Man Page: querylocale

Operating Environment: freebsd

Section: 3

QUERYLOCALE(3)						   BSD Library Functions Manual 					    QUERYLOCALE(3)

NAME
querylocale -- Look up the locale name for a specified category
LIBRARY
Standard C Library (libc, -lc)
SYNOPSIS
#include <xlocale.h> const char * querylocale(int mask, locale_t locale);
DESCRIPTION
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.
SEE ALSO
duplocale(3), freelocale(3), localeconv(3), newlocale(3), uselocale(3), xlocale(3)
BSD
May 3, 2013 BSD
Related Man Pages
newlocale(3) - mojave
freelocale(3) - freebsd
duplocale(3) - freebsd
uselocale(3) - plan9
uselocale(3) - x11r4
Similar Topics in the Unix Linux Community
The Whole Story on #! /usr/bin/ksh
Is UNIX an open source OS ?
Valid separator in time and date format
Is it safe to install x86 Solaris 10 U6 after installed-Linux-and-FreeBSD?