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

/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dspec.c104 static int appendfield(int, const char *, ...);
285 * appendfield --
290 appendfield(int pathlast, const char *fmt, ...) function
334 appendfield(pathlast, "type=%s", nodetype(cur->type));
338 appendfield(pathlast, "uname=%s", name);
340 appendfield(pathlast, "uid=%u", cur->st_uid);
345 appendfield(pathlast, "gname=%s", name);
347 appendfield(pathlast, "gid=%u", cur->st_gid);
350 appendfield(pathlast, "mode=%#o", cur->st_mode);
353 appendfield(pathlas
[all...]

Completed in 99 milliseconds