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

/freebsd-11-stable/lib/libc/gen/
H A Dgen-private.h53 struct _telldir *dd_td; /* telldir position recording */ member in struct:_dirdesc
H A Dtelldir.c75 LIST_FOREACH(lp, &dirp->dd_td->td_locq, loc_lqe) {
93 lp->loc_index = dirp->dd_td->td_loccnt++;
99 LIST_INSERT_HEAD(&dirp->dd_td->td_locq, lp, loc_lqe);
133 LIST_FOREACH(lp, &dirp->dd_td->td_locq, loc_lqe) {
182 lp = LIST_FIRST(&dirp->dd_td->td_locq);
201 lp = LIST_FIRST(&dirp->dd_td->td_locq);
207 LIST_INIT(&dirp->dd_td->td_locq);
H A Dopendir.c296 dirp->dd_td = (struct _telldir *)((char *)dirp + sizeof(DIR));
297 LIST_INIT(&dirp->dd_td->td_locq);
298 dirp->dd_td->td_loccnt = 0;

Completed in 178 milliseconds