Searched refs:tags_num (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsml.c198 if ((a_index > tag->tags_num) || (a_index == -1)) {
199 a_index = tag->tags_num;
204 tag->tags_num++;
209 sizeof (SML_TAG) * tag->tags_num);
213 if (a_index < (tag->tags_num - 1)) {
215 sizeof (SML_TAG) * (tag->tags_num - a_index - 1));
261 if (tag->tags_num == 0) {
266 for (index = 0; index < tag->tags_num; index++) {
274 if (index >= tag->tags_num) {
287 if (index < (tag->tags_num
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h512 int tags_num; /* # subtags in *tags */ member in struct:_sml_tag_struct

Completed in 60 milliseconds