OSDN Git Service

(split) LDP v3.24 -> v3.29 の定型的な変更内容を反映。
[linuxjm/LDP_man-pages.git] / release / man3 / wcscspn.3
1 .\" Copyright (c) Bruno Haible <haible@clisp.cons.org>
2 .\"
3 .\" This is free documentation; you can redistribute it and/or
4 .\" modify it under the terms of the GNU General Public License as
5 .\" published by the Free Software Foundation; either version 2 of
6 .\" the License, or (at your option) any later version.
7 .\"
8 .\" References consulted:
9 .\"   GNU glibc-2 source code and manual
10 .\"   Dinkumware C library reference http://www.dinkumware.com/
11 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
12 .\"   ISO/IEC 9899:1999
13 .\"
14 .\" About this Japanese page, please contact to JM Project <JM@linux.or.jp>
15 .\" Translated Sun Oct 17 22:19:07 JST 1999
16 .\"           by FUJIWARA Teruyoshi <fujiwara@linux.or.jp>
17 .\"
18 .TH WCSCSPN 3 1999-07-25 "GNU" "Linux Programmer's Manual"
19 .SH Ì¾Á°
20 wcscspn \- ¥ï¥¤¥Éʸ»úʸ»úÎ󤫤顢Ϳ¤¨¤¿Ê¸»ú½¸¹ç¤Ë´Þ¤Þ¤ì¤ëʸ»ú¤ò¸¡º÷¤¹¤ë
21 .SH ½ñ¼°
22 .nf
23 .B #include <wchar.h>
24 .sp
25 .BI "size_t wcscspn(const wchar_t *" wcs ", const wchar_t *" reject );
26 .fi
27 .SH ÀâÌÀ
28 .BR wcscspn ()
29 ´Ø¿ô¤Ï¡¢
30 .BR strcspn (3)
31 ´Ø¿ô¤ËÂбþ¤¹¤ë¥ï¥¤¥Éʸ»ú´Ø¿ô¤Ç¤¢¤ë¡£
32 ¤³¤Î´Ø¿ô¤Ï¡¢\fIwcs\fP ¤ÎÀèƬÉôʬ¤òÄ´¤Ù¡¢\fIreject\fP ¤ËÎóµó¤µ¤ì¤Æ¤¤¤Ê¤¤
33 ¥ï¥¤¥Éʸ»ú¤À¤±¤Ë¤è¤Ã¤Æ¹½À®¤µ¤ì¤ëÉôʬ¤òºÇ¤âŤ¯¼è¤Ã¤¿¾ì¹ç¤ÎŤµ¤òµá¤á¤ë¡£
34 ¸À¤¤´¹¤¨¤ë¤È¡¢¤³¤Î´Ø¿ô¤Ï¥ï¥¤¥Éʸ»úʸ»úÎó \fIwcs\fP ¤ÎÃæ¤Ë¡¢¥ï¥¤¥Éʸ»úÎó
35 \fIreject\fP ¤Ë´Þ¤Þ¤ì¤ë¤¤¤º¤ì¤«¤Îʸ»ú¤¬¸½¤ï¤ì¤ëºÇ½é¤Î°ÌÃÖ¤òõ¤¹¡£
36 .SH ÊÖ¤êÃÍ
37 .BR wcscspn ()
38 ´Ø¿ô¤Ï¡¢\fIwcs\fP ¤ÎÀèƬÉôʬ¤òÄ´¤Ù¡¢\fIreject\fP ¤ËÎóµó
39 ¤µ¤ì¤Æ¤¤¤Ê¤¤¥ï¥¤¥Éʸ»ú¤À¤±¤Ë¤è¤Ã¤Æ¹½À®¤µ¤ì¤ëÉôʬ¤òºÇ¤âŤ¯¼è¤Ã¤¿¾ì¹ç¤Î
40 Ťµ¤òÊÖ¤¹¡£
41 ¸À¤¤´¹¤¨¤ë¤È¡¢¤³¤Î´Ø¿ô¤Ï¥ï¥¤¥Éʸ»úʸ»úÎó \fIwcs\fP ¤ÎÃæ¤Ë¡¢¥ï¥¤¥Éʸ»úÎó
42 \fIreject\fP ¤Ë´Þ¤Þ¤ì¤ë¤¤¤º¤ì¤«¤Îʸ»ú¤¬¸½¤ï¤ì¤ëºÇ½é¤Î°ÌÃÖ¤òÊÖ¤¹¡£
43 ²¿¤â¸½¤ï¤ì¤Ê¤«¤Ã¤¿¾ì¹ç¤Ë¤Ï \fIwcslen(wcs)\fP ¤òÊÖ¤¹¡£
44 .SH ½àµò
45 C99.
46 .SH ´ØÏ¢¹àÌÜ
47 .BR strcspn (3),
48 .BR wcspbrk (3),
49 .BR wcsspn (3)