3 .\" This file and its contents are supplied under the terms of the
4 .\" Common Development and Distribution License ("CDDL"), version 1.0.
5 .\" You may only use this file in accordance with the terms of version
8 .\" A full copy of the text of the CDDL should have accompanied this
9 .\" source. A copy of the CDDL is also available via the Internet at
10 .\" http://www.illumos.org/license/CDDL.
13 .\" Copyright (c) 2014 Joyent, Inc. All rights reserved.
14 .\" Copyright 2014 Garrett D'Amore <garrett@damore.org>
16 .TH TOWLOWER 3C "Jun 21, 2014"
18 towlower, towlower_l \- transliterate upper-case wide characters to lower-case
24 \fBwint_t\fR \fBtowlower\fR(\fBwint_t\fR \fIwc\fR);
28 \fBwint_t\fR \fBtowlower_l\fR(\fBwint_t\fR \fIwc\fR, \fBlocale_t\fR \fIloc\fR);
33 is the wide character equivalent of the function
35 It converts the upper-case wide character
37 to the equivalent lower-case
38 wide character, if one exists. If one does not exist, it returns
44 is equivalent to the function
46 but instead of operating in the current locale, operates in the
50 On successful completion,
54 return the lower-case character that corresponds to the argument passed.
55 Otherwise, they return the argument unchanged.
57 No errors are defined.
63 ATTRIBUTE TYPE ATTRIBUTE VALUE
65 Interface Stability Standard