OSDN Git Service

(split) LDP: draft snapshot generated from latest ja.po files.
[linuxjm/LDP_man-pages.git] / draft / man3 / wcsspn.3
index cbe5a66..e1defad 100644 (file)
 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
 .\"   ISO/IEC 9899:1999
 .\"
-.\" About this Japanese page, please contact to JM Project <JM@linux.or.jp>
-.\" Translated Sat Oct 23 15:46:13 JST 1999
-.\"           by FUJIWARA Teruyoshi <fujiwara@linux.or.jp>
+.\"*******************************************************************
 .\"
-.TH WCSSPN 3 1999-07-25 "GNU" "Linux Programmer's Manual"
-.\"O .SH NAME
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH WCSSPN 3 1999\-07\-25 GNU "Linux Programmer's Manual"
 .SH 名前
-.\"O wcsspn \- advance in a wide-character string, skipping
-.\"O any of a set of wide characters
 wcsspn \- ワイド文字文字列を進み、ワイド文字の集合の文字をスキップする
-.\"O .SH SYNOPSIS
 .SH 書式
 .nf
-.B #include <wchar.h>
+\fB#include <wchar.h>\fP
 .sp
-.BI "size_t wcsspn(const wchar_t *" wcs ", const wchar_t *" accept );
+\fBsize_t wcsspn(const wchar_t *\fP\fIwcs\fP\fB, const wchar_t *\fP\fIaccept\fP\fB);\fP
 .fi
-.\"O .SH DESCRIPTION
 .SH 説明
-.\"O The
-.\"O .BR wcsspn ()
-.\"O function is the wide-character equivalent of the
-.\"O .BR strspn (3)
-.\"O function.
-.\"O It determines the length of the longest initial segment of \fIwcs\fP
-.\"O which consists entirely of wide-characters listed in \fIaccept\fP.
-.\"O In other
-.\"O words, it searches for the first occurrence in the wide-character string
-.\"O \fIwcs\fP of a wide-character not contained in the wide-character string
-.\"O \fIaccept\fP.
-.BR wcsspn ()
-関数は、
-.BR strspn (3)
-関数に対応するワイド文字関数である。
-この関数は、\fIwcs\fP の先頭部分を調べ、\fIaccept\fP に列挙されている
-ワイド文字だけによって構成される部分を最も長く取った場合の長さを求める。
-言い換えると、この関数はワイド文字文字列 \fIwcs\fP の中に、ワイド文字列
-\fIaccept\fP に含まれていない文字が現われる最初の位置を探す。
-.\"O .SH "RETURN VALUE"
+\fBwcsspn\fP()  関数は、 \fBstrspn\fP(3)  関数に対応するワイド文字関数である。 この関数は、\fIwcs\fP
+の先頭部分を調べ、\fIaccept\fP に列挙されている ワイド文字だけによって構成される部分を最も長く取った場合の長さを求める。
+言い換えると、この関数はワイド文字文字列 \fIwcs\fP の中に、ワイド文字列 \fIaccept\fP に含まれていない文字が現われる最初の位置を探す。
 .SH 返り値
-.\"O The
-.\"O .BR wcsspn ()
-.\"O function returns the number of
-.\"O wide characters in the longest
-.\"O initial segment of \fIwcs\fP which consists entirely of wide-characters listed
-.\"O in \fIaccept\fP.
-.\"O In other words, it returns the position of the first
-.\"O occurrence in the wide-character string \fIwcs\fP of a wide-character not
-.\"O contained in the wide-character string \fIaccept\fP, or \fIwcslen(wcs)\fP
-.\"O if there is none.
-.BR wcsspn ()
-関数は、\fIwcs\fP の先頭部分を調べ、\fIaccept\fP に列挙さ
-れているワイド文字だけによって構成される部分を最も長く取った場合の長さ
+\fBwcsspn\fP()  関数は、\fIwcs\fP の先頭部分を調べ、\fIaccept\fP に列挙さ
+れているワイド文字だけによって構成される部分を最も長く取った場合の長さ を返す。 言い換えると、この関数はワイド文字文字列 \fIwcs\fP
+の中に、ワイド文字列 \fIaccept\fP に含まれていない文字が現われる最初の位置を返す。 何も現われなかった場合には \fIwcslen(wcs)\fP
 を返す。
-言い換えると、この関数はワイド文字文字列 \fIwcs\fP の中に、ワイド文字列
-\fIaccept\fP に含まれていない文字が現われる最初の位置を返す。
-何も現われなかった場合には \fIwcslen(wcs)\fP を返す。
-.\"O .SH "CONFORMING TO"
 .SH 準拠
 C99.
-.\"O .SH "SEE ALSO"
 .SH 関連項目
-.BR strspn (3),
-.BR wcscspn (3)
+\fBstrspn\fP(3), \fBwcscspn\fP(3)