Home
last modified time | relevance | path

Searched refs:tailstr (Results 1 – 1 of 1) sorted by relevance

/openssl-master/crypto/pem/
A Dpem_lib.c738 static const char tailstr[] = "-----\n"; variable
741 #define TAILLEN ((int)(sizeof(tailstr) - 1))
774 || strncmp(linebuf + len - TAILLEN, tailstr, TAILLEN) != 0); in get_name()
874 strncmp(p + namelen, tailstr, TAILLEN) != 0) { in get_header_and_data()

Completed in 4 milliseconds