Searched refs:beginstr (Results 1 – 1 of 1) sorted by relevance
736 static const char beginstr[] = "-----BEGIN "; variable739 #define BEGINLEN ((int)(sizeof(beginstr) - 1))772 } while (strncmp(linebuf, beginstr, BEGINLEN) != 0 in get_name()