Plan 9 from Bell Labs’s /usr/web/sources/contrib/anothy/src/lib/djb-ape/unix/direntry.3

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


.TH direntry 3
.SH NAME
direntry \- read directory entries
.SH SYNTAX
.B #include <direntry.h>

DIR *\fBopendir\fP(\fIfn\fR);

struct direntry *\fBreaddir\fP(\fIdir\fP);

void \fBclosedir\fP(\fIdir\fP);

DIR *\fIdir\fR;
.br
char *\fIfn\fR;
.SH DESCRIPTION
The point of
.B direntry.h
is to provide a uniform interface to BSD's
.B sys/dir.h
and POSIX's
.BR dirent.h .

The
.B readdir
interface is highly unsatisfactory.
It does not distinguish between I/O errors and end-of-directory.
It uses
.BR malloc .
The return type for
.B closedir
varies: some implementations return the
.B close
return value.
.SH "SEE ALSO"
readdir(3)

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.