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

/freebsd-11-stable/contrib/mtree/
H A Dspec.c294 * the regular output, according to the pathlast flag.
297 appendfield(FILE *fp, int pathlast, const char *fmt, ...) argument
303 if (!pathlast)
306 if (pathlast)
315 * if pathlast is none zero, print the path last, otherwise print
319 dump_nodes(FILE *fp, const char *dir, NODE *root, int pathlast) argument
336 if (!pathlast)
341 appendfield(fp, pathlast, "type=%s",
346 appendfield(fp, pathlast, "uname=%s", name);
348 appendfield(fp, pathlast, "ui
[all...]

Completed in 45 milliseconds