Searched refs:getdents (Results 1 – 7 of 7) sorted by relevance
93 extern Int VG_(getdents)( Int fd, struct vki_dirent *dirp, UInt count );
473 Int VG_(getdents) (Int fd, struct vki_dirent *dirp, UInt count) in VG_() argument
482 (174): old getdents
1623 Syscall param getdents(fd) contains uninitialised byte(s)1627 Syscall param getdents(dirp) contains uninitialised byte(s)1631 Syscall param getdents(count) contains uninitialised byte(s)1635 Syscall param getdents(dirp) points to unaddressable byte(s)
570 - big endian fixes in ELF loader and getdents.
1249 Avoid malloc(0) in getdents parsers1250 On end of directory, getdents returns 0. This return value is used to
795 while ((ret = VG_(getdents)(sr_Res(f), &d, sizeof(d))) != 0) { in VG_()