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

/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dspec.c287 * the regular output, according to the pathlast flag.
290 appendfield(int pathlast, const char *fmt, ...) argument
296 if (!pathlast)
299 if (pathlast)
308 * if pathlast is none zero, print the path last, otherwise print
312 dump_nodes(const char *dir, NODE *root, int pathlast) argument
329 if (!pathlast)
334 appendfield(pathlast, "type=%s", nodetype(cur->type));
338 appendfield(pathlast, "uname=%s", name);
340 appendfield(pathlast, "ui
[all...]

Completed in 95 milliseconds