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

/openbsd-current/usr.bin/find/
H A Dls.c53 #define NAME_WIDTH 8 macro
65 NAME_WIDTH, UT_NAMESIZE, user_from_uid(sb->st_uid, 0),
66 NAME_WIDTH, UT_NAMESIZE, group_from_gid(sb->st_gid, 0));
/openbsd-current/usr.bin/finger/
H A Dsprint.c71 #define NAME_WIDTH 8 macro
75 NAME_WIDTH, UT_NAMESIZE, "Login", MAXREALNAME,
82 NAME_WIDTH, UT_NAMESIZE, pn->name,
/openbsd-current/usr.bin/who/
H A Dwho.c60 #define NAME_WIDTH 8 macro
146 (void)printf("%-*.*s ", NAME_WIDTH,
172 (void)printf("%-*.*s ", NAME_WIDTH,
249 (void)printf("%-*.*s ", NAME_WIDTH, UT_NAMESIZE, up->ut_name);
277 (void)printf("%-*.*s ", NAME_WIDTH, UT_NAMESIZE, "USER");
/openbsd-current/bin/pax/
H A Dgen_subs.c65 #define NAME_WIDTH 8 macro
113 NAME_WIDTH, UT_NAMESIZE, user_from_uid(sbp->st_uid, 0),
114 NAME_WIDTH, UT_NAMESIZE, group_from_gid(sbp->st_gid, 0));
/openbsd-current/usr.bin/last/
H A Dlast.c90 #define NAME_WIDTH 9 macro
217 NAME_WIDTH, UT_NAMESIZE, bp->ut_name,
/openbsd-current/usr.bin/w/
H A Dw.c80 #define NAME_WIDTH 8 macro
322 NAME_WIDTH, UT_NAMESIZE, ep->utmp.ut_name,
/openbsd-current/usr.bin/rusers/
H A Drusers.c77 #define NAME_WIDTH 8 macro
650 (MAXIMUM(strlen(ut->ut_user), NAME_WIDTH) + 1 +
661 NAME_WIDTH, ut->ut_user, HOST_WIDTH, entry->host,

Completed in 146 milliseconds