svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
freelocale(3c)
Standard C Library Functions freelocale(3C)
NAME
freelocale - free resources allocated for a locale object
SYNOPSIS
#include <locale.h>
void freelocale(locale_t locobj);
DESCRIPTION
The freelocale() function causes the resources allocated for a locale
object returned by a call to the newlocale() or duplocale() functions
to be released.
The behavior is undefined if the locobj argument is the special locale
object LC_GLOBAL_LOCALE or is not a valid locale object handle.
Any use of a locale object that has been freed results in undefined
behavior.
ERRORS
No errors are defined.
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Interface StabilityCommitted _ MT-LevelMT-Safe _ Stan‐
dardSee standards(7)
SEE ALSO
duplocale(3C), newlocale(3C), uselocale(3C), attributes(7), stan‐
dards(7)
Oracle Solaris 11.4 21 Oct 2014 freelocale(3C)