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

/freebsd-current/lib/libc/gen/
H A Dgen-private.h35 struct _telldir; /* see telldir.h */
57 struct _telldir *dd_td; /* telldir position recording */
H A Dtelldir.h96 struct _telldir { struct
H A Dopendir.c297 if ((dirp = malloc(sizeof(DIR) + sizeof(struct _telldir))) == NULL)
305 dirp->dd_td = (struct _telldir *)((char *)dirp + sizeof(DIR));
/freebsd-current/tools/test/stress2/misc/
H A Dreaddir.sh116 struct _telldir; /* see telldir.h */
135 struct _telldir *dd_td; /* telldir position recording */

Completed in 212 milliseconds