Home
last modified time | relevance | path

Searched refs:utmpx_to_utmpx50 (Results 1 – 2 of 2) sorted by relevance

/netbsd/lib/libc/compat/include/
H A Dutmpx.h70 utmpx_to_utmpx50(const struct utmpx *ut, struct utmpx50 *ut50) in utmpx_to_utmpx50() function
/netbsd/lib/libc/compat/gen/
H A Dcompat_utmpx.c193 utmpx_to_utmpx50(&utx, utx50); in getutmpx()