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

  /src/crypto/external/bsd/openssl/dist/crypto/pem/
pem_lib.c 738 static const char tailstr[] = "-----\n"; variable
741 #define TAILLEN ((int)(sizeof(tailstr) - 1))
774 || strncmp(linebuf + len - TAILLEN, tailstr, TAILLEN) != 0);
874 strncmp(p + namelen, tailstr, TAILLEN) != 0) {
pem_lib.c 738 static const char tailstr[] = "-----\n"; variable
741 #define TAILLEN ((int)(sizeof(tailstr) - 1))
774 || strncmp(linebuf + len - TAILLEN, tailstr, TAILLEN) != 0);
874 strncmp(p + namelen, tailstr, TAILLEN) != 0) {
  /src/crypto/external/bsd/openssl.old/dist/crypto/pem/
pem_lib.c 721 static const char tailstr[] = "-----\n"; variable
724 #define TAILLEN ((int)(sizeof(tailstr) - 1))
755 || strncmp(linebuf + len - TAILLEN, tailstr, TAILLEN) != 0);
855 strncmp(p + namelen, tailstr, TAILLEN) != 0) {
pem_lib.c 721 static const char tailstr[] = "-----\n"; variable
724 #define TAILLEN ((int)(sizeof(tailstr) - 1))
755 || strncmp(linebuf + len - TAILLEN, tailstr, TAILLEN) != 0);
855 strncmp(p + namelen, tailstr, TAILLEN) != 0) {

Completed in 86 milliseconds