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

/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dkrb5-v4compat.h70 #define ANAME_SZ 40 macro
82 char service[ANAME_SZ]; /* Service name */
90 char pname[ANAME_SZ]; /* Principal's name */
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dauth_krb4.c181 char aname[ANAME_SZ]; /* Kerberos principal */
206 strncpy(aname, login, ANAME_SZ-1);
207 aname[ANAME_SZ-1] = '\0';
/macosx-10.10/libtelnet-13/
H A Dkrb4encpwd.c111 static char name[ANAME_SZ];
112 static char user_passwd[ANAME_SZ];
206 char r_passwd[ANAME_SZ], r_user[ANAME_SZ];
207 char lhostname[ANAME_SZ], *cp;
286 char randchal[REALM_SZ], instance[ANAME_SZ], *cp;
H A Dkerberos.c96 static char name[ANAME_SZ];
285 strncpy (name, adat.pname, ANAME_SZ-1);
286 name[ANAME_SZ-1] = '\0';
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dkerberos4.c98 char name[ANAME_SZ];
146 char instance[ANAME_SZ];
147 char pname[ANAME_SZ];

Completed in 171 milliseconds