manpagez: man pages & more
man duplocale(3)
Home | html | info | man
duplocale(3)             BSD Library Functions Manual             duplocale(3)


NAME

     duplocale -- Duplicate existing locale


SYNOPSIS

     #include <xlocale.h>

     locale_t
     duplocale(locale_t loc);


DESCRIPTION

     Duplicates an existing locale_t.  Sub-structures are shared between the
     two locale_t structures.  Passing NULL will duplicate the current locale.
     Passing LC_GLOBAL_LOCALE will duplicate the global locale.


RETURN VALUES

     Returns a duplicated locale_t, or NULL on error.  Duplicated locales
     should be freed with freelocale(3).


SEE ALSO

     freelocale(3), newlocale(3), querylocale(3), uselocale(3), xlocale(3)

BSD                             March 11, 2005                             BSD

Mac OS X 10.8 - Generated Mon Aug 27 16:20:32 CDT 2012
© manpagez.com 2000-2024
Individual documents may contain additional copyright information.