Searched refs:utmpx (Results 26 - 50 of 64) sorted by relevance

123

/freebsd-11-stable/libexec/comsat/
H A Dcomsat.c65 #include <utmpx.h>
76 static void notify(struct utmpx *, char[], off_t, int);
123 struct utmpx *utp;
157 notify(struct utmpx *utp, char file[], off_t offset, int folder)
/freebsd-11-stable/libexec/rpc.rusersd/
H A Drusers_proc.c44 #include <utmpx.h>
60 static struct utmpx utmp_list[MAXUSERS];
157 struct utmpx *usr;
191 struct utmpx *usr;
/freebsd-11-stable/crypto/openssh/
H A Dloginrec.c83 * For utmpx systems, the corresponding library functions are
84 * setutxent() etc. To the author's knowledge, all utmpx systems have
116 * struct utmp and struct utmpx have utility functions (see
122 * write both struct utmp and utmpx in one function, whilst maintaining
196 void set_utmpx_time(struct logininfo *li, struct utmpx *ut);
197 void construct_utmpx(struct logininfo *li, struct utmpx *ut);
724 ** utmpx utility functions
726 ** These functions manipulate struct utmpx, accounting for system
731 /* build the utmpx structure */
733 set_utmpx_time(struct logininfo *li, struct utmpx *ut
[all...]
H A Dincludes.h68 # include <utmpx.h>
/freebsd-11-stable/sbin/reboot/
H A Dreboot.c58 #include <utmpx.h>
68 struct utmpx utx;
/freebsd-11-stable/usr.bin/finger/
H A Dfinger.c82 #include <utmpx.h>
237 struct utmpx *user;
276 struct utmpx *user;
H A Dutil.c56 #include <utmpx.h>
108 struct utmpx *ut = NULL;
142 enter_where(struct utmpx *ut, PERSON *pn)
H A Dnet.c54 #include <utmpx.h>
H A Dsprint.c52 #include <utmpx.h>
/freebsd-11-stable/usr.bin/write/
H A Dwrite.c62 #include <utmpx.h>
147 struct utmpx lu, *u;
175 struct utmpx *u;
/freebsd-11-stable/usr.sbin/ppp/
H A Did.c54 #include <utmpx.h>
207 ID0login(const struct utmpx *ut)
220 ID0logout(const struct utmpx *ut)
/freebsd-11-stable/contrib/tcsh/
H A Dtc.who.c42 # include <utmpx.h>
43 # define UTNAMLEN sizeof(((struct utmpx *) 0)->ut_name)
44 # define UTLINLEN sizeof(((struct utmpx *) 0)->ut_line)
46 # define UTHOSTLEN sizeof(((struct utmpx *) 0)->ut_host)
63 # define TCSH_PATH_UTMP "/etc/utmpx"
68 # define utmp utmpx
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h510 extern void getutmp(const struct utmpx *, struct utmp *);
511 extern void getutmpx(const struct utmp *, struct utmpx *);
512 extern struct utmpx * getutxent(void);
513 extern struct utmpx * getutxid(const struct utmpx *);
514 extern struct utmpx * getutxline(const struct utmpx *);
681 extern struct utmpx * makeutx(const struct utmpx *);
732 extern struct utmpx * modut
[all...]
H A Dsys-types.h56 struct utmpx;
/freebsd-11-stable/usr.bin/getent/
H A Dgetent.c59 #include <utmpx.h>
73 static int utmpx(int, char *[]);
96 { "utmpx", utmpx, },
619 * utmpx
629 utmpxprint(const struct utmpx *ut)
681 utmpx(int argc, char *argv[]) function
683 const struct utmpx *ut;
707 "Usage: %s utmpx active | lastlogin | log [filename]\n",
/freebsd-11-stable/libexec/talkd/
H A Dprocess.c58 #include <utmpx.h>
185 struct utmpx *ut;
/freebsd-11-stable/usr.bin/wall/
H A Dwall.c64 #include <utmpx.h>
99 struct utmpx *utmp;
/freebsd-11-stable/bin/date/
H A Ddate.c57 #include <utmpx.h>
208 struct utmpx utx;
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_scalars.c44 #include <utmpx.h>
217 struct utmpx *utmp;
/freebsd-11-stable/usr.bin/w/
H A Dw.c86 #include <utmpx.h>
92 static struct utmpx *utmp;
111 struct utmpx utmp;
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Dos.h261 # include <utmpx.h>
263 # define utmp utmpx
/freebsd-11-stable/contrib/ntp/libntp/
H A Dsystime.c28 # include <utmpx.h>
394 * Some OSes have utmp, some have utmpx.
409 struct utmpx utx;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp57 #include <utmpx.h>
106 unsigned struct_utmpx_sz = sizeof(struct utmpx);
/freebsd-11-stable/usr.sbin/timed/timed/
H A Dmaster.c43 #include <utmpx.h>
349 struct utmpx utx;
/freebsd-11-stable/usr.sbin/rwhod/
H A Drwhod.c76 #include <utmpx.h>
456 struct utmpx *ut;

Completed in 240 milliseconds

123