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

  /src/include/
utmp.h 50 #define UT_LINESIZE 8
55 char ll_line[UT_LINESIZE];
60 char ut_line[UT_LINESIZE];
  /src/usr.bin/finger/
util.c 165 # define UT_LINESIZE _UTX_LINESIZE
219 strncmp(w->tty, ll.ll_line, UT_LINESIZE) == 0)
225 if ((w->tty = malloc(UT_LINESIZE + 1)) == NULL)
227 memcpy(w->tty, ll.ll_line, UT_LINESIZE);
228 w->tty[UT_LINESIZE] = '\0';
  /src/usr.sbin/lastlogin/
lastlogin.c 63 #ifndef UT_LINESIZE
64 # define UT_LINESIZE 8
102 #define FIXED_LINELEN UT_LINESIZE
  /src/usr.bin/last/
last.c 69 #define UT_LINESIZE 8
151 int linesize = UT_LINESIZE;
378 #define LINESIZE UT_LINESIZE

Completed in 15 milliseconds