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

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsml.c125 static int _smlReadTag(SML_TAG **r_tag, char **a_str, char *parent);
157 * Arguments: r_tag - [RO, *RW] - (SML_TAG **)
168 * The location within "r_tag" where "a_subTag"
169 * has been added - this is the handle into the r_tag
175 smlAddTag(SML_TAG **r_tag, int a_index, SML_TAG *a_subTag) argument
182 assert(SML_TAG__R_ISVALID(r_tag));
186 tag = *r_tag;
943 * r_tag - [RW, *RW] - (SML_TAG **)
956 smlConvertStringToTag(SML_TAG **r_tag, char *str) argument
964 assert(SML_TAG__R_ISVALID(r_tag));
1016 smlReadOneTag(SML_TAG **r_tag, char *a_str) argument
2391 _smlReadTag(SML_TAG **r_tag, char **a_str, char *parent) argument
[all...]

Completed in 61 milliseconds