32VKern/usr/src/sys/h/dir.h

Find at most related files.
including files from this version of Unix.

#ifndef	DIRSIZ
#define	DIRSIZ	14
#endif
struct	direct
{
	ino_t	d_ino;
	char	d_name[DIRSIZ];
};