_telldir
struct _telldir; /* see telldir.h */
struct _telldir *dd_td; /* telldir position recording */
if ((dirp = malloc(sizeof(DIR) + sizeof(struct _telldir))) == NULL)
dirp->dd_td = (struct _telldir *)((char *)dirp + sizeof(DIR));