Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/common/
H A Dstring_table.c167 stp->st_strsize = stp->st_fullstrsize = stp->st_nextoff = 1; in st_new()
416 _stoff = stp->st_nextoff; in st_setstring()
425 stp->st_nextoff += stlen; in st_setstring()
460 mstr->sm_stroff = stp->st_nextoff; in st_setstring()
470 stp->st_nextoff += mstrlen; in st_setstring()
/illumos-gate/usr/src/cmd/sgs/include/
H A D_string_table.h104 size_t st_nextoff; /* next available string */ member