• Home
  • Raw
  • Download

Lines Matching refs:opt_printf_stderr

211                 opt_printf_stderr("%s: Internal error: duplicate option %s\n",  in opt_init()
245 opt_printf_stderr("%s: Bad format \"%s\"; must be pem or der\n", in opt_format_error()
248 opt_printf_stderr("%s: Bad format \"%s\"; must be one of:\n", in opt_format_error()
252 opt_printf_stderr(" %s\n", ap->name); in opt_format_error()
262 opt_printf_stderr("%s: Bad format \"%s\"\n", prog, s); in opt_format()
329 opt_printf_stderr("%s: Bad format \"%s\"\n", prog, s); in opt_format()
403 opt_printf_stderr("%s: Unknown cipher: %s\n", prog, name); in opt_cipher_any()
417 opt_printf_stderr("%s XTS ciphers not supported\n", prog); in opt_cipher()
419 opt_printf_stderr("%s: AEAD ciphers not supported\n", prog); in opt_cipher()
458 opt_printf_stderr("%s: Unknown option or message digest: %s\n", prog, in opt_md()
473 opt_printf_stderr("%s: Value must be one of:\n", prog); in opt_pair()
475 opt_printf_stderr("\t%s\n", pp->name); in opt_pair()
487 opt_printf_stderr("%s: Value must be one of:\n", prog); in opt_string()
489 opt_printf_stderr("\t%s\n", *p); in opt_string()
502 opt_printf_stderr("%s: Value \"%s\" outside integer range\n", in opt_int()
532 opt_printf_stderr("%s: Can't parse \"%s\" as %s number\n", in opt_number_error()
537 opt_printf_stderr("%s: Can't parse \"%s\" as a number\n", prog, v); in opt_number_error()
696 opt_printf_stderr("%s: Invalid Policy %s\n", prog, opt_arg()); in opt_verify()
705 opt_printf_stderr("%s: Invalid purpose %s\n", prog, opt_arg()); in opt_verify()
716 opt_printf_stderr("%s: Internal error setting purpose %s\n", in opt_verify()
724 opt_printf_stderr("%s: Invalid verify name %s\n", in opt_verify()
744 opt_printf_stderr("%s: epoch time out of range %s\n", in opt_verify()
885 opt_printf_stderr("%s: Option -%s does not take a value\n", in opt_next()
895 opt_printf_stderr("%s: Option -%s needs a value\n", in opt_next()
915 opt_printf_stderr("%s: Not a directory: %s\n", prog, arg); in opt_next()
929 opt_printf_stderr("%s: Non-positive number \"%s\" for option -%s\n", in opt_next()
934 opt_printf_stderr("%s: Negative number \"%s\" for option -%s\n", in opt_next()
965 opt_printf_stderr("%s: Invalid format \"%s\" for option -%s\n", in opt_next()
977 opt_printf_stderr("%s: Unknown option: -%s\n", prog, p); in opt_next()
1065 opt_printf_stderr(help, prog); in opt_print()
1069 opt_printf_stderr("\n"); in opt_print()
1070 opt_printf_stderr(help, prog); in opt_print()
1074 opt_printf_stderr("\nParameters:\n"); in opt_print()
1085 opt_printf_stderr("%s %s\n", start, help); in opt_print()
1105 opt_printf_stderr("%s\n", start); in opt_print()
1109 opt_printf_stderr("%s %s\n", start, help); in opt_print()
1135 opt_printf_stderr("Usage: %s [options]\n", prog); in opt_help()
1137 opt_printf_stderr("Valid options are:\n", prog); in opt_help()