Searched defs:_stoff (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dstring_table.c373 size_t _stoff; local
376 _stoff = stp->st_nextoff;
380 if ((_stoff + stlen) > stp->st_fullstrsize)
382 memcpy(stp->st_strbuf + _stoff, str, stlen);
383 *stoff = _stoff;

Completed in 44 milliseconds