Home | History | Annotate | Download | only in krb5

Lines Matching defs:cell

59     char *cell;
64 * set `d->cell' and `d->realm'
86 N_("No cell in ThisCell file %s", ""),
93 d->cell = strdup (buf);
94 if (d->cell == NULL)
100 free (d->cell);
101 d->cell = NULL;
117 free (d->cell);
118 d->cell = NULL;
145 free (d->cell);
165 free (d->cell);
246 d->realm, "afs", d->cell, NULL);