Searched refs:UTMP (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/libexec/ftpd/ |
H A D | logutmp.c | 80 typedef struct utmp UTMP; typedef 93 UTMP ubuf; in ftpd_login() 111 (void)lseek(fd, (off_t)(topslot * sizeof(UTMP)), SEEK_SET); in ftpd_login() 114 if (read(fd, &ubuf, sizeof(UTMP)) == sizeof(UTMP)) { in ftpd_login() 116 (void)lseek(fd, -(off_t)sizeof(UTMP), SEEK_CUR); in ftpd_login() 121 (void)lseek(fd, (off_t)(topslot * sizeof(UTMP)), in ftpd_login() 127 (void)write(fd, ut, sizeof(UTMP)); in ftpd_login() 133 UTMP ut; in ftpd_logout() 142 while (read(fd, &ut, sizeof(UTMP)) == sizeof(UTMP)) { in ftpd_logout() 149 (void)lseek(fd, -(off_t)sizeof(UTMP), SEEK_CUR); in ftpd_logout() [all …]
|
/netbsd-src/share/man/tools/ |
H A D | sp.ignore | 101 UTMP
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/ |
H A D | acinclude.m4.in | 4353 AC_DEFINE_UNQUOTED(UTMP, "$kde_cv_utmp_file", [Define the file for utmp entries]) definition
|