Home | History | Annotate | Download | only in posix

Lines Matching refs:dirtree

60   struct dirtree *files, *singledir;
128 static void entrylen(struct dirtree *dt, unsigned *len)
160 struct dirtree *dta = *(struct dirtree **)a;
161 struct dirtree *dtb = *(struct dirtree **)b;
178 static int filter(struct dirtree *new)
283 // Display a list of dirtree entries, according to current format
286 static void listfiles(int dirfd, struct dirtree *indir)
288 struct dirtree *dt, **sort;
316 // Do preprocessing (Dirtree didn't populate, so callback wasn't called.)
523 struct dirtree *dt;
549 // note: double_list->prev temporarirly goes in dirtree->parent
554 // Convert double_list into dirtree.