manpage for isw*.
This commit is contained in:
parent
1f25592a51
commit
2ea45fbc0e
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mi,v 1.287 2000/12/21 05:41:37 itojun Exp $
|
||||
# $NetBSD: mi,v 1.288 2000/12/22 02:03:33 itojun Exp $
|
||||
./sys comp-sysutil-root
|
||||
./usr/bin/addr2line comp-miscutil-bin
|
||||
./usr/bin/ar comp-util-bin
|
||||
|
@ -2230,6 +2230,18 @@
|
|||
./usr/share/man/cat3/ispunct.0 comp-c-catman
|
||||
./usr/share/man/cat3/isspace.0 comp-c-catman
|
||||
./usr/share/man/cat3/isupper.0 comp-c-catman
|
||||
./usr/share/man/cat3/iswalnum.0 comp-c-catman
|
||||
./usr/share/man/cat3/iswalpha.0 comp-c-catman
|
||||
./usr/share/man/cat3/iswblank.0 comp-c-catman
|
||||
./usr/share/man/cat3/iswcntrl.0 comp-c-catman
|
||||
./usr/share/man/cat3/iswdigit.0 comp-c-catman
|
||||
./usr/share/man/cat3/iswgraph.0 comp-c-catman
|
||||
./usr/share/man/cat3/iswlower.0 comp-c-catman
|
||||
./usr/share/man/cat3/iswprint.0 comp-c-catman
|
||||
./usr/share/man/cat3/iswpunct.0 comp-c-catman
|
||||
./usr/share/man/cat3/iswspace.0 comp-c-catman
|
||||
./usr/share/man/cat3/iswupper.0 comp-c-catman
|
||||
./usr/share/man/cat3/iswxdigit.0 comp-c-catman
|
||||
./usr/share/man/cat3/isxdigit.0 comp-c-catman
|
||||
./usr/share/man/cat3/j0.0 comp-c-catman
|
||||
./usr/share/man/cat3/j0f.0 comp-c-catman
|
||||
|
@ -2433,8 +2445,8 @@
|
|||
./usr/share/man/cat3/pw_lock.0 comp-c-catman
|
||||
./usr/share/man/cat3/pw_mkdb.0 comp-c-catman
|
||||
./usr/share/man/cat3/pw_prompt.0 comp-c-catman
|
||||
./usr/share/man/cat3/pw_setprefix.0 comp-c-catman
|
||||
./usr/share/man/cat3/pw_scan.0 comp-c-catman
|
||||
./usr/share/man/cat3/pw_setprefix.0 comp-c-catman
|
||||
./usr/share/man/cat3/pwcache.0 comp-c-catman
|
||||
./usr/share/man/cat3/qabs.0 comp-c-catman
|
||||
./usr/share/man/cat3/qdiv.0 comp-c-catman
|
||||
|
@ -3999,6 +4011,18 @@
|
|||
./usr/share/man/man3/ispunct.3 comp-c-man
|
||||
./usr/share/man/man3/isspace.3 comp-c-man
|
||||
./usr/share/man/man3/isupper.3 comp-c-man
|
||||
./usr/share/man/man3/iswalnum.3 comp-c-man
|
||||
./usr/share/man/man3/iswalpha.3 comp-c-man
|
||||
./usr/share/man/man3/iswblank.3 comp-c-man
|
||||
./usr/share/man/man3/iswcntrl.3 comp-c-man
|
||||
./usr/share/man/man3/iswdigit.3 comp-c-man
|
||||
./usr/share/man/man3/iswgraph.3 comp-c-man
|
||||
./usr/share/man/man3/iswlower.3 comp-c-man
|
||||
./usr/share/man/man3/iswprint.3 comp-c-man
|
||||
./usr/share/man/man3/iswpunct.3 comp-c-man
|
||||
./usr/share/man/man3/iswspace.3 comp-c-man
|
||||
./usr/share/man/man3/iswupper.3 comp-c-man
|
||||
./usr/share/man/man3/iswxdigit.3 comp-c-man
|
||||
./usr/share/man/man3/isxdigit.3 comp-c-man
|
||||
./usr/share/man/man3/j0.3 comp-c-man
|
||||
./usr/share/man/man3/j0f.3 comp-c-man
|
||||
|
@ -4202,8 +4226,8 @@
|
|||
./usr/share/man/man3/pw_lock.3 comp-c-man
|
||||
./usr/share/man/man3/pw_mkdb.3 comp-c-man
|
||||
./usr/share/man/man3/pw_prompt.3 comp-c-man
|
||||
./usr/share/man/man3/pw_setprefix.3 comp-c-man
|
||||
./usr/share/man/man3/pw_scan.3 comp-c-man
|
||||
./usr/share/man/man3/pw_setprefix.3 comp-c-man
|
||||
./usr/share/man/man3/pwcache.3 comp-c-man
|
||||
./usr/share/man/man3/qabs.3 comp-c-man
|
||||
./usr/share/man/man3/qdiv.3 comp-c-man
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# from: @(#)Makefile.inc 5.1 (Berkeley) 2/18/91
|
||||
# $NetBSD: Makefile.inc,v 1.24 2000/12/21 12:17:35 itojun Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.25 2000/12/22 02:03:32 itojun Exp $
|
||||
|
||||
# locale sources
|
||||
.PATH: ${ARCHDIR}/locale ${.CURDIR}/locale
|
||||
|
@ -12,10 +12,21 @@ SRCS+= _def_messages.c _def_monetary.c _def_numeric.c _def_time.c \
|
|||
wmemchr.c wmemcmp.c wmemcpy.c wmemmove.c wmemset.c
|
||||
MAN+= nl_langinfo.3 setlocale.3
|
||||
|
||||
MLINKS+=setlocale.3 localeconv.3
|
||||
|
||||
# citrus multibyte locale support
|
||||
SRCS+= ___runetype_mb.c ___tolower_mb.c ___toupper_mb.c \
|
||||
multibyte.c rune.c runeglue.c runenone.c runetable.c setrunelocale.c
|
||||
#MODULE_SHLIB_MAJOR!= . ${.CURDIR}/../localemod/shlib_version; echo $$major
|
||||
#CPPFLAGS+= -DDLRUNE -DRUNEMOD_MAJOR=${MODULE_SHLIB_MAJOR} \
|
||||
# -D_PATH_LOCALEMODULE=\"/usr/lib/runemodule\"
|
||||
# to be dynamically loaded
|
||||
#SRCS+= big5.c euc.c euctw.c iso2022.c mskanji.c utf2.c utf8.c
|
||||
MAN+= iswalnum.3
|
||||
|
||||
MLINKS+=setlocale.3 localeconv.3
|
||||
MLINKS+=iswalnum.3 iswalpha.3 iswalnum.3 iswblank.3 \
|
||||
iswalnum.3 iswcntrl.3 iswalnum.3 iswdigit.3 \
|
||||
iswalnum.3 iswgraph.3 iswalnum.3 iswlower.3 \
|
||||
iswalnum.3 iswprint.3 iswalnum.3 iswpunct.3 \
|
||||
iswalnum.3 iswspace.3 iswalnum.3 iswupper.3 \
|
||||
iswalnum.3 iswxdigit.3
|
||||
|
|
|
@ -0,0 +1,102 @@
|
|||
.\" $NetBSD: iswalnum.3,v 1.1 2000/12/22 02:03:33 itojun Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" This code is derived from software contributed to Berkeley by
|
||||
.\" the American National Standards Committee X3, on Information
|
||||
.\" Processing Systems.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. All advertising materials mentioning features or use of this software
|
||||
.\" must display the following acknowledgement:
|
||||
.\" This product includes software developed by the University of
|
||||
.\" California, Berkeley and its contributors.
|
||||
.\" 4. Neither the name of the University nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)isalnum.3 5.2 (Berkeley) 6/29/91
|
||||
.\"
|
||||
.Dd December 22, 2000
|
||||
.Dt ISWALNUM 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm iswalnum ,
|
||||
.Nm iswalpha ,
|
||||
.Nm iswblank ,
|
||||
.Nm iswcntrl ,
|
||||
.Nm iswdigit ,
|
||||
.Nm iswgraph ,
|
||||
.Nm iswlower ,
|
||||
.Nm iswprint ,
|
||||
.Nm iswpunct ,
|
||||
.Nm iswspace ,
|
||||
.Nm iswupper ,
|
||||
.Nm iswxdigit
|
||||
.Nd wide character classification utilities
|
||||
.Sh LIBRARY
|
||||
.Lb libc
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <wctype.h>
|
||||
.Ft int
|
||||
.Fn iswalnum "wint_t wc"
|
||||
.Fn iswalpha "wint_t wc"
|
||||
.Fn iswblank "wint_t wc"
|
||||
.Fn iswcntrl "wint_t wc"
|
||||
.Fn iswdigit "wint_t wc"
|
||||
.Fn iswgraph "wint_t wc"
|
||||
.Fn iswlower "wint_t wc"
|
||||
.Fn iswprint "wint_t wc"
|
||||
.Fn iswpunct "wint_t wc"
|
||||
.Fn iswspace "wint_t wc"
|
||||
.Fn iswupper "wint_t wc"
|
||||
.Fn iswxdigit "wint_t wc"
|
||||
.Sh DESCRIPTION
|
||||
The functions are character classification utility functions,
|
||||
for use with wide characters
|
||||
.Po
|
||||
.Fa wchar_t
|
||||
or
|
||||
.Fa wint_t
|
||||
.Pc .
|
||||
See description for singlebyte classification functions, like
|
||||
.Xr isalnum 3 ,
|
||||
for details.
|
||||
.Sh RETURN VALUES
|
||||
The functions return zero if the character tests false and
|
||||
return non-zero if the character tests true.
|
||||
.Sh SEE ALSO
|
||||
.Xr isalnum 3 ,
|
||||
.Xr isalpha 3 ,
|
||||
.Xr isblank 3 ,
|
||||
.Xr iscntrl 3 ,
|
||||
.Xr isdigit 3 ,
|
||||
.Xr isgraph 3 ,
|
||||
.Xr islower 3 ,
|
||||
.Xr isprint 3 ,
|
||||
.Xr ispunct 3 ,
|
||||
.Xr isspace 3 ,
|
||||
.Xr isupper 3 ,
|
||||
.Xr isxdigit 3
|
||||
.Sh STANDARDS
|
||||
The functions conform to ISO/IEC 9899:1999(E).
|
Loading…
Reference in New Issue