Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/man/man3c/./freelocale.3c
Real path: /usr/share/man/man3c/freelocale.3c
Zurück
'\" te .\" The Institute of Electrical and Electronics Engineers and The Open Group, have given us permission to reprint portions of their documentation. In the following statement, the phrase "this text" refers to portions of the system documentation. Portions of this text are reprinted and reproduced in electronic form in The Oracle Solaris, from IEEE Std 1003.1, 2008 Edition, Standard for Information Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 7, Copyright (C) 2001-2008 by the Institute of Electrical and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between these versions and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html . This notice shall appear in the documentation of any product containing this material. .\" Portions Copyright (c) 2014, 2020, Oracle and/or its affiliates. .TH freelocale 3C "21 Oct 2014" "Oracle Solaris 11.4" "Standard C Library Functions" .SH NAME freelocale \- free resources allocated for a locale object .SH SYNOPSIS .LP .nf #include <locale.h> void freelocale(locale_t locobj); .fi .SH DESCRIPTION .sp .LP The \fBfreelocale()\fR function causes the resources allocated for a locale object returned by a call to the \fBnewlocale()\fR or \fBduplocale()\fR functions to be released. .sp .LP The behavior is undefined if the \fBlocobj\fR argument is the special locale object \fBLC_GLOBAL_LOCALE\fR or is not a valid locale object handle. .sp .LP Any use of a locale object that has been freed results in undefined behavior. .SH ERRORS .sp .LP No errors are defined. .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ Interface Stability Committed _ MT-Level MT-Safe _ Standard See \fBstandards\fR(7) .TE .sp .SH SEE ALSO .sp .LP \fBduplocale\fR(3C), \fBnewlocale\fR(3C), \fBuselocale\fR(3C), \fBattributes\fR(7), \fBstandards\fR(7)