Lines Matching defs:input
227 "Trying plain input string (better precede with 'pass:')\n");
366 BIO_printf(bio_err, "config input");
650 return *opt == '\0' ? NULL : opt; /* NULL indicates end of input */
772 X509_STORE *load_certstore(char *input, const char *pass, const char *desc,
778 while (input != NULL) {
779 char *next = next_item(input);
782 if (!load_cert_certs(input, NULL, &certs, 1, pass, desc, vpm)) {
791 input = next;
1898 BIO_printf(bio_err, "%s: Error copying %s name input\n",
2102 * Every comma we skip in this way puts the input buffer another
2926 * Centralized handling of input and output files with format specification
2927 * The format is meant to show what the input and output is supposed to be,
2930 * text and binary input/output on non-Unix platforms
3183 /* Probably redirected input? _kbhit() does not work in this case */