Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssh/
HDloginrec.c199 #define MIN_SIZEOF(s1,s2) (sizeof(s1) < sizeof(s2) ? sizeof(s1) : sizeof(s2)) macro
677 MIN_SIZEOF(ut->ut_name, li->username)); in construct_utmp()
680 MIN_SIZEOF(ut->ut_host, li->hostname)); in construct_utmp()
750 MIN_SIZEOF(utx->ut_user, li->username)); in construct_utmpx()
762 MIN_SIZEOF(utx->ut_host, li->hostname)); in construct_utmpx()
1153 MIN_SIZEOF(li->username, ut->ut_name)) == 0) { in wtmp_islogin()
1214 MIN_SIZEOF(li->line, ut.ut_line)); in wtmp_get_entry()
1217 MIN_SIZEOF(li->hostname, ut.ut_host)); in wtmp_get_entry()
1317 MIN_SIZEOF(li->username, utx->ut_user)) == 0 ) { in wtmpx_islogin()
1379 MIN_SIZEOF(li->hostname, utx.ut_host)); in wtmpx_get_entry()
[all …]