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

/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_util.c463 * subrealm - determine if r2 is a subrealm of r1
466 * determines if r2 is a subrealm of r1.
467 * r2 is a subrealm of r1 if (r1 is a prefix
472 * RETURNS: If r2 is a subrealm, and r1 is a prefix, the number
476 * If r2 is a subrealm, and r1 is a suffix, the number
480 * If r2 is not a subrealm, SUBREALM returns 0.
483 subrealm(char *r1, char *r2) function
704 /* realm is a subrealm of the current realm, compress */
710 /* subrealm o
[all...]

Completed in 47 milliseconds