HomeSort by: relevance | last modified time | path
    Searched defs:UT_HOSTSIZE (Results 1 - 4 of 4) sorted by relevancy

  /src/include/
utmp.h 51 #define UT_HOSTSIZE 16
56 char ll_host[UT_HOSTSIZE];
62 char ut_host[UT_HOSTSIZE];
  /src/usr.bin/finger/
util.c 166 # define UT_HOSTSIZE _UTX_HOSTSIZE
229 if ((w->host = malloc(UT_HOSTSIZE + 1)) == NULL)
231 memcpy(w->host, ll.ll_host, UT_HOSTSIZE);
232 w->host[UT_HOSTSIZE] = '\0';
  /src/usr.sbin/lastlogin/
lastlogin.c 66 #ifndef UT_HOSTSIZE
67 # define UT_HOSTSIZE 16
105 * Using UT_HOSTSIZE (16) seems too conservative.
  /src/usr.bin/last/
last.c 70 #define UT_HOSTSIZE 16
152 int hostsize = UT_HOSTSIZE;
379 #define HOSTSIZE UT_HOSTSIZE

Completed in 48 milliseconds