Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/restore/
H A Dsymtab.c472 #define STRTBLINCR ((size_t)sizeof (struct strhdr)) macro
473 #define allocsize(size) (((size) + 2 + STRTBLINCR - 1) & ~(STRTBLINCR - 1))
475 static struct strhdr strtblhdr[allocsize(MAXCOMPLEXLEN) / STRTBLINCR];
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()