Searched refs:futmpx (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | getutx.c | 92 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 D | ttyslot.c | 56 struct futmpx ubuf; in ttyslot()
|
H A D | getlogin.c | 87 struct futmpx ubuf; in getl_r_common()
|
/titanic_50/usr/src/cmd/acct/ |
H A D | wtmpfix.c | 53 #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 D | utmpx.h | 103 struct futmpx { struct
|
/titanic_50/usr/src/cmd/w/ |
H A D | w.c | 243 entries = sbuf.st_size / sizeof (struct futmpx); in main()
|
/titanic_50/usr/src/cmd/whodo/ |
H A D | whodo.c | 237 entries = sbuf.st_size / sizeof (struct futmpx); in main()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rwhod.c | 381 entries = stb.st_size / sizeof (struct futmpx); in onalrm()
|