X-Git-Url: http://git.osdn.net/view?p=linuxjm%2FLDP_man-pages.git;a=blobdiff_plain;f=draft%2Fman3%2Fwcsrchr.3;h=24cc5ad73a19e774403d01f2f06553b405321f33;hp=c25b80af951a16d59bdb492b318c750f7980e288;hb=1d98b26905be2ad5ba08a94d65f57d872bae4f85;hpb=38394e00bdc712dc8637aada383aebb3a95a9cbf diff --git a/draft/man3/wcsrchr.3 b/draft/man3/wcsrchr.3 index c25b80af..24cc5ad7 100644 --- a/draft/man3/wcsrchr.3 +++ b/draft/man3/wcsrchr.3 @@ -11,52 +11,27 @@ .\" 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 -.\" Translated Sat Oct 23 15:19:34 JST 1999 -.\" by FUJIWARA Teruyoshi +.\"******************************************************************* .\" -.TH WCSRCHR 3 1999-07-25 "GNU" "Linux Programmer's Manual" -.\"O .SH NAME +.\" This file was generated with po4a. Translate the source file. +.\" +.\"******************************************************************* +.TH WCSRCHR 3 1999\-07\-25 GNU "Linux Programmer's Manual" .SH 名前 -.\"O wcsrchr \- search a wide character in a wide-character string wcsrchr \- ワイド文字列中のワイド文字を探す -.\"O .SH SYNOPSIS .SH 書式 .nf -.B #include +\fB#include \fP .sp -.BI "wchar_t *wcsrchr(const wchar_t *" wcs ", wchar_t " wc ); +\fBwchar_t *wcsrchr(const wchar_t *\fP\fIwcs\fP\fB, wchar_t \fP\fIwc\fP\fB);\fP .fi -.\"O .SH DESCRIPTION .SH 説明 -.\"O The -.\"O .BR wcsrchr () -.\"O function is the wide-character equivalent -.\"O of the -.\"O .BR strrchr (3) -.\"O function. -.\"O It searches the last occurrence of \fIwc\fP in the wide-character -.\"O string pointed to by \fIwcs\fP. -.BR wcsrchr () -関数は、 -.BR strrchr (3) -関数に対応するワイド文字関数である。 -この関数は、\fIwcs\fP が指すワイド文字文字列中に \fIwc\fP が最後に現わ -れる位置を検索する。 -.\"O .SH "RETURN VALUE" +\fBwcsrchr\fP() 関数は、 \fBstrrchr\fP(3) 関数に対応するワイド文字関数である。 この関数は、\fIwcs\fP +が指すワイド文字文字列中に \fIwc\fP が最後に現わ れる位置を検索する。 .SH 返り値 -.\"O The -.\"O .BR wcsrchr () -.\"O function returns a pointer to the last occurrence of -.\"O \fIwc\fP in the wide-character string pointed to by \fIwcs\fP, or NULL if -.\"O \fIwc\fP does not occur in the string. -\fBwcsrchr\fP 関数は、\fIwcs\fP が指すワイド文字文字列中に \fIwc\fP が -最後に現われた位置を返す。この文字列に \fIwc\fP が含まれていなければ -NULL を返す。 -.\"O .SH "CONFORMING TO" +\fBwcsrchr\fP 関数は、\fIwcs\fP が指すワイド文字文字列中に \fIwc\fP が 最後に現われた位置を返す。この文字列に \fIwc\fP +が含まれていなければ NULL を返す。 .SH 準拠 C99. -.\"O .SH "SEE ALSO" .SH 関連項目 -.BR strrchr (3), -.BR wcschr (3) +\fBstrrchr\fP(3), \fBwcschr\fP(3)