Home
last modified time | relevance | path

Searched defs:utmp (Results 1 – 6 of 6) sorted by relevance

/external/libgsm/src/
Dpreprocess.c53 ulongword utmp; /* for L_ADD */ variable
/external/libgsm/add-test/
Dadd_test.c355 ulongword utmp; variable
/external/flac/src/share/win_utf8_io/
Dwin_utf8_io.c253 char *utmp = NULL; in vfprintf_utf8() local
/external/openssh/
Dconfigure.ac5124 AC_ARG_ENABLE([utmp], optenable
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs2568 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()
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2113 pub fn getutmp(ux: *const utmpx, u: *mut utmp); in getutmp()
2114 pub fn getutmpx(u: *const utmp, ux: *mut utmpx); in getutmpx()