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

/macosx-10.9.5/Libc-997.90.3/include/
H A Dutmp.h82 #define UT_NAMESIZE 8 macro
94 char ut_name[UT_NAMESIZE];
/macosx-10.9.5/adv_cmds-153/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.9.5/shell_cmds-175/who/
H A Dutmpentry.h39 # define WHO_NAME_LEN UT_NAMESIZE
/macosx-10.9.5/shell_cmds-175/lastcomm/
H A Dlastcomm.c62 #define UT_NAMESIZE 8 macro
143 UT_NAMESIZE, UT_NAMESIZE,
/macosx-10.9.5/remote_cmds-41.90.1/rwho.tproj/
H A Drwho.c65 #define UT_NAMESIZE 8 macro
179 UT_NAMESIZE, (int)sizeof(mp->myutmp.out_name),
/macosx-10.9.5/shell_cmds-175/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.9.5/Libc-997.90.3/gen/
H A Dutmpx-darwin.h80 char ut_name[UT_NAMESIZE];
/macosx-10.9.5/adv_cmds-153/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.9.5/file_cmds-230/pax/
H A Dgen_subs.c133 #define UT_NAMESIZE 8 macro
135 NAME_WIDTH, UT_NAMESIZE, name_uid(sbp->st_uid, 1),
136 NAME_WIDTH, UT_NAMESIZE, name_gid(sbp->st_gid, 1));
/macosx-10.9.5/tcsh-65/tcsh/win32/
H A Dntport.h490 #define UT_NAMESIZE 8 macro
499 char ut_user[UT_NAMESIZE]; /* user name */
/macosx-10.9.5/system_cmds-597.90.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,
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.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 217 milliseconds