strhdr
struct strhdr *next;
#define STRTBLINCR (sizeof(struct strhdr))
static struct strhdr strtblhdr[allocsize(NAME_MAX) / STRTBLINCR];
struct strhdr *np;
struct strhdr *tp, *np;
np = (struct strhdr *)name;