Home
last modified time | relevance | path

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

/openssl-master/crypto/pem/
A Dpem_lib.c737 static const char endstr[] = "-----END "; variable
740 #define ENDLEN ((int)(sizeof(endstr) - 1))
847 if (!strncmp(linebuf, endstr, ENDLEN) || got_header == IN_HEADER) in get_header_and_data()
870 if (strncmp(linebuf, endstr, ENDLEN) == 0) { in get_header_and_data()
/openssl-master/apps/
A Dcmp.c1697 char *endstr; in handle_opt_geninfo() local
1713 value = strtol(valptr, &endstr, 10); in handle_opt_geninfo()
1714 if (endstr == valptr || *endstr != '\0') { in handle_opt_geninfo()

Completed in 9 milliseconds