Home
last modified time | relevance | path

Searched refs:futmpx (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/lib/libc/port/gen/
H A Dgetutx.c92 static void utmpx_frec2api(const struct futmpx *, struct utmpx *);
93 static void utmpx_api2frec(const struct utmpx *, struct futmpx *);
103 static struct futmpx *getoneutx(off_t *);
130 static struct futmpx fubuf; /* Copy of last entry read in. */
139 utmpx_frec2api(const struct futmpx *src, struct utmpx *dst) in utmpx_frec2api()
160 utmpx_api2frec(const struct utmpx *src, struct futmpx *dst) in utmpx_api2frec()
183 static struct futmpx *
260 struct futmpx *futxp; in getutxent()
617 struct futmpx ftmpxbuf; in pututxline()
665 (void) fseek(fp, -(long)sizeof (struct futmpx), in pututxline()
[all …]
H A Dttyslot.c56 struct futmpx ubuf; in ttyslot()
H A Dgetlogin.c87 struct futmpx ubuf; in getl_r_common()
/titanic_50/usr/src/cmd/acct/
H A Dwtmpfix.c53 #define UTRSZ (sizeof (struct futmpx)) /* file record size */
110 static struct futmpx Ut, Ut2;
112 static int winp(FILE *, struct futmpx *);
114 static void setdtab(off_t, struct futmpx *, struct futmpx *);
115 static void adjust(off_t, struct futmpx *);
213 winp(FILE *f, struct futmpx *w) in winp()
254 setdtab(off_t p, struct futmpx *w1, struct futmpx *w2) in setdtab()
273 adjust(off_t p, struct futmpx *w) in adjust()
/titanic_50/usr/src/head/
H A Dutmpx.h103 struct futmpx { struct
/titanic_50/usr/src/cmd/w/
H A Dw.c243 entries = sbuf.st_size / sizeof (struct futmpx); in main()
/titanic_50/usr/src/cmd/whodo/
H A Dwhodo.c237 entries = sbuf.st_size / sizeof (struct futmpx); in main()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rwhod.c381 entries = stb.st_size / sizeof (struct futmpx); in onalrm()