HomeSort by: relevance | last modified time | path
    Searched refs:utmpentry (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/usr.bin/who/
utmpentry.h 1 /* $NetBSD: utmpentry.h,v 1.8 2015/11/21 15:01:43 christos Exp $ */
47 struct utmpentry { struct
57 struct utmpentry *next;
64 * getutentries provides a linked list of struct utmpentry and returns
75 size_t getutentries(const char *, struct utmpentry **);
Makefile 6 SRCS= who.c utmpentry.c
utmpentry.c 1 /* $NetBSD: utmpentry.c,v 1.22 2021/02/26 02:45:43 christos Exp $ */
34 __RCSID("$NetBSD: utmpentry.c,v 1.22 2021/02/26 02:45:43 christos Exp $");
51 #include "utmpentry.h"
60 static void getentry(struct utmpentry *, struct utmp *);
64 static void getentryx(struct utmpentry *, struct utmpx *);
69 static void adjust_size(struct utmpentry *e);
75 static struct utmpentry *ehead;
79 adjust_size(struct utmpentry *e)
156 struct utmpentry *ep;
166 struct utmpentry *sep = ep
    [all...]
who.c 66 #include "utmpentry.h"
72 static void eprint(const struct utmpentry *);
232 struct utmpentry *ehead, *ep;
263 struct utmpentry *ehead, *ep;
272 eprint(const struct utmpentry *ep)
370 struct utmpentry *ehead, *ep;
  /src/libexec/comsat/
Makefile 7 SRCS= comsat.c utmpentry.c
comsat.c 72 #include "utmpentry.h"
86 static struct utmpentry *utmp = NULL;
93 static void notify(const struct utmpentry *, off_t);
188 struct utmpentry *ep;
220 notify(const struct utmpentry *ep, off_t offset)
  /src/usr.bin/users/
Makefile 7 SRCS= users.c utmpentry.c
users.c 54 #include "utmpentry.h"
61 struct utmpentry *from, *ehead, *save, **nextp;
  /src/usr.bin/finger/
extern.h 46 void enter_where(struct utmpentry *, PERSON *);
Makefile 9 SRCS= finger.c lprint.c net.c sprint.c util.c utmpentry.c
finger.c 89 #include "utmpentry.h"
98 struct utmpentry *ehead;
195 struct utmpentry *ep;
227 struct utmpentry *ep;
  /src/games/dm/
Makefile 8 SRCS= dm.c utmpentry.c
dm.c 61 #include "utmpentry.h"
254 struct utmpentry *ep;
  /src/usr.bin/write/
Makefile 8 SRCS= write.c utmpentry.c term_chk.c
write.c 65 #include "utmpentry.h"
131 struct utmpentry *ep;
158 struct utmpentry *ep;
  /src/usr.sbin/rwhod/
Makefile 9 SRCS= rwhod.c utmpentry.c
rwhod.c 75 #include "utmpentry.h"
367 static struct utmpentry *ohead = NULL;
368 struct utmpentry *ep;
  /src/libexec/talkd/
Makefile 7 SRCS= talkd.c announce.c process.c table.c print.c utmpentry.c
process.c 66 #include "utmpentry.h"
187 struct utmpentry *ep;
  /src/libexec/rpc.rusersd/
Makefile 6 SRCS = rusersd.c rusers_proc.c utmpentry.c
rusers_proc.c 54 #include "utmpentry.h"
180 static struct utmpentry *ue = NULL;
195 struct utmpentry *e;
242 struct utmpentry *e;
  /src/usr.bin/wall/
Makefile 9 SRCS= wall.c utmpentry.c term_chk.c
wall.c 67 #include "utmpentry.h"
87 struct utmpentry *ep;
  /src/usr.sbin/syslogd/
Makefile 11 SRCS= syslogd.c utmpentry.c tls.c sign.c
  /src/usr.bin/systat/
Makefile 17 tcp.c vmstat.c utmpentry.c syscall.c

Completed in 22 milliseconds

1 2