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

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dutmp.h82 #define UT_NAMESIZE 8 macro
94 char ut_name[UT_NAMESIZE];
/macosx-10.10.1/adv_cmds-158/finger/
H A Dfinger.h74 #define UT_NAMESIZE 8 /* old utmp.h value */ macro
H A Dsprint.c91 (void)printf("%-*s %-*s%s %s\n", UT_NAMESIZE, "Login", MAXREALNAME,
108 (void)printf("%-*.*s %-*.*s", UT_NAMESIZE, _UTX_USERSIZE,
/macosx-10.10.1/shell_cmds-179/who/
H A Dutmpentry.h39 # define WHO_NAME_LEN UT_NAMESIZE
/macosx-10.10.1/shell_cmds-179/lastcomm/
H A Dlastcomm.c62 #define UT_NAMESIZE 8 macro
143 UT_NAMESIZE, UT_NAMESIZE,
/macosx-10.10.1/remote_cmds-47/rwho.tproj/
H A Drwho.c66 #define UT_NAMESIZE 8 macro
180 UT_NAMESIZE, (int)sizeof(mp->myutmp.out_name),
/macosx-10.10.1/shell_cmds-179/w/
H A Dw.c93 #define UT_NAMESIZE 8 macro
321 if (!strncmp(utmp.ut_name, *user, UT_NAMESIZE))
387 #define WUSED (UT_NAMESIZE + UT_LINESIZE + W_DISPHOSTSIZE + \
390 UT_NAMESIZE, UT_NAMESIZE, HEADER_USER,
571 UT_NAMESIZE, (int)sizeof(ep->utmp.ut_user), ep->utmp.ut_user,
574 UT_NAMESIZE, UT_NAMESIZE, ep->utmp.ut_name,
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dutmpx-darwin.h80 char ut_name[UT_NAMESIZE];
/macosx-10.10.1/adv_cmds-158/last/
H A Dlast.c42 #define UT_NAMESIZE 8 /* old utmp.h value */ macro
173 UT_NAMESIZE, bp->ut_type == BOOT_TIME ? "reboot" : "shutdown",
186 UT_NAMESIZE, "date",
209 UT_NAMESIZE, _UTX_USERSIZE, bp->ut_user,
/macosx-10.10.1/file_cmds-242/pax/
H A Dgen_subs.c134 #define UT_NAMESIZE 8 macro
136 NAME_WIDTH, UT_NAMESIZE, name_uid(sbp->st_uid, 1),
137 NAME_WIDTH, UT_NAMESIZE, name_gid(sbp->st_gid, 1));
/macosx-10.10.1/tcsh-65/tcsh/win32/
H A Dntport.h490 #define UT_NAMESIZE 8 macro
499 char ut_user[UT_NAMESIZE]; /* user name */
/macosx-10.10.1/system_cmds-643.1.1/ac.tproj/
H A Dac.c56 #define UT_NAMESIZE 8 /* from utmp.h; only for formatting */ macro
293 (void)printf("\t%-*s %8.2f\n", UT_NAMESIZE, name,

Completed in 160 milliseconds