Searched refs:r_tag (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/svr4pkg/libinst/ |
H A D | sml.c | 125 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 …]
|
/titanic_50/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libinst.h | 490 #define SML_TAG__R_ISVALID(r_tag) \ argument 491 ((r_tag) != ((SML_TAG**)(SML_TAG__NULL))) 521 SML_TAG *smlAddTag(SML_TAG **r_tag, int a_index, 551 int smlLoadTagFromFile(SML_TAG **r_tag, char *a_fileName); 559 int smlReadOneTag(SML_TAG **r_tag, char *a_str); 560 int smlConvertStringToTag(SML_TAG **r_tag, char *str);
|