Home
last modified time | relevance | path

Searched refs:REALM_SEP (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dparse.c61 #define REALM_SEP '@' macro
127 } else if (c == REALM_SEP && (!enterprise || !first_at)) { in k5_parse_name()
140 if (c == REALM_SEP && enterprise && first_at) in k5_parse_name()
218 } else if (c == REALM_SEP) { in k5_parse_name()
323 } else if (c == REALM_SEP && (!enterprise || !first_at)) { in k5_parse_name()
328 if (c == REALM_SEP && enterprise && first_at) in k5_parse_name()
H A Dunparse.c86 #define REALM_SEP '@' macro
102 if ((!no_realm && *cp == REALM_SEP) || in component_length_quoted()
130 case REALM_SEP: in copy_component_quoting()
274 *q++ = REALM_SEP; in k5_unparse_name()
/titanic_41/usr/src/cmd/krb5/kadmin/dbutil/
H A Dkdb5_util.h60 #define REALM_SEP '@' macro