GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
USELOCALE(3) FreeBSD Library Functions Manual USELOCALE(3)

uselocale
Sets a thread-local locale

Standard C Library (libc, -lc)

#include <locale.h>

locale_t
uselocale(locale_t locale);

Specifies the locale for this thread to use. Specifying LC_GLOBAL_LOCALE disables the per-thread locale, while NULL returns the current locale without setting a new one.

Returns the previous locale, or LC_GLOBAL_LOCALE if this thread has no locale associated with it.

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

This function conforms to IEEE Std 1003.1-2008 (“POSIX.1”).
September 17, 2011 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.