VSTR
(void) sprintf(buf, "%s%d\n", VSTR, version);
if (strncmp(p, VSTR, strlen(VSTR)) == 0) {
p += strlen(VSTR);