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

/freebsd-11-stable/contrib/mtree/
H A Dextern.h67 void dump_nodes(FILE *, const char *, NODE *, int);
H A Dmtree.c303 dump_nodes(stdout, "", spec(spec1), Dflag);
H A Dspec.c313 * dump_nodes --
319 dump_nodes(FILE *fp, const char *dir, NODE *root, int pathlast) function
420 dump_nodes(fp, path, cur->child, pathlast);

Completed in 48 milliseconds