Home
last modified time | relevance | path

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

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