Lines Matching defs:file
5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
30 const char *file);
50 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [file...]\n"},
60 {"passin", OPT_PASSIN, 's', "Input file pass phrase source"},
66 {"keyform", OPT_KEYFORM, 'f', "Key file format (ENGINE, other values ignored)"},
90 {"file", 0, 0, "Files to digest (optional; default is stdin)"},
228 BIO_printf(bio_err, "%s: Can only sign or verify one file.\n", prog);
397 BIO_printf(bio_err, "Error opening signature file %s\n", sigfile);
405 BIO_printf(bio_err, "Error reading signature file %s\n", sigfile);
517 static const char *newline_escape_filename(const char *file, int * backslash)
519 size_t i, e = 0, length = strlen(file), newline_count = 0, mem_len = 0;
523 if (file[i] == '\n')
527 file_cpy = app_malloc(mem_len, file);
531 const char c = file[e];
549 const char *file)
558 BIO_printf(bio_err, "Read error in %s\n", file);
622 file = newline_escape_filename(file, &backslash);
630 BIO_printf(out, " *%s\n", file);
631 OPENSSL_free((char *)file);
637 BIO_printf(out, "(%s)= ", file);
639 BIO_printf(out, "%s(%s)= ", md_name, file);
641 BIO_printf(out, "(%s)= ", file);