Home | History | Annotate | Download | only in apps

Lines Matching refs:Can

20  * This can be in the form of a textual message at program startup or
35 * The word 'cryptographic' can be left out if the rouines from the library
657 BIO_printf(err, "Can't read environment variable %s\n", arg + 4);
666 BIO_printf(err, "Can't open file %s\n", arg + 5);
683 BIO_printf(err, "Can't access file descriptor %s\n", arg + 3);
686 /* Can't do BIO_gets on an fd BIO so add a buffering BIO */
693 BIO_printf(err, "Can't open BIO for stdin\n");
1500 BIO_printf(err,"can't use that engine\n");
2122 size_t buflen = strlen(subject)+1; /* to copy the types and values into. due to escaping, the copy can only become shorter */