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

/freebsd-10.0-release/crypto/openssh/
H A Dloginrec.c213 #define MIN_SIZEOF(s1,s2) (sizeof(s1) < sizeof(s2) ? sizeof(s1) : sizeof(s2)) macro
313 /* No MIN_SIZEOF here - we absolutely *must not* truncate the
691 MIN_SIZEOF(ut->ut_name, li->username));
694 MIN_SIZEOF(ut->ut_host, li->hostname));
764 MIN_SIZEOF(utx->ut_user, li->username));
776 MIN_SIZEOF(utx->ut_host, li->hostname));
1164 MIN_SIZEOF(li->username, ut->ut_name)) == 0) {
1225 MIN_SIZEOF(li->line, ut.ut_line));
1228 MIN_SIZEOF(li->hostname, ut.ut_host));
1328 MIN_SIZEOF(l
[all...]

Completed in 71 milliseconds