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

/macosx-10.9.5/Libc-997.90.3/include/
H A Dutmp.h84 #define UT_HOSTSIZE 16 macro
89 char ll_host[UT_HOSTSIZE];
95 char ut_host[UT_HOSTSIZE];
/macosx-10.9.5/shell_cmds-175/who/
H A Dutmpentry.h41 # define WHO_HOST_LEN UT_HOSTSIZE
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dutmpx-darwin.h75 char ll_host[UT_HOSTSIZE];
81 char ut_host[UT_HOSTSIZE];
/macosx-10.9.5/adv_cmds-153/last/
H A Dlast.c44 #define UT_HOSTSIZE 16 macro
175 UT_HOSTSIZE, _UTX_HOSTSIZE,
188 UT_HOSTSIZE, _UTX_HOSTSIZE, bp->ut_host,
211 UT_HOSTSIZE, _UTX_HOSTSIZE, bp->ut_host,
/macosx-10.9.5/tcsh-65/tcsh/win32/
H A Dntport.h491 #define UT_HOSTSIZE 16 macro
500 char ut_host[UT_HOSTSIZE]; /* hostname for rlogin */
/macosx-10.9.5/shell_cmds-175/w/
H A Dw.c150 /* W_DISPHOSTSIZE should not be greater than UT_HOSTSIZE */
513 char host_buf[UT_HOSTSIZE + 1];
521 host_buf[UT_HOSTSIZE] = '\0';
522 strncpy(host_buf, ep->utmp.ut_host, UT_HOSTSIZE);
/macosx-10.9.5/remote_cmds-41.90.1/telnetd.tproj/
H A Dtelnetd.c752 trimdomain(remote_hostname, UT_HOSTSIZE);

Completed in 148 milliseconds