OSDN Git Service

Retire LDP man-pages repository
[linuxjm/LDP_man-pages.git] / release / man3 / unlocked_stdio.3
diff --git a/release/man3/unlocked_stdio.3 b/release/man3/unlocked_stdio.3
deleted file mode 100644 (file)
index 2af960e..0000000
+++ /dev/null
@@ -1,128 +0,0 @@
-.\" Copyright (C) 2001 Andries Brouwer <aeb@cwi.nl>.
-.\"
-.\" %%%LICENSE_START(VERBATIM)
-.\" Permission is granted to make and distribute verbatim copies of this
-.\" manual provided the copyright notice and this permission notice are
-.\" preserved on all copies.
-.\"
-.\" Permission is granted to copy and distribute modified versions of this
-.\" manual under the conditions for verbatim copying, provided that the
-.\" entire resulting derived work is distributed under the terms of a
-.\" permission notice identical to this one.
-.\"
-.\" Since the Linux kernel and libraries are constantly changing, this
-.\" manual page may be incorrect or out-of-date.  The author(s) assume no
-.\" responsibility for errors or omissions, or for damages resulting from
-.\" the use of the information contained herein.  The author(s) may not
-.\" have taken the same level of care in the production of this manual,
-.\" which is licensed free of charge, as they might when working
-.\" professionally.
-.\"
-.\" Formatted or processed versions of this manual, if unaccompanied by
-.\" the source, must acknowledge the copyright and authors of this work.
-.\" %%%LICENSE_END
-.\"
-.\"*******************************************************************
-.\"
-.\" This file was generated with po4a. Translate the source file.
-.\"
-.\"*******************************************************************
-.\"
-.\" Japanese Version Copyright (c) 2001 Akihiro MOTOKI
-.\"         all rights reserved.
-.\" Translated Fri Nov 2 23:08:42 2001
-.\"         by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
-.\"
-.TH UNLOCKED_STDIO 3 2008\-08\-29 "" "Linux Programmer's Manual"
-.SH 名前
-getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked \-
-ロックを行わずに標準入出力を行う関数群
-.SH 書式
-.nf
-\fB#include <stdio.h>\fP
-.sp
-\fBint getc_unlocked(FILE *\fP\fIstream\fP\fB);\fP
-\fBint getchar_unlocked(void);\fP
-\fBint putc_unlocked(int \fP\fIc\fP\fB, FILE *\fP\fIstream\fP\fB);\fP
-\fBint putchar_unlocked(int \fP\fIc\fP\fB);\fP
-.sp
-\fBvoid clearerr_unlocked(FILE *\fP\fIstream\fP\fB);\fP
-\fBint feof_unlocked(FILE *\fP\fIstream\fP\fB);\fP
-\fBint ferror_unlocked(FILE *\fP\fIstream\fP\fB);\fP
-\fBint fileno_unlocked(FILE *\fP\fIstream\fP\fB);\fP
-\fBint fflush_unlocked(FILE *\fP\fIstream\fP\fB);\fP
-\fBint fgetc_unlocked(FILE *\fP\fIstream\fP\fB);\fP
-\fBint fputc_unlocked(int \fP\fIc\fP\fB, FILE *\fP\fIstream\fP\fB);\fP
-\fBsize_t fread_unlocked(void *\fP\fIptr\fP\fB, size_t \fP\fIsize\fP\fB, size_t \fP\fIn\fP\fB,\fP
-\fB                      FILE *\fP\fIstream\fP\fB);\fP
-\fBsize_t fwrite_unlocked(const void *\fP\fIptr\fP\fB, size_t \fP\fIsize\fP\fB, size_t \fP\fIn\fP\fB,\fP
-\fB                      FILE *\fP\fIstream\fP\fB);\fP
-.sp
-\fBchar *fgets_unlocked(char *\fP\fIs\fP\fB, int \fP\fIn\fP\fB, FILE *\fP\fIstream\fP\fB);\fP
-\fBint fputs_unlocked(const char *\fP\fIs\fP\fB, FILE *\fP\fIstream\fP\fB);\fP
-.sp
-\fB#include <wchar.h>\fP
-.sp
-\fBwint_t getwc_unlocked(FILE *\fP\fIstream\fP\fB);\fP
-\fBwint_t getwchar_unlocked(void);\fP
-\fBwint_t fgetwc_unlocked(FILE *\fP\fIstream\fP\fB);\fP
-\fBwint_t fputwc_unlocked(wchar_t \fP\fIwc\fP\fB, FILE *\fP\fIstream\fP\fB);\fP
-\fBwint_t putwc_unlocked(wchar_t \fP\fIwc\fP\fB, FILE *\fP\fIstream\fP\fB);\fP
-\fBwint_t putwchar_unlocked(wchar_t \fP\fIwc\fP\fB);\fP
-\fBwchar_t *fgetws_unlocked(wchar_t *\fP\fIws\fP\fB, int \fP\fIn\fP\fB, FILE *\fP\fIstream\fP\fB);\fP
-\fBint fputws_unlocked(const wchar_t *\fP\fIws\fP\fB, FILE *\fP\fIstream\fP\fB);\fP
-.fi
-.sp
-.in -4n
-glibc 向けの機能検査マクロの要件 (\fBfeature_test_macros\fP(7)  参照):
-.ad l
-.in
-.sp
-\fBgetc_unlocked\fP(), \fBgetchar_unlocked\fP(), \fBputc_unlocked\fP(),
-\fBputchar_unlocked\fP():
-.RS 4
-_POSIX_C_SOURCE\ >=\ 1 || _XOPEN_SOURCE || _POSIX_SOURCE || _BSD_SOURCE
-|| _SVID_SOURCE
-.RE
-.sp
-\fBclearerr_unlocked\fP(), \fBfeof_unlocked\fP(), \fBferror_unlocked\fP(),
-\fBfileno_unlocked\fP(), \fBfflush_unlocked\fP(), \fBfgetc_unlocked\fP(),
-\fBfputc_unlocked\fP(), \fBfread_unlocked\fP(), \fBfwrite_unlocked\fP():
-.RS 4
-_BSD_SOURCE || _SVID_SOURCE
-.RE
-.sp
-\fBfgets_unlocked\fP(), \fBfputs_unlocked\fP(), \fBgetwc_unlocked\fP(),
-\fBgetwchar_unlocked\fP(), \fBfgetwc_unlocked\fP(), \fBfputwc_unlocked\fP(),
-\fBputwchar_unlocked\fP(), \fBfgetws_unlocked\fP(), \fBfputws_unlocked\fP():
-.RS 4
-_GNU_SOURCE
-.RE
-.ad b
-.SH 説明
-これらの関数は、末尾に "_unlocked" がついていない関数と同じ動作をするが、
-ファイルのロックを使用しない点が異なる。(これらの関数自身はファイルのロック をセットせず、他の関数によってロックがセットされているかどうかのチェックも
-行わない) それゆえ、スレッド(thread)で安全に使用することができない。 \fBflockfile\fP(3)  を参照のこと。
-.SH 準拠
-\fBgetc_unlocked\fP(), \fBgetchar_unlocked\fP(), \fBputc_unlocked\fP(),
-\fBputchar_unlocked\fP()  の 4 つの関数は POSIX.1\-2001 に規定されている。
-
-.\" E.g., in HP-UX 10.0. In HP-UX 10.30 they are called obsolescent, and
-.\" moved to a compatibility library.
-.\" Available in HP-UX 10.0: clearerr_unlocked, fclose_unlocked,
-.\" feof_unlocked, ferror_unlocked, fflush_unlocked, fgets_unlocked,
-.\" fgetwc_unlocked, fgetws_unlocked, fileno_unlocked, fputs_unlocked,
-.\" fputwc_unlocked, fputws_unlocked, fread_unlocked, fseek_unlocked,
-.\" ftell_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
-.\" getw_unlocked, getwc_unlocked, getwchar_unlocked, putc_unlocked,
-.\" putchar_unlocked, puts_unlocked, putws_unlocked, putw_unlocked,
-.\" putwc_unlocked, putwchar_unlocked, rewind_unlocked, setvbuf_unlocked,
-.\" ungetc_unlocked, ungetwc_unlocked.
-非標準の \fB*_unlocked\fP()  の仲間は 2、3 の UNIX システムで定義されており、 最近の glibc では使用可能であるが、
-これらの関数は使わない方がよいだろう。
-.SH 関連項目
-\fBflockfile\fP(3), \fBstdio\fP(3)
-.SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.79 の一部
-である。プロジェクトの説明とバグ報告に関する情報は
-http://www.kernel.org/doc/man\-pages/ に書かれている。