Symbol: utmpentry
usr.bin/finger/extern.h
48
struct utmpentry;
usr.bin/finger/extern.h
52
void enter_where(struct utmpentry *, PERSON *);
usr.bin/finger/finger.c
219
struct utmpentry *ep;
usr.bin/finger/finger.c
252
struct utmpentry *ep;
usr.bin/finger/util.c
137
enter_where(struct utmpentry *ep, PERSON *pn)
usr.bin/systat/vmstat.c
723
struct utmpentry *ep = NULL; /* avoid gcc warnings */
usr.bin/users/users.c
51
struct utmpentry *ep = NULL; /* avoid gcc warnings */
usr.bin/wall/wall.c
74
struct utmpentry *ep = NULL; /* avoid gcc warnings */
usr.bin/who/utmpentry.c
112
struct utmpentry *ep;
usr.bin/who/utmpentry.c
117
struct utmpentry *sep = ep;
usr.bin/who/utmpentry.c
126
getutentries(const char *fname, struct utmpentry **epp)
usr.bin/who/utmpentry.c
129
struct utmpentry *ep;
usr.bin/who/utmpentry.c
131
struct utmpentry **nextp = &ehead;
usr.bin/who/utmpentry.c
147
if ((ep = calloc(1, sizeof(struct utmpentry))) == NULL) {
usr.bin/who/utmpentry.c
158
struct utmpentry *from = ehead, *save;
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/who/utmpentry.c
54
static void adjust_size(struct utmpentry *e);
usr.bin/who/utmpentry.c
59
static struct utmpentry *ehead;
usr.bin/who/utmpentry.c
62
adjust_size(struct utmpentry *e)
usr.bin/who/utmpentry.h
48
struct utmpentry *next;
usr.bin/who/utmpentry.h
66
int getutentries(const char *, struct utmpentry **);
usr.bin/who/who.c
233
struct utmpentry *ehead, *ep;
usr.bin/who/who.c
264
struct utmpentry *ehead, *ep;
usr.bin/who/who.c
273
eprint(const struct utmpentry *ep)
usr.bin/who/who.c
369
struct utmpentry *ehead, *ep;
usr.bin/who/who.c
57
static void eprint(const struct utmpentry *);
usr.bin/write/write.c
130
struct utmpentry *ep;
usr.bin/write/write.c
158
struct utmpentry *ep;