Lines Matching refs:progname

116 char *progname;  variable
211 progname = (strrchr(argv[0], '/') ? in main()
216 com_err (progname, retval, _("while initializing Kerberos code")); in main()
222 com_err(progname, ENOMEM, _("while creating sub-command arguments")); in main()
239 com_err(progname, ENOMEM, in main()
245 com_err(progname, ENOMEM, in main()
252 com_err(progname, ENOMEM, in main()
263 com_err(progname, retval, in main()
269 com_err(progname, EINVAL, _(": %s is an invalid enctype"), in main()
277 com_err(progname, EINVAL, _(": %s is an invalid mkeyVNO"), in main()
310 com_err(progname, retval, _("while getting default realm")); in main()
319 com_err(progname, retval, in main()
333 com_err(progname, KRB5_PROG_KEYTYPE_NOSUPP, in main()
380 com_err(progname, retval, _("while initializing database")); in open_db_and_mkey()
391 com_err(progname, retval, _("while setting up master key name")); in open_db_and_mkey()
397 com_err(progname, retval, _("while retrieving master entry")); in open_db_and_mkey()
416 com_err(progname, retval, _("while calculated master key salt")); in open_db_and_mkey()
425 com_err(progname, KRB5_PROG_KEYTYPE_NOSUPP, in open_db_and_mkey()
432 com_err(progname, retval, in open_db_and_mkey()
447 com_err(progname, retval, _("while reading master key")); in open_db_and_mkey()
448 com_err(progname, 0, _("Warning: proceeding without master key")); in open_db_and_mkey()
456 com_err(progname, retval, "while getting master key list"); in open_db_and_mkey()
457 com_err(progname, 0, "Warning: proceeding without master key list"); in open_db_and_mkey()
466 com_err(progname, retval, _("while seeding random number generator")); in open_db_and_mkey()
476 fprintf(stderr, _("%s: Could not map log\n"), progname); in open_db_and_mkey()
505 com_err(progname, retval, _("while closing database")); in quit()
524 char *me = progname; in add_random_key()