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

/macosx-10.10.1/Libc-1044.1.2/gen/
H A D__dirent.h16 #define dd_td __dd_td macro
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dtelldir.c69 LIST_FOREACH(lp, &dirp->dd_td->td_locq, loc_lqe) {
72 (lp->loc_seek == dirp->dd_td->seekoff)
90 lp->loc_index = dirp->dd_td->td_loccnt++;
92 lp->loc_seek = dirp->dd_td->seekoff;
97 LIST_INSERT_HEAD(&dirp->dd_td->td_locq, lp, loc_lqe);
118 LIST_FOREACH(lp, &dirp->dd_td->td_locq, loc_lqe) {
126 lp->loc_seek == dirp->dd_td->seekoff
134 dirp->dd_td->seekoff = lp->loc_seek;
162 lp = LIST_FIRST(&dirp->dd_td->td_locq);
168 LIST_INIT(&dirp->dd_td
[all...]
H A Dopendir.c118 dirp->dd_td = (struct _telldir *)((char *)dirp + sizeof(DIR));
119 LIST_INIT(&dirp->dd_td->td_locq);
120 dirp->dd_td->td_loccnt = 0;
176 n = (int)__getdirentries64(fd, ddptr, space, &dirp->dd_td->seekoff);
289 dirp->dd_td->seekoff = 0;
H A Dreaddir.c67 dirp->dd_buf, dirp->dd_len, &dirp->dd_td->seekoff);

Completed in 70 milliseconds