Searched refs:utl (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c72 struct utmpx *utx, utl; local
123 id = malloc(sizeof utl.ut_id);
128 arc4random_buf(id, sizeof utl.ut_id);
136 memset(&utl, 0, sizeof utl);
137 utl.ut_type = USER_PROCESS;
138 memcpy(utl.ut_id, id, sizeof utl.ut_id);
139 strncpy(utl.ut_user, user, sizeof utl
159 struct utmpx utl; local
[all...]

Completed in 38 milliseconds