/src/usr.sbin/mtree/ |
spec.c | 105 static int appendfield(FILE *, int, const char *, ...) __printflike(3, 4); 296 * appendfield -- 301 appendfield(FILE *fp, int pathlast, const char *fmt, ...) function in typeref:typename:int 345 appendfield(fp, pathlast, "type=%s", 350 appendfield(fp, pathlast, "uname=%s", name); 352 appendfield(fp, pathlast, "uid=%u", 358 appendfield(fp, pathlast, "gname=%s", name); 360 appendfield(fp, pathlast, "gid=%u", 364 appendfield(fp, pathlast, "mode=%#o", cur->st_mode); 367 appendfield(fp, pathlast, "device=%#jx" [all...] |
spec.c | 105 static int appendfield(FILE *, int, const char *, ...) __printflike(3, 4); 296 * appendfield -- 301 appendfield(FILE *fp, int pathlast, const char *fmt, ...) function in typeref:typename:int 345 appendfield(fp, pathlast, "type=%s", 350 appendfield(fp, pathlast, "uname=%s", name); 352 appendfield(fp, pathlast, "uid=%u", 358 appendfield(fp, pathlast, "gname=%s", name); 360 appendfield(fp, pathlast, "gid=%u", 364 appendfield(fp, pathlast, "mode=%#o", cur->st_mode); 367 appendfield(fp, pathlast, "device=%#jx" [all...] |
spec.c | 105 static int appendfield(FILE *, int, const char *, ...) __printflike(3, 4); 296 * appendfield -- 301 appendfield(FILE *fp, int pathlast, const char *fmt, ...) function in typeref:typename:int 345 appendfield(fp, pathlast, "type=%s", 350 appendfield(fp, pathlast, "uname=%s", name); 352 appendfield(fp, pathlast, "uid=%u", 358 appendfield(fp, pathlast, "gname=%s", name); 360 appendfield(fp, pathlast, "gid=%u", 364 appendfield(fp, pathlast, "mode=%#o", cur->st_mode); 367 appendfield(fp, pathlast, "device=%#jx" [all...] |