scandir64

Name

scandir64 -- scan a directory (Large File Support)

Synopsis

#include <dirent.h>

int scandir64(const char * dir, const struct dirent64 ** namelist, int (*sel) (const struct dirent64 *), int (*compar) (const struct dirent64 **, const struct dirent64 **));

Description

scandir64() is a large-file version of the scandir() function as defined in POSIX 1003.1 2008. If differs only in that the namelist and the paramters to the selection function sel and comparison function compar are of type dirent64 instead of type dirent.