Deleted Added
full compact
ctype.3 (232935) ctype.3 (233648)
1.\" Copyright (c) 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

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.\" @(#)ctype.3 8.1 (Berkeley) 6/4/93
1.\" Copyright (c) 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

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.\" @(#)ctype.3 8.1 (Berkeley) 6/4/93
29.\" $FreeBSD: head/lib/libc/locale/ctype.3 232935 2012-03-13 20:02:41Z theraven $
29.\" $FreeBSD: head/lib/libc/locale/ctype.3 233648 2012-03-29 05:02:12Z eadler $
30.\"
31.Dd March 30, 2004
32.Dt CTYPE 3
33.Os
34.Sh NAME
35.Nm digittoint ,
36.Nm isalnum ,
37.Nm isalpha ,

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

50.Nm isrune ,
51.Nm isspace ,
52.Nm isspecial ,
53.Nm isupper ,
54.Nm isxdigit ,
55.Nm toascii ,
56.Nm tolower ,
57.Nm toupper
30.\"
31.Dd March 30, 2004
32.Dt CTYPE 3
33.Os
34.Sh NAME
35.Nm digittoint ,
36.Nm isalnum ,
37.Nm isalpha ,

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

50.Nm isrune ,
51.Nm isspace ,
52.Nm isspecial ,
53.Nm isupper ,
54.Nm isxdigit ,
55.Nm toascii ,
56.Nm tolower ,
57.Nm toupper
58.Nd character classification functions
58.Nd character classification functions
59.Sh LIBRARY
60.Lb libc
61.Sh SYNOPSIS
62.In ctype.h
63.Ft int
64.Fn digittoint "int c"
65.Ft int
66.Fn isalnum "int c"

--- 85 unchanged lines hidden ---
59.Sh LIBRARY
60.Lb libc
61.Sh SYNOPSIS
62.In ctype.h
63.Ft int
64.Fn digittoint "int c"
65.Ft int
66.Fn isalnum "int c"

--- 85 unchanged lines hidden ---