dirent32
struct dirent32 *dp;
dp = (struct dirent32 *)&buf[0];
dp = (struct dirent32 *)((char *)dp + dp->d_reclen);
op = (struct dirent32 *)obuf;
op = (struct dirent32 *)((char *)op + (uint_t)op->d_reclen);
struct dirent32 *op;
if (count < sizeof (struct dirent32))