Deleted Added
full compact
ctype_l.3 (232935) ctype_l.3 (233648)
1.\" Copyright (c) 2011 The FreeBSD Foundation
2.\" All rights reserved.
3.\"
4.\" This documentation was written by David Chisnall under sponsorship from
5.\" the FreeBSD Foundation.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 11 unchanged lines hidden (view full) ---

20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
1.\" Copyright (c) 2011 The FreeBSD Foundation
2.\" All rights reserved.
3.\"
4.\" This documentation was written by David Chisnall under sponsorship from
5.\" the FreeBSD Foundation.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 11 unchanged lines hidden (view full) ---

20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" $FreeBSD: head/lib/libc/locale/ctype_l.3 232935 2012-03-13 20:02:41Z theraven $
28.\" $FreeBSD: head/lib/libc/locale/ctype_l.3 233648 2012-03-29 05:02:12Z eadler $
29.\"
30.Dd March 6, 2012
31.Dt CTYPE_L 3
32.Os
33.Sh NAME
34.Nm digittoint_l ,
35.Nm isalnum_l ,
36.Nm isalpha_l ,

--- 60 unchanged lines hidden (view full) ---

97.Ft int
98.Fn isxdigit_l "int c" "locale_t loc"
99.Ft int
100.Fn tolower_l "int c" "locale_t loc"
101.Ft int
102.Fn toupper_l "int c" "locale_t loc"
103.Sh DESCRIPTION
104The above functions perform character tests and conversions on the integer
29.\"
30.Dd March 6, 2012
31.Dt CTYPE_L 3
32.Os
33.Sh NAME
34.Nm digittoint_l ,
35.Nm isalnum_l ,
36.Nm isalpha_l ,

--- 60 unchanged lines hidden (view full) ---

97.Ft int
98.Fn isxdigit_l "int c" "locale_t loc"
99.Ft int
100.Fn tolower_l "int c" "locale_t loc"
101.Ft int
102.Fn toupper_l "int c" "locale_t loc"
103.Sh DESCRIPTION
104The above functions perform character tests and conversions on the integer
105.Fa c
105.Fa c
106in the locale
107.Fa loc .
108They behave in the same way as the versions without the _l suffix, but use the
106in the locale
107.Fa loc .
108They behave in the same way as the versions without the _l suffix, but use the
109specified locale rather than the global or per-thread locale.
109specified locale rather than the global or per-thread locale.
110.In ctype.h ,
111or as true functions in the C library.
112See the specific manual pages for more information.
113.Sh SEE ALSO
114.Xr digittoint 3 ,
115.Xr isalnum 3 ,
116.Xr isalpha 3 ,
117.Xr isascii 3 ,

--- 21 unchanged lines hidden ---
110.In ctype.h ,
111or as true functions in the C library.
112See the specific manual pages for more information.
113.Sh SEE ALSO
114.Xr digittoint 3 ,
115.Xr isalnum 3 ,
116.Xr isalpha 3 ,
117.Xr isascii 3 ,

--- 21 unchanged lines hidden ---