HomeSort by: relevance | last modified time | path
    Searched defs:checkend (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/uudecode/
uudecode.c 72 static int checkend(const char *, const char *, const char *);
277 checkend(const char *ptr, const char *end, const char *msg) function
312 return (checkend(inbuf, "====",
  /src/bin/sh/
parser.c 826 checkend(int c, char * const eofmark, const int striptabs) function
888 while ((c = checkend(c, eofmark, striptabs)) != PEOF) {
  /src/crypto/external/apache2/openssl/dist/apps/
x509.c 184 { "checkend", OPT_CHECKEND, 'M',
349 int fingerprint = 0, reqfile = 0, checkend = 0; local
643 checkend = 1;
650 BIO_printf(bio_err, "%s: Checkend time out of range %s\n",
1129 if (checkend) {
  /src/crypto/external/bsd/openssl/dist/apps/
x509.c 124 {"checkend", OPT_CHECKEND, 'M',
283 int fingerprint = 0, reqfile = 0, checkend = 0; local
565 checkend = 1;
572 BIO_printf(bio_err, "%s: Checkend time out of range %s\n",
1029 if (checkend) {
  /src/crypto/external/bsd/openssl.old/dist/apps/
x509.c 107 {"checkend", OPT_CHECKEND, 'M',
174 int fingerprint = 0, reqfile = 0, checkend = 0; local
431 checkend = 1;
438 BIO_printf(bio_err, "%s: checkend time out of range %s\n",
855 if (checkend) {

Completed in 36 milliseconds