Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/getdirentries.2
| Show All 26 Lines | |||||
| .\" | .\" | ||||
| .Dd July 8, 2025 | .Dd July 8, 2025 | ||||
| .Dt GETDIRENTRIES 2 | .Dt GETDIRENTRIES 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm getdirentries , | .Nm getdirentries , | ||||
| .Nm getdents | .Nm getdents | ||||
| .Nd "get directory entries in a file system independent format" | .Nd "get directory entries in a file system independent format" | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In sys/types.h | .In sys/types.h | ||||
| .In dirent.h | .In dirent.h | ||||
| .Ft ssize_t | .Ft ssize_t | ||||
| .Fn getdirentries "int fd" "char *buf" "size_t nbytes" "off_t *basep" | .Fn getdirentries "int fd" "char *buf" "size_t nbytes" "off_t *basep" | ||||
| .Ft ssize_t | .Ft ssize_t | ||||
| .Fn getdents "int fd" "char *buf" "size_t nbytes" | .Fn getdents "int fd" "char *buf" "size_t nbytes" | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| The | The | ||||
| ▲ Show 20 Lines • Show All 166 Lines • Show Last 20 Lines | |||||