Home | History | Annotate | Download | only in kdc

Lines Matching defs:cell

43 char *cell;
55 { "cell", 'c', arg_string, &cell, "AFS cell to use", "cell" },
152 if(afs && cell == NULL){
153 printf("AFS cell: ");
157 cell = estrdup(buf);
186 salt.saltvalue.length = strlen(cell);
187 salt.saltvalue.data = cell;