HomeSort by: relevance | last modified time | path
    Searched refs:UT_LINESIZE (Results 1 - 10 of 10) 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/lib/libc/compat/include/
utmp.h 43 char ut_line[UT_LINESIZE];
  /src/usr.bin/who/
utmpentry.h 40 # define WHO_LINE_LEN UT_LINESIZE
  /src/lib/libutil/
logout.c 66 (size_t)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.bin/lastcomm/
lastcomm.c 143 user_from_uid(ab.ac_uid, 0), UT_LINESIZE,
144 UT_LINESIZE, getdev(ab.ac_tty),
  /src/libexec/ftpd/
logutmp.c 144 || strncmp(ut.ut_line, line, UT_LINESIZE))
  /src/usr.bin/last/
last.c 69 #define UT_LINESIZE 8
151 int linesize = UT_LINESIZE;
378 #define LINESIZE UT_LINESIZE
  /src/usr.sbin/ac/
ac.c 70 char name[UT_LINESIZE+3];
84 static char (*Con)[UT_LINESIZE] = NULL;
189 return strncmp(a, b, UT_LINESIZE);
201 char (*nCon)[UT_LINESIZE];
217 strlcpy(Con[Ncon++], tty->ty_name, UT_LINESIZE);
  /src/usr.sbin/lastlogin/
lastlogin.c 63 #ifndef UT_LINESIZE
64 # define UT_LINESIZE 8
102 #define FIXED_LINELEN UT_LINESIZE

Completed in 17 milliseconds