func syscall.Getdirentries

2 uses

	syscall (current package)
		syscall_bsd.go#L86: 	return Getdirentries(fd, buf, base)
		syscall_darwin.go#L300: func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) {