MAX_NLEN
char counter_name[MAX_NLEN]; /* Name of counter */
if (nlen < (MAX_NLEN-1)) {
strncpy(up->counter_name, &p[(i+1)], (MAX_NLEN-1));