Lines Matching refs:gettext

79 		com_err(whoami, code, gettext("krb5_init_context() failed"));
94 gettext("Couldn't allocate memory\n"));
100 gettext("Couldn't open/create "
110 gettext("Couldn't open ccache %s"), optarg);
129 (void) fprintf(stderr, gettext
137 com_err(whoami, code, gettext("Unknown "
153 gettext("krb5_parse_name(%s) failed"),
169 com_err(whoami, code, gettext("Could not find a ccache"));
175 com_err(whoami, code, gettext("No keytab specified"));
185 com_err(whoami, code, gettext("krb5_parse_name(%s) failed"),
195 gettext("Couldn't read new password\n"));
202 gettext("Couldn't allocate memory\n"));
206 newpw = getpassphrase(gettext("Enter new password: "));
209 gettext("Couldn't read new password\n"));
216 gettext("Couldn't allocate memory\n"));
226 gettext("krb5_set_password() failed"));
239 (void) fprintf(stderr, gettext("Exiting...\n"));
272 gettext("Could not retrieve entry in keytab"));
280 com_err(whoami, code, gettext("While starting keytab scan"));
290 gettext("While temporarily "
298 gettext("While deleting entry "
306 gettext("While restarting keytab scan"));
315 com_err(whoami, code, gettext("While scanning keytab"));
320 com_err(whoami, code, gettext("While ending keytab scan"));
340 com_err(whoami, code, gettext("Enctype %d has no name!"),
345 (void) fprintf(stderr, gettext("Couldn't allocate memory"));
356 gettext("Could not compute salt for %s"), enctype);
363 com_err(whoami, code, gettext("Could not compute salt for %s"),
375 gettext("Could not add entry to keytab"));
383 (void) fprintf(stderr, gettext("Usage: %s [-c ccache] [-k keytab] "
386 gettext("\t-n\tDon't set the principal's password\n"));
387 (void) fprintf(stderr, gettext("\tenctype_list is a comma or whitespace"
389 (void) fprintf(stderr, gettext("\tIf -n is used then -k and -e must be "