Lines Matching refs:utmp
44 struct utmp in64; \
45 struct utmp *out64; \
88 struct utmp *out64; in getutent32()
105 struct utmp out64; in getutent32_r()
106 struct utmp *out64p; in getutent32_r()
127 struct utmp in64; in getutid32_r()
128 struct utmp out64; in getutid32_r()
129 struct utmp *out64p; in getutid32_r()
152 struct utmp in64; in getutline32_r()
153 struct utmp out64; in getutline32_r()
154 struct utmp *out64p; in getutline32_r()
176 updwtmp32 (const char *wtmp_file, const struct utmp32 *utmp) in updwtmp32() argument
178 struct utmp in32; in updwtmp32()
180 utmp_convert32to64 (utmp, &in32); in updwtmp32()