Searched refs:strtblhdr (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sbin/restore/
H A Dsymtab.c377 static struct strhdr strtblhdr[allocsize(NAME_MAX) / STRTBLINCR]; variable in typeref:struct:strhdr
393 np = strtblhdr[len / STRTBLINCR].next;
395 strtblhdr[len / STRTBLINCR].next = np->next;
415 tp = &strtblhdr[strlen(name) / STRTBLINCR];

Completed in 41 milliseconds