Symbol: utmpx
crypto/openssh/loginrec.c
1002
utmpx_write_library(struct logininfo *li, struct utmpx *utx)
crypto/openssh/loginrec.c
1017
utmpx_write_direct(struct logininfo *li, struct utmpx *utx)
crypto/openssh/loginrec.c
1027
struct utmpx utx;
crypto/openssh/loginrec.c
1048
struct utmpx utx;
crypto/openssh/loginrec.c
1264
wtmpx_write(struct logininfo *li, struct utmpx *utx)
crypto/openssh/loginrec.c
1296
struct utmpx utx;
crypto/openssh/loginrec.c
1306
struct utmpx utx;
crypto/openssh/loginrec.c
1332
wtmpx_islogin(struct logininfo *li, struct utmpx *utx)
crypto/openssh/loginrec.c
1351
struct utmpx utx;
crypto/openssh/loginrec.c
1370
if (lseek(fd, -(off_t)sizeof(struct utmpx), SEEK_END) == -1 ) {
crypto/openssh/loginrec.c
1401
if (lseek(fd, -(off_t)(2 * sizeof(struct utmpx)), SEEK_CUR) == -1) {
crypto/openssh/loginrec.c
1632
struct utmpx *utx;
crypto/openssh/loginrec.c
200
void set_utmpx_time(struct logininfo *li, struct utmpx *ut);
crypto/openssh/loginrec.c
201
void construct_utmpx(struct logininfo *li, struct utmpx *ut);
crypto/openssh/loginrec.c
731
set_utmpx_time(struct logininfo *li, struct utmpx *utx)
crypto/openssh/loginrec.c
742
construct_utmpx(struct logininfo *li, struct utmpx *utx)
include/utmpx.h
135
struct utmpx *getutxent(void);
include/utmpx.h
136
struct utmpx *getutxid(const struct utmpx *);
include/utmpx.h
137
struct utmpx *getutxline(const struct utmpx *);
include/utmpx.h
138
struct utmpx *pututxline(const struct utmpx *);
include/utmpx.h
142
int _updwtmpx(const char *, const struct utmpx *);
include/utmpx.h
143
void updwtmpx(const char *, const struct utmpx *);
include/utmpx.h
147
struct utmpx *getutxuser(const char *);
lib/libc/gen/utmpx.c
161
struct utmpx *
lib/libc/gen/utmpx.c
178
struct utmpx *
lib/libc/gen/utmpx.c
179
getutxid(const struct utmpx *utx)
lib/libc/gen/utmpx.c
224
struct utmpx *
lib/libc/gen/utmpx.c
225
getutxline(const struct utmpx *utx)
lib/libc/gen/utmpx.c
247
struct utmpx *
lib/libc/gen/utmpx.c
267
struct utmpx *
lib/libc/gen/utmpx.c
268
pututxline(const struct utmpx *utx)
lib/libc/gen/utmpx.c
272
struct utmpx temp, *u = NULL;
lib/libc/gen/utmpx.c
334
static struct utmpx *
lib/libc/gen/utmpx.c
335
utmp_update(const struct utmpx *utx)
lib/libc/gen/utmpx.c
367
updwtmpx(const char *file, const struct utmpx *utx)
lib/libc/gen/utmpx.c
373
_updwtmpx(const char *file, const struct utmpx *utx)
lib/libc/gen/utmpx.c
54
static struct utmpx ut;
lib/libc/gen/utmpx.c
57
static struct utmpx *utmp_update(const struct utmpx *);
lib/libpam/modules/pam_lastlog/pam_lastlog.c
212
struct utmpx utmpx;
lib/libpam/modules/pam_lastlog/pam_lastlog.c
215
memset((void *)&utmpx, 0, sizeof(utmpx));
lib/libpam/modules/pam_lastlog/pam_lastlog.c
216
utmpx.ut_tv = *now;
lib/libpam/modules/pam_lastlog/pam_lastlog.c
217
(void)strncpy(utmpx.ut_name, username, sizeof(utmpx.ut_name));
lib/libpam/modules/pam_lastlog/pam_lastlog.c
219
(void)strncpy(utmpx.ut_host, hostname, sizeof(utmpx.ut_host));
lib/libpam/modules/pam_lastlog/pam_lastlog.c
221
utmpx.ut_ss = *ss;
lib/libpam/modules/pam_lastlog/pam_lastlog.c
223
(void)strncpy(utmpx.ut_line, tty, sizeof(utmpx.ut_line));
lib/libpam/modules/pam_lastlog/pam_lastlog.c
224
utmpx.ut_type = USER_PROCESS;
lib/libpam/modules/pam_lastlog/pam_lastlog.c
225
utmpx.ut_pid = getpid();
lib/libpam/modules/pam_lastlog/pam_lastlog.c
227
if ((size_t)(t - tty) >= sizeof(utmpx.ut_id)) {
lib/libpam/modules/pam_lastlog/pam_lastlog.c
228
(void)strncpy(utmpx.ut_id, t - sizeof(utmpx.ut_id),
lib/libpam/modules/pam_lastlog/pam_lastlog.c
229
sizeof(utmpx.ut_id));
lib/libpam/modules/pam_lastlog/pam_lastlog.c
231
(void)strncpy(utmpx.ut_id, tty, sizeof(utmpx.ut_id));
lib/libpam/modules/pam_lastlog/pam_lastlog.c
233
if (pututxline(&utmpx) == NULL)
lib/libpam/modules/pam_lastlog/pam_lastlog.c
236
if (_updwtmpx(_PATH_WTMPX, &utmpx) != 0)
lib/libutil/libutil.h
65
struct utmpx;
lib/libutil/libutil.h
69
void loginx(const struct utmpx *);
lib/libutil/loginx.c
46
loginx(const struct utmpx *ut)
lib/libutil/logoutx.c
50
struct utmpx *utp, ut;
lib/libutil/logwtmpx.c
51
struct utmpx ut;
libexec/comsat/comsat.c
115
struct utmpx *utp;
libexec/comsat/comsat.c
149
notify(struct utmpx *utp, char file[], off_t offset, int folder)
libexec/comsat/comsat.c
68
static void notify(struct utmpx *, char[], off_t, int);
libexec/ftpd/logwtmpx.c
51
struct utmpx ut;
libexec/rpc.rusersd/rusers_proc.c
156
struct utmpx *usr;
libexec/rpc.rusersd/rusers_proc.c
190
struct utmpx *usr;
libexec/rpc.rusersd/rusers_proc.c
59
static struct utmpx utmp_list[MAXUSERS];
libexec/talkd/process.c
182
struct utmpx *ut; /* avoid gcc warnings */
libexec/utmp_update/utmp_update.c
139
struct utmpx utold, *utoldp;
libexec/utmp_update/utmp_update.c
73
struct utmpx *utx;
sbin/init/init.c
1779
struct utmpx ut;
sbin/init/init.c
1824
struct utmpx ut;
usr.bin/last/last.c
105
static int wantx(struct utmpx *, int);
usr.bin/last/last.c
321
struct utmpx *bp; /* current structure */
usr.bin/last/last.c
460
wantx(struct utmpx *bp, int check)
usr.bin/last/last.c
92
static struct utmpx *bufx;
usr.bin/w/w.c
132
struct utmpx *utx;
usr.bin/who/utmpentry.c
128
struct utmpx *utx;
usr.bin/who/utmpentry.c
178
getentryx(struct utmpentry *e, struct utmpx *up)
usr.bin/who/utmpentry.c
51
static void getentryx(struct utmpentry *, struct utmpx *);
usr.bin/wtmpcvt/wtmpcvt.c
107
struct utmpx uo;
usr.bin/wtmpcvt/wtmpcvt.c
55
outmp_to_utmpx(const struct outmp *ui, struct utmpx *uo)
usr.sbin/ac/ac.c
317
log_out(const struct utmpx *up)
usr.sbin/ac/ac.c
348
log_in(struct utmpx *up)
usr.sbin/ac/ac.c
407
struct utmpx *usr, usht;
usr.sbin/ac/ac.c
52
char user[sizeof(((struct utmpx *)0)->ut_user)];
usr.sbin/ac/ac.c
53
char id[sizeof(((struct utmpx *)0)->ut_id)];
usr.sbin/ac/ac.c
55
char line[sizeof(((struct utmpx *)0)->ut_line)];
usr.sbin/ac/ac.c
65
char user[sizeof(((struct utmpx *)0)->ut_user)];
usr.sbin/ac/ac.c
74
char line[sizeof(((struct utmpx *)0)->ut_line) + 2];
usr.sbin/ppp/id.c
205
ID0login(const struct utmpx *ut)
usr.sbin/ppp/id.c
218
ID0logout(const struct utmpx *ut)
usr.sbin/ppp/id.h
30
struct utmpx;
usr.sbin/ppp/id.h
44
extern void ID0login(const struct utmpx *);
usr.sbin/ppp/id.h
45
extern void ID0logout(const struct utmpx *);
usr.sbin/ppp/physical.c
324
struct utmpx ut;
usr.sbin/ppp/physical.c
895
struct utmpx ut;
usr.sbin/rwhod/rwhod.c
443
struct utmpx *ut;
usr.sbin/syslogd/syslogd.c
1342
struct utmpx *ut;