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

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dutmp.h84 #define UT_HOSTSIZE 16 macro
89 char ll_host[UT_HOSTSIZE];
95 char ut_host[UT_HOSTSIZE];
/macosx-10.10.1/shell_cmds-179/who/
H A Dutmpentry.h41 # define WHO_HOST_LEN UT_HOSTSIZE
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dutmpx-darwin.h75 char ll_host[UT_HOSTSIZE];
81 char ut_host[UT_HOSTSIZE];
/macosx-10.10.1/adv_cmds-158/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.10.1/tcsh-65/tcsh/win32/
H A Dntport.h491 #define UT_HOSTSIZE 16 macro
500 char ut_host[UT_HOSTSIZE]; /* hostname for rlogin */
/macosx-10.10.1/shell_cmds-179/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.10.1/remote_cmds-47/telnetd.tproj/
H A Dtelnetd.c755 trimdomain(remote_hostname, UT_HOSTSIZE);

Completed in 199 milliseconds