Searched refs:_telldir (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/lib/libc/gen/
H A Dgen-private.h35 struct _telldir; /* see telldir.h */
53 struct _telldir *dd_td; /* telldir position recording */
H A Dtelldir.h96 struct _telldir { struct
H A Dopendir.c288 if ((dirp = malloc(sizeof(DIR) + sizeof(struct _telldir))) == NULL)
296 dirp->dd_td = (struct _telldir *)((char *)dirp + sizeof(DIR));

Completed in 113 milliseconds