Searched refs:pr_str (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/krb5/kadmin/dbutil/ |
H A D | kdb5_util.c | 611 char *pr_str; local 625 pr_str = *argv; 626 ret = krb5_parse_name(util_context, pr_str, &princ); 628 com_err(me, ret, gettext("while parsing principal name %s"), pr_str); 636 com_err(me, ret, gettext("while fetching principal %s"), pr_str); 641 fprintf(stderr, gettext("principal %s not found\n"), pr_str); 646 fprintf(stderr, gettext("principal %s not unique\n"), pr_str); 672 com_err(me, ret, gettext("while randomizing principal %s"), pr_str); 695 com_err(me, ret, gettext("while saving principal %s"), pr_str); 699 printf("%s changed\n", pr_str);
|