Lines Matching defs:realm
218 static char *realm = NULL;
1689 if (realm != NULL) {
1690 isc_mem_free(gmctx, realm);
1691 realm = NULL;
1700 error("realm is too long");
1703 realm = isc_mem_strdup(gmctx, buf);
1704 if (realm == NULL)
2156 if (strcasecmp(word, "realm") == 0)
2766 * Get the realm from the users kerberos ticket if possible
2804 realm = isc_mem_strdup(mctx, ticket_realm);
2811 if (realm != NULL && debugging)
2812 fprintf(stderr, "Found realm from ticket: %s\n", realm+1);
2863 if (realm == NULL)
2867 "DNS/%s%s", namestr, realm ? realm : "");
3228 if (realm != NULL) {
3229 isc_mem_free(gmctx, realm);
3230 realm = NULL;