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

/freebsd-9.3-release/lib/libc/gen/
H A Dtelldir.c68 lp->loc_index = dirp->dd_td->td_loccnt++;
71 LIST_INSERT_HEAD(&dirp->dd_td->td_locq, lp, loc_lqe);
89 LIST_FOREACH(lp, &dirp->dd_td->td_locq, loc_lqe) {
122 lp = LIST_FIRST(&dirp->dd_td->td_locq);
128 LIST_INIT(&dirp->dd_td->td_locq);
H A Dopendir.c117 dirp->dd_td = (struct _telldir *)((char *)dirp + sizeof(DIR));
118 LIST_INIT(&dirp->dd_td->td_locq);
119 dirp->dd_td->td_loccnt = 0;
/freebsd-9.3-release/include/
H A Ddirent.h72 struct _telldir *dd_td; /* telldir position recording */ member in struct:_dirdesc

Completed in 89 milliseconds