/titanic_44/usr/src/uts/common/sys/ |
H A D | dirent.h | 108 #pragma redefine_extname getdents getdents64 110 #define getdents getdents64 macro 116 #pragma redefine_extname getdents64 getdents 118 #define getdents64 getdents 124 extern int getdents(int, struct dirent *, size_t);
|
/titanic_44/usr/src/lib/libast/common/dir/ |
H A D | dirlib.h | 34 __STDPP__directive pragma pp:hide getdents getdirentries 36 #undef getdents 37 #define getdents ______getdents 162 __STDPP__directive pragma pp:nohide getdents getdirentries 164 #undef getdents 172 extern ssize_t getdents(int, void*, size_t);
|
H A D | getdents.c | 28 NoN(getdents) 52 getdents(int fd, void* buf, size_t siz)
|
H A D | readdir.c | 50 if ((dirp->dd_size = getdents(dirp->dd_fd, dirp->dd_buf, DIRBLKSIZ)) <= 0)
|
/titanic_44/usr/src/lib/libc/common/sys/ |
H A D | getdents.s | 38 ANSI_PRAGMA_WEAK(getdents,function) 47 SYSCALL_RVAL1(getdents) 49 SET_SIZE(getdents)
|
/titanic_44/usr/src/cmd/ndmpd/include/ |
H A D | traverse.h | 284 #undef getdents 285 extern int getdents(int, struct dirent *, size_t);
|
/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | readdir.c | 52 && (dirp->dd_size = getdents(dirp->dd_fd, dirp->dd_buf, dirp->dd_bsize)
|
/titanic_44/usr/src/stand/lib/fs/nfs/ |
H A D | Makefile | 30 LOCOBJS = auth_none.o auth_unix.o bootparams.o getdents.o \
|
/titanic_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | getdents.c | 48 int getdents(fd, buf, bytes) in getdents() function
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | readdir.c | 76 (dirp->dd_size = getdents(dirp->dd_fd, in readdir()
|
H A D | readdir_r.c | 75 (dirp->dd_size = getdents(dirp->dd_fd, in readdir_r()
|
/titanic_44/usr/src/uts/intel/os/ |
H A D | name_to_sysnum | 77 getdents 81
|
/titanic_44/usr/src/uts/sparc/os/ |
H A D | name_to_sysnum | 76 getdents 81
|
/titanic_44/usr/src/ucbcmd/sbcp/ |
H A D | syscalls.list | 198 getdents SIMPLE /* 174 = 3, getdents */
|
/titanic_44/usr/src/man/man2/ |
H A D | Makefile | 57 getdents.2 \
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | SYSCALL.README | 225 getdents vncalls.c common/syscall/getdents.c
|
/titanic_44/usr/src/cmd/sgs/rtld/common/ |
H A D | cache_a.out.c | 205 while ((n = getdents(fd, (struct dirent *)buf, bs)) > 0) in find_so()
|
/titanic_44/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 739 @ MSG_SYS_GETDENTS "[ getdents ]" # 81 740 @ MSG_SYS_GETDENTS_ALT "getdents"
|
/titanic_44/usr/src/lib/c_synonyms/ |
H A D | syn_common | 337 getdents
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | lib | 37 #define _lib_getdents 1 /* getdents() in default lib(s) */
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | lib | 37 #define _lib_getdents 1 /* getdents() in default lib(s) */
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | lib | 37 #define _lib_getdents 1 /* getdents() in default lib(s) */
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | lib | 37 #define _lib_getdents 1 /* getdents() in default lib(s) */
|
/titanic_44/usr/src/lib/libc/port/threads/ |
H A D | spawn.c | 78 #define getdents64 getdents
|
/titanic_44/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_traverse.c | 236 *nbyte = rv = getdents(fildes, buf, darg->da_size); in fs_getdents()
|