OSDN Git Service

837b2b239b07f569714494c5b57856d2e75dd553
[linuxjm/LDP_man-pages.git] / release / man3 / rewinddir.3
1 .\" Copyright (C) 1993 David Metcalfe (david@prism.demon.co.uk)
2 .\"
3 .\" Permission is granted to make and distribute verbatim copies of this
4 .\" manual provided the copyright notice and this permission notice are
5 .\" preserved on all copies.
6 .\"
7 .\" Permission is granted to copy and distribute modified versions of this
8 .\" manual under the conditions for verbatim copying, provided that the
9 .\" entire resulting derived work is distributed under the terms of a
10 .\" permission notice identical to this one.
11 .\"
12 .\" Since the Linux kernel and libraries are constantly changing, this
13 .\" manual page may be incorrect or out-of-date.  The author(s) assume no
14 .\" responsibility for errors or omissions, or for damages resulting from
15 .\" the use of the information contained herein.  The author(s) may not
16 .\" have taken the same level of care in the production of this manual,
17 .\" which is licensed free of charge, as they might when working
18 .\" professionally.
19 .\"
20 .\" Formatted or processed versions of this manual, if unaccompanied by
21 .\" the source, must acknowledge the copyright and authors of this work.
22 .\"
23 .\" References consulted:
24 .\"     Linux libc source code
25 .\"     Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
26 .\"     386BSD man pages
27 .\" Modified Sat Jul 24 18:29:11 1993 by Rik Faith (faith@cs.unc.edu)
28 .\" Modified 11 June 1995 by Andries Brouwer (aeb@cwi.nl)
29 .\"
30 .\" Japanese Version Copyright (c) 1997 HIROFUMI Nishizuka
31 .\"     all rights reserved.
32 .\" Translated Wed Dec 24 12:34:00 JST 1997
33 .\"     by HIROFUMI Nishizuka <nishi@rpts.cl.nec.co.jp>
34 .\"
35 .TH REWINDDIR 3 1995-06-11 "" "Linux Programmer's Manual"
36 .SH 名前
37 rewinddir \- ディレクトリストリームの初期化
38 .SH 書式
39 .nf
40 .B #include <sys/types.h>
41 .sp
42 .B #include <dirent.h>
43 .sp
44 .BI "void rewinddir(DIR *" dirp );
45 .fi
46 .SH 説明
47 .BR rewinddir ()
48 関数は、ディレクトリストリーム \fIdirp\fP の位置を
49 ディレクトリの先頭に初期化する。
50 .SH 返り値
51 .BR rewinddir ()
52 関数は、値を返さない。
53 .SH 準拠
54 SVr4, 4.3BSD, POSIX.1-2001.
55 .SH 関連項目
56 .BR closedir (3),
57 .BR opendir (3),
58 .BR readdir (3),
59 .BR scandir (3),
60 .BR seekdir (3),
61 .BR telldir (3)