Home
last modified time | relevance | path

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

/external/openssh/
Dloginrec.c216 #define MIN_SIZEOF(s1,s2) (sizeof(s1) < sizeof(s2) ? sizeof(s1) : sizeof(s2)) macro
697 MIN_SIZEOF(ut->ut_name, li->username)); in construct_utmp()
700 MIN_SIZEOF(ut->ut_host, li->hostname)); in construct_utmp()
770 MIN_SIZEOF(utx->ut_user, li->username)); in construct_utmpx()
782 MIN_SIZEOF(utx->ut_host, li->hostname)); in construct_utmpx()
1170 MIN_SIZEOF(li->username, ut->ut_name)) == 0) { in wtmp_islogin()
1231 MIN_SIZEOF(li->line, ut.ut_line)); in wtmp_get_entry()
1234 MIN_SIZEOF(li->hostname, ut.ut_host)); in wtmp_get_entry()
1334 MIN_SIZEOF(li->username, utx->ut_user)) == 0 ) { in wtmpx_islogin()
1396 MIN_SIZEOF(li->hostname, utx.ut_host)); in wtmpx_get_entry()
[all …]