readdir64_r

Name

readdir64_r -- read a directory (Large File Support)

Synopsis

#include <dirent.h>

int readdir64_r(DIR * dirp, struct dirent64 * entry, struct dirent64 * * result);

Description

The readdir64_r() function is a large file version of readdir_r(). It shall behave as readdir_r() in POSIX 1003.1-2001 (ISO/IEC 9945-2003), except that the entry and result arguments are dirent64 structures rather than dirent.

Return Value

See readdir_r().

Errors

See readdir_r().