Home
last modified time | relevance | path

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

/glibc-2.36/login/
Dutmp_file.c47 matches_last_entry (const struct utmp *data) in matches_last_entry() function
240 if (matches_last_entry (id)) in internal_getut_nolock()
376 if (matches_last_entry (data)) in __libc_pututline()
391 found = matches_last_entry (data); in __libc_pututline()
/glibc-2.36/ChangeLog.old/
DChangeLog.204578 login: Introduce matches_last_entry to utmp processing
4584 (matches_last_entry): New function.