Lines Matching refs:utmpx
47 struct utmpx in64; \
48 struct utmpx *out64; \
66 struct utmpx *out64; in getutxent32()
97 pututxline32 (const struct utmpx32 *utmpx) in pututxline32() argument
99 ACCESS_UTMPX_ENTRY (__pututxline, utmpx); in pututxline32()
105 updwtmpx32 (const char *wtmpx_file, const struct utmpx32 *utmpx) in updwtmpx32() argument
107 struct utmpx in64; in updwtmpx32()
109 utmpx_convert32to64 (utmpx, &in64); in updwtmpx32()
116 getutmp32 (const struct utmpx32 *utmpx, struct utmp32 *utmp) in getutmp32() argument
118 struct utmpx in64; in getutmp32()
121 utmpx_convert32to64 (utmpx, &in64); in getutmp32()
129 getutmpx32 (const struct utmp32 *utmp, struct utmpx32 *utmpx) in getutmpx32() argument
132 struct utmpx out64; in getutmpx32()
136 utmpx_convert64to32 (&out64, utmpx); in getutmpx32()