Searched defs:readdir (Results 1 - 11 of 11) sorted by relevance
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | readdir.c | 40 * 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.c | 110 #define readdir readdir64 macro 212 while (direntp = readdir(dirp)) {
|
H A D | nftw.c | 117 #define readdir readdir64 macro 486 while (dir = readdir(this->fd)) {
|
/osnet-11/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_dirent.h | 119 #ifndef readdir 120 #define readdir readdir64 macro
|
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_dirent.h | 98 #ifndef readdir 99 #define readdir readdir64 macro
|
/osnet-11/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_dirent.h | 119 #ifndef readdir 120 #define readdir readdir64 macro
|
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_dirent.h | 98 #ifndef readdir 99 #define readdir readdir64 macro
|
/osnet-11/usr/src/lib/libfuse/common/ |
H A D | fuse_compat.h | 48 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 D | fuse.h | 57 /** 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 D | plugins.c | 142 struct dirent * readdir(DIR *dp) function 622 d = readdir (dir);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | XSUB.h | 357 # undef readdir macro 391 # define readdir PerlDir_read macro
|
Completed in 83 milliseconds