Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/restore/
H A Dsymtab.c475 static struct strhdr strtblhdr[allocsize(MAXCOMPLEXLEN) / STRTBLINCR]; variable
498 np = strtblhdr[as / STRTBLINCR].next; in savename()
500 strtblhdr[as / STRTBLINCR].next = np->next; in savename()
528 tp = &strtblhdr[allocsize(strlen(name)) / STRTBLINCR]; in freename()