Home | History | Annotate | Download | only in posix

Lines Matching refs:dirtree

60   struct dirtree *files, *singledir;
132 static void entrylen(struct dirtree *dt, unsigned *len)
161 struct dirtree *dta = *(struct dirtree **)a;
162 struct dirtree *dtb = *(struct dirtree **)b;
179 static int filter(struct dirtree *new)
284 // Display a list of dirtree entries, according to current format
287 static void listfiles(int dirfd, struct dirtree *indir)
289 struct dirtree *dt, **sort;
316 // Do preprocessing (Dirtree didn't populate, so callback wasn't called.)
524 struct dirtree *dt;
557 // note: double_list->prev temporarirly goes in dirtree->parent
562 // Convert double_list into dirtree.