Query: freelocale
OS: freebsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FREELOCALE(3) BSD Library Functions Manual FREELOCALE(3)NAMEfreelocale -- Frees a locale created with duplocale(3) or newlocale(3)LIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <xlocale.h> int freelocale(locale_t locale);DESCRIPTIONFrees a locale_t. This relinquishes any resources held exclusively by this locale. Note that locales share reference-counted components, so a call to this function is not guaranteed to free all of the components.RETURN VALUESReturns 0 on success or -1 on error.SEE ALSOduplocale(3), localeconv(3), newlocale(3), querylocale(3), uselocale(3), xlocale(3)STANDARDSThe freelocale() function differs from IEEE Std 1003.1-2008 (``POSIX.1'') in that its return type is int rather than void.BSDSeptember 17, 2011 BSD
Related Man Pages |
---|
uselocale(3) - linux |
newlocale(3) - osx |
freelocale(3p) - posix |
uselocale(3) - plan9 |
uselocale(3) - x11r4 |
Similar Topics in the Unix Linux Community |
---|
Scripts without shebang |
UNIX Environment Setup - (Just starting!) |
Is it safe to install x86 Solaris 10 U6 after installed-Linux-and-FreeBSD? |
Controlling user input |