Home | History | Annotate | Download | only in openssh

Lines Matching refs:MIN_SIZEOF

217 #define MIN_SIZEOF(s1,s2) (sizeof(s1) < sizeof(s2) ? sizeof(s1) : sizeof(s2))
317 /* No MIN_SIZEOF here - we absolutely *must not* truncate the
695 MIN_SIZEOF(ut->ut_name, li->username));
698 MIN_SIZEOF(ut->ut_host, li->hostname));
768 MIN_SIZEOF(utx->ut_user, li->username));
780 MIN_SIZEOF(utx->ut_host, li->hostname));
1168 MIN_SIZEOF(li->username, ut->ut_name)) == 0) {
1229 MIN_SIZEOF(li->line, ut.ut_line));
1232 MIN_SIZEOF(li->hostname, ut.ut_host));
1332 MIN_SIZEOF(li->username, utx->ut_user)) == 0 ) {
1394 MIN_SIZEOF(li->hostname, utx.ut_host));
1545 MIN_SIZEOF(last.ll_host, li->hostname));
1580 MIN_SIZEOF(li->hostname, ll->ll_host));
1605 MIN_SIZEOF(li->hostname, last.ll_host));
1640 MIN_SIZEOF(li->line, utx->ut_line));
1642 MIN_SIZEOF(li->hostname, utx->ut_host));
1709 MIN_SIZEOF(ut.ut_addr, a4->sin_addr));
1715 MIN_SIZEOF(ut.ut_addr_v6, a6->sin6_addr));