Searched refs:UT_LINESIZE (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/include/ |
| D | utmp.h | 50 #define UT_LINESIZE 8 macro 55 char ll_line[UT_LINESIZE]; 60 char ut_line[UT_LINESIZE];
|
| /netbsd/src/usr.bin/finger/ |
| D | util.c | 165 # define UT_LINESIZE _UTX_LINESIZE in enter_lastlog() macro 219 strncmp(w->tty, ll.ll_line, UT_LINESIZE) == 0) in enter_lastlog() 225 if ((w->tty = malloc(UT_LINESIZE + 1)) == NULL) in enter_lastlog() 227 memcpy(w->tty, ll.ll_line, UT_LINESIZE); in enter_lastlog() 228 w->tty[UT_LINESIZE] = '\0'; in enter_lastlog()
|
| /netbsd/src/usr.sbin/ac/ |
| D | ac.c | 70 char name[UT_LINESIZE+3]; 84 static char (*Con)[UT_LINESIZE] = NULL; 189 return strncmp(a, b, UT_LINESIZE); in compare() 201 char (*nCon)[UT_LINESIZE]; in find_login_ttys() 217 strlcpy(Con[Ncon++], tty->ty_name, UT_LINESIZE); in find_login_ttys()
|
| /netbsd/src/usr.bin/last/ |
| D | last.c | 69 #define UT_LINESIZE 8 macro 151 int linesize = UT_LINESIZE; in main() 378 #define LINESIZE UT_LINESIZE
|
| /netbsd/src/usr.bin/lastcomm/ |
| D | lastcomm.c | 143 user_from_uid(ab.ac_uid, 0), UT_LINESIZE, in main() 144 UT_LINESIZE, getdev(ab.ac_tty), in main()
|
| /netbsd/src/usr.sbin/lastlogin/ |
| D | lastlogin.c | 63 #ifndef UT_LINESIZE 64 # define UT_LINESIZE 8 macro 102 #define FIXED_LINELEN UT_LINESIZE
|
| /netbsd/src/lib/libc/compat/include/ |
| D | utmp.h | 43 char ut_line[UT_LINESIZE];
|
| /netbsd/src/usr.bin/who/ |
| D | utmpentry.h | 40 # define WHO_LINE_LEN UT_LINESIZE
|
| /netbsd/src/lib/libutil/ |
| D | logout.c | 66 (size_t)UT_LINESIZE)) in logout()
|
| /netbsd/src/libexec/ftpd/ |
| D | logutmp.c | 144 || strncmp(ut.ut_line, line, UT_LINESIZE)) in ftpd_logout()
|