Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/mtree/
Dspec.c104 static int appendfield(int, const char *, ...) __printflike(2, 3);
290 appendfield(int pathlast, const char *fmt, ...) in appendfield() function
334 appendfield(pathlast, "type=%s", nodetype(cur->type)); in dump_nodes()
338 appendfield(pathlast, "uname=%s", name); in dump_nodes()
340 appendfield(pathlast, "uid=%u", cur->st_uid); in dump_nodes()
345 appendfield(pathlast, "gname=%s", name); in dump_nodes()
347 appendfield(pathlast, "gid=%u", cur->st_gid); in dump_nodes()
350 appendfield(pathlast, "mode=%#o", cur->st_mode); in dump_nodes()
353 appendfield(pathlast, "device=%#llx", (long long)cur->st_rdev); in dump_nodes()
355 appendfield(pathlast, "nlink=%d", cur->st_nlink); in dump_nodes()
[all …]