Home
last modified time | relevance | path

Searched refs:utxent_cleanup (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/shared/
Dutmp-wtmp.c28 _unused_ _cleanup_(utxent_cleanup) bool utmpx = false; in utmp_get_runlevel()
90 _unused_ _cleanup_(utxent_cleanup) bool utmpx = false; in write_entry_utmp()
218 _unused_ _cleanup_(utxent_cleanup) bool utmpx = false; in utmp_put_dead_process()
343 _unused_ _cleanup_(utxent_cleanup) bool utmpx = false; in utmp_wall()
Dutmp-wtmp.h33 static inline void utxent_cleanup(bool *initialized) { in utxent_cleanup() function
/systemd-251/src/login/
Dlogind-core.c706 _unused_ _cleanup_(utxent_cleanup) bool utmpx = false; in manager_read_utmp()