Lines Matching refs:format
239 /* Print an error message about a failed format parse. */
245 opt_printf_stderr("%s: Bad format \"%s\"; must be pem or der\n",
248 opt_printf_stderr("%s: Bad format \"%s\"; must be one of:\n",
257 /* Parse a format string, put it into *result; return 0 on failure, else 1. */
262 opt_printf_stderr("%s: Bad format \"%s\"\n", prog, s);
329 opt_printf_stderr("%s: Bad format \"%s\"\n", prog, s);
337 /* Return string representing the given format. */
338 static const char *format2str(int format)
340 switch (format) {
366 /* Print an error message about unsuitable/unsupported format requested. */
367 void print_format_error(int format, unsigned long flags)
369 (void)opt_format_error(format2str(format), flags);
970 opt_printf_stderr("%s: Invalid format \"%s\" for option -%s\n",
1051 return "format";