Home
last modified time | relevance | path

Searched refs:r_tag (Results 1 – 2 of 2) 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);
175 smlAddTag(SML_TAG **r_tag, int a_index, SML_TAG *a_subTag) in smlAddTag() argument
182 assert(SML_TAG__R_ISVALID(r_tag)); in smlAddTag()
186 tag = *r_tag; in smlAddTag()
956 smlConvertStringToTag(SML_TAG **r_tag, char *str) in smlConvertStringToTag() argument
964 assert(SML_TAG__R_ISVALID(r_tag)); in smlConvertStringToTag()
983 *r_tag = tag; in smlConvertStringToTag()
1016 smlReadOneTag(SML_TAG **r_tag, char *a_str) in smlReadOneTag() argument
1022 assert(SML_TAG__R_ISVALID(r_tag)); in smlReadOneTag()
1031 *r_tag = SML_TAG__NULL; in smlReadOneTag()
[all …]
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h482 #define SML_TAG__R_ISVALID(r_tag) \ argument
483 ((r_tag) != ((SML_TAG**)(SML_TAG__NULL)))
513 SML_TAG *smlAddTag(SML_TAG **r_tag, int a_index,
543 int smlLoadTagFromFile(SML_TAG **r_tag, char *a_fileName);
551 int smlReadOneTag(SML_TAG **r_tag, char *a_str);
552 int smlConvertStringToTag(SML_TAG **r_tag, char *str);