Searched defs:utmp (Results 1 – 7 of 7) sorted by relevance
53 ulongword utmp; /* for L_ADD */ variable
24 #define utmp utmpx macro
355 ulongword utmp; variable
268 char *utmp = NULL; in vfprintf_utf8() local
245 const auto utmp = vrhaddq_u8(uvec.val[0], uvec.val[1]); local
3066 pub fn getutid(u: *const utmp) -> *mut utmp; in getutid()3067 pub fn getutline(u: *const utmp) -> *mut utmp; in getutline()3068 pub fn pututline(u: *const utmp) -> *mut utmp; in pututline()3072 pub fn getutmp(ux: *const utmpx, u: *mut utmp); in getutmp()3073 pub fn getutmpx(u: *const utmp, ux: *mut utmpx); in getutmpx()3074 pub fn updwtmp(file: *const ::c_char, u: *mut utmp); in updwtmp()
2902 pub fn getutmp(ux: *const utmpx, u: *mut utmp); in getutmp()2903 pub fn getutmpx(u: *const utmp, ux: *mut utmpx); in getutmpx()2984 pub fn login(ut: *const utmp); in login()