Searched defs:utmp (Results 1 – 6 of 6) sorted by relevance
53 ulongword utmp; /* for L_ADD */ variable
355 ulongword utmp; variable
253 char *utmp = NULL; in vfprintf_utf8() local
5124 AC_ARG_ENABLE([utmp], optenable
2568 pub fn getutid(u: *const utmp) -> *mut utmp; in getutid()2569 pub fn getutline(u: *const utmp) -> *mut utmp; in getutline()2570 pub fn pututline(u: *const utmp) -> *mut utmp; in pututline()2574 pub fn getutmp(ux: *const utmpx, u: *mut utmp); in getutmp()2575 pub fn getutmpx(u: *const utmp, ux: *mut utmpx); in getutmpx()2576 pub fn updwtmp(file: *const ::c_char, u: *mut utmp); in updwtmp()
2113 pub fn getutmp(ux: *const utmpx, u: *mut utmp); in getutmp()2114 pub fn getutmpx(u: *const utmp, ux: *mut utmpx); in getutmpx()