Searched defs:readdir (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dreaddir.c40 * readdir -- C library extension routine
48 #pragma weak _readdir = readdir
59 readdir(DIR *dirp) function
97 /* was converted by readdir and needs to be reversed */
126 * readdir now does translation of dirent64 entries into dirent entries.
131 readdir(DIR *dirp) function
H A D_xftw.c110 #define readdir readdir64 macro
212 while (direntp = readdir(dirp)) {
H A Dnftw.c117 #define readdir readdir64 macro
486 while (dir = readdir(this->fd)) {
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_dirent.h119 #ifndef readdir
120 #define readdir readdir64 macro
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_dirent.h98 #ifndef readdir
99 #define readdir readdir64 macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_dirent.h119 #ifndef readdir
120 #define readdir readdir64 macro
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_dirent.h98 #ifndef readdir
99 #define readdir readdir64 macro
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_compat.h48 int (*readdir) (const char *, void *, fuse_fill_dir_t, off_t, member in struct:fuse_operations_compat25
107 int (*readdir) (const char *, void *, fuse_fill_dir_t, off_t, member in struct:fuse_operations_compat22
H A Dfuse.h57 /** Function to add an entry in a readdir() operation
59 * @param buf the buffer passed to the readdir() operation
106 /* Deprecated, use readdir() instead */
274 * 1) The readdir implementation ignores the offset parameter, and
277 * whole directory is read in a single readdir operation. This
280 * 2) The readdir implementation keeps track of the offsets of the
288 int (*readdir) (const char *, void *, fuse_fill_dir_t, off_t, member in struct:fuse_operations
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c142 struct dirent * readdir(DIR *dp) function
622 d = readdir (dir);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DXSUB.h357 # undef readdir macro
391 # define readdir PerlDir_read macro

Completed in 88 milliseconds