Home
last modified time | relevance | path

Searched defs:utmpx (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/include/
H A Dutmpx.h103 struct utmpx { struct
104 char ut_name[_UTX_USERSIZE]; /* login name */
105 char ut_id[_UTX_IDSIZE]; /* inittab id */
106 char ut_line[_UTX_LINESIZE]; /* tty name */
107 char ut_host[_UTX_HOSTSIZE]; /* host name */
108 uint16_t ut_session; /* session id used for windowing */
109 uint16_t ut_type; /* type of this entry */
110 pid_t ut_pid; /* process id creating the entry */
111 struct {
135 struct utmpx *getutxent(void) __RENAME(__getutxent50); argument
/netbsd-src/usr.bin/login/
H A Dcommon.c241 struct utmpx utmpx; in doutmpx() local
/netbsd-src/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c274 struct utmpx utmpx; in doutmpx() local
/netbsd-src/libexec/ftpd/
H A Dftpd.c206 static struct utmpx utmpx; /* for utmpx */ variable