Home
last modified time | relevance | path

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

/freebsd/include/
H A Dutmpx.h41 struct utmpx { struct
42 short ut_type; /* Type of entry. */
43 struct timeval ut_tv; /* Time entry was made. */
44 char ut_id[8]; /* Record identifier. */
45 pid_t ut_pid; /* Process ID. */
46 char ut_user[32]; /* User login name. */
47 char ut_line[16]; /* Device name. */
49 char ut_host[128]; /* Remote hostname. */
51 char __ut_host[128];
76 struct utmpx *getutxent(void); argument
/freebsd/lib/libc/gen/
H A Dpututxline.c288 pututxline(const struct utmpx *utmpx) in pututxline()
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1289 struct utmpx utmpx; in start_login() local
1418 struct utmpx utmpx, *non_save_utxp; in rmut() local
/freebsd/usr.bin/getent/
H A Dgetent.c679 utmpx(int argc, char *argv[]) in utmpx() function
/freebsd/crypto/openssh/
H A Dconfigure.ac5433 AC_ARG_ENABLE([utmpx], optenable