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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dinit_sec_context.c1426 #define SAM_ACCOUNT_LEN 17 /* 15:hostname + 1:$ + 1:\0 */ macro
1430 char *p, localname[SAM_ACCOUNT_LEN];
1435 if (gethostname(localname, SAM_ACCOUNT_LEN) != 0)
1438 localname[SAM_ACCOUNT_LEN - 2] = '\0';
1446 (void) strlcat(localname, "$", SAM_ACCOUNT_LEN);

Completed in 30 milliseconds