OSDN Git Service

(split) LDP: draft snapshot generated from latest ja.po files.
[linuxjm/LDP_man-pages.git] / draft / man3 / fwide.3
index aeb2dd3..47e4ecf 100644 (file)
 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
 .\"   ISO/IEC 9899:1999
 .\"
-.\" Japanese Version Copyright (c) 1999 HANATAKA Shinya
-.\"         all rights reserved.
-.\" Translated Tue Jan 11 00:56:36 JST 2000
-.\"         by HANATAKA Shinya <hanataka@abyss.rim.or.jp>
+.\"*******************************************************************
 .\"
-.TH FWIDE 3  2011-09-17 "GNU" "Linux Programmer's Manual"
-.\"O .SH NAME
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH FWIDE 3 2011\-09\-17 GNU "Linux Programmer's Manual"
 .SH 名前
-.\"O fwide \- set and determine the orientation of a FILE stream
 fwide \- FILE ストリームの入出力単位を設定または取得する
-.\"O .SH SYNOPSIS
 .SH 書式
 .nf
-.B #include <wchar.h>
+\fB#include <wchar.h>\fP
 .sp
-.BI "int fwide(FILE *" stream ", int " mode );
+\fBint fwide(FILE *\fP\fIstream\fP\fB, int \fP\fImode\fP\fB);\fP
 .fi
 .sp
 .in -4n
-.\"O Feature Test Macro Requirements for glibc (see
-.\"O .BR feature_test_macros (7)):
+glibc 向けの機能検査マクロの要件 (\fBfeature_test_macros\fP(7)  参照):
 .in
 .ad l
 .sp
-.BR fwide ():
+\fBfwide\fP():
 .RS 4
 _XOPEN_SOURCE\ >=\ 500 || _ISOC99_SOURCE ||
 .br
@@ -43,109 +39,31 @@ _ISOC95_SOURCE /* Since glibc 2.12 */ ||
 .br
 _POSIX_C_SOURCE\ >=\ 200112L;
 .br
-or
-.I cc\ -std=c99
+or \fIcc\ \-std=c99\fP
 .RE
 .ad
-.\"O .SH DESCRIPTION
 .SH 説明
-.\"O When \fImode\fP is zero, the
-.\"O .BR fwide ()
-.\"O function determines the current
-.\"O orientation of \fIstream\fP.
-.\"O It returns a positive value if \fIstream\fP is
-.\"O wide-character oriented, that is, if wide-character I/O is permitted but char
-.\"O I/O is disallowed.
-.\"O It returns a negative value if \fIstream\fP is byte oriented,
-.\"O i.e., if char I/O is permitted but wide-character I/O is disallowed.
-.\"O It
-.\"O returns zero if \fIstream\fP has no orientation yet; in this case the next
-.\"O I/O operation might change the orientation (to byte oriented if it is a char
-\fImode\fP がゼロならば
-.BR fwide ()
-関数は \fIstream\fP の現在の
-.\"O I/O operation, or to wide-character oriented if it is a wide-character I/O
-.\"O operation).
-入出力単位を決定して返す。\fIstream\fP がワイド文字単位のとき、
-すなわちワイド文字 I/O は許されてバイト (char) I/O は許されていない
-ときには、正の値を返す。
-\fIstream\fP がバイト単位のとき、すなわちバイト I/O は許されて
-ワイド文字 I/O は許されていないときには、負の値を返す。
-\fIstream\fP の入出力単位がまだ決定されていない場合にはゼロが返される。
-この場合には次の I/O 操作によって入出力単位が変更される
-(バイト I/O 操作の場合にはバイト単位に、ワイド文字 I/O 操作の場合には
-ワイド文字単位になる)。
+\fImode\fP がゼロならば \fBfwide\fP()  関数は \fIstream\fP の現在の 入出力単位を決定して返す。\fIstream\fP
+がワイド文字単位のとき、 すなわちワイド文字 I/O は許されてバイト (char) I/O は許されていない ときには、正の値を返す。
+\fIstream\fP がバイト単位のとき、すなわちバイト I/O は許されて ワイド文字 I/O は許されていないときには、負の値を返す。
+\fIstream\fP の入出力単位がまだ決定されていない場合にはゼロが返される。 この場合には次の I/O 操作によって入出力単位が変更される (バイト
+I/O 操作の場合にはバイト単位に、ワイド文字 I/O 操作の場合には ワイド文字単位になる)。
 .PP
-.\"O Once a stream has an orientation, it cannot be changed and persists until
-.\"O the stream is closed.
-一度ストリームの入出力単位が決まると、変更することはできず、
-ストリームがクローズ (close) されるまで保持される。
+一度ストリームの入出力単位が決まると、変更することはできず、 ストリームがクローズ (close) されるまで保持される。
 .PP
-.\"O When \fImode\fP is nonzero, the
-.\"O .BR fwide ()
-.\"O function first attempts to set
-.\"O \fIstream\fP's orientation (to wide-character oriented
-.\"O if \fImode\fP is greater than 0, or
-.\"O to byte oriented if \fImode\fP is less than 0).
-.\"O It then returns a value denoting the
-.\"O current orientation, as above.
-\fImode\fP がゼロでない場合には
-.BR fwide ()
-関数は最初に \fIstream\fP
-の入出力単位を設定しようとする
-(\fImode\fP が 0 より大きい場合にはワイド文字単位に、
-\fImode\fP が 0 より小さい場合にはバイト単位に設定しようとする)。
+\fImode\fP がゼロでない場合には \fBfwide\fP()  関数は最初に \fIstream\fP の入出力単位を設定しようとする (\fImode\fP が 0
+より大きい場合にはワイド文字単位に、 \fImode\fP が 0 より小さい場合にはバイト単位に設定しようとする)。
 そして上記と同様に現在の入出力単位を返す。
-
-.\"O .SH "RETURN VALUE"
 .SH 返り値
-.\"O The
-.\"O .BR fwide ()
-.\"O function returns the stream's orientation, after possibly
-.\"O changing it.
-.\"O A positive return value means wide-character oriented.
-.\"O A negative return value means byte oriented.
-.\"O A return value of zero means undecided.
-.BR fwide ()
-関数はストリームの入出力単位の設定を試みた後にその値を返す。
-正の返り値はワイド文字単位を、負の返り値はバイト単位を意味する。
+\fBfwide\fP()  関数はストリームの入出力単位の設定を試みた後にその値を返す。 正の返り値はワイド文字単位を、負の返り値はバイト単位を意味する。
 返り値が 0 ならば未決定を意味する。
-.\"O .SH "CONFORMING TO"
 .SH 準拠
-C99, POSIX.1-2001.
-.\"O .SH NOTES
+C99, POSIX.1\-2001.
 .SH 注意
-.\"O Wide-character output to a byte oriented stream can be performed through the
-.\"O .BR fprintf (3)
-.\"O function with the
-.\"O .B %lc
-.\"O and
-.\"O .B %ls
-.\"O directives.
-バイト単位のストリームにワイド文字を出力にするには
-.BR fprintf (3)
-関数の
-.B %lc
-変換や
-.B %ls
+バイト単位のストリームにワイド文字を出力にするには \fBfprintf\fP(3)  関数の \fB%lc\fP 変換や \fB%ls\fP
 変換を使用することができる。
 .PP
-.\"O Char oriented output to a wide-character oriented stream can be performed
-.\"O through the
-.\"O .BR fwprintf (3)
-.\"O function with the
-.\"O .B %c
-.\"O and
-.\"O .B %s
-.\"O directives.
-ワイド文字単位のストリームにバイト単位の出力を行うには
-.BR fwprintf (3)
-関数の
-.B %c
-変換や
-.B %s
+ワイド文字単位のストリームにバイト単位の出力を行うには \fBfwprintf\fP(3)  関数の \fB%c\fP 変換や \fB%s\fP
 変換を使用することができる。
-.\"O .SH "SEE ALSO"
 .SH 関連項目
-.BR fprintf (3),
-.BR fwprintf (3)
+\fBfprintf\fP(3), \fBfwprintf\fP(3)