Searched refs:ntag (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/svr4pkg/libinst/ |
H A D | putparam.c | 199 SML_TAG *ntag; in putConditionInfo() local 222 ntag = smlNewTag(TAG_COND_PARENT_ZONE); in putConditionInfo() 226 smlSetParam(ntag, TAG_COND_ZONE_NAME, in putConditionInfo() 231 smlSetParam(ntag, TAG_COND_ZONE_TYPE, in putConditionInfo() 236 (void) smlAddTag(&tag, -1, ntag); in putConditionInfo() 237 free(ntag); in putConditionInfo() 246 ntag = smlNewTag(TAG_COND_CURRENT_ZONE); in putConditionInfo() 252 smlSetParam(ntag, TAG_COND_ZONE_NAME, p); in putConditionInfo() 258 smlSetParam(ntag, TAG_COND_ZONE_TYPE, in putConditionInfo() 264 (void) smlAddTag(&tag, -1, ntag); in putConditionInfo() [all …]
|
/titanic_44/usr/src/lib/libldap5/sources/ldap/ber/ |
H A D | encode.c | 69 ber_tag_t ntag; in ber_put_tag() local 73 ntag = LBER_HTONL( tag ); in ber_put_tag() 75 return( ber_write( ber, ((char *) &ntag) + sizeof(ber_int_t) - taglen, in ber_put_tag() 486 ber_tag_t ntag; in ber_put_seqorset() local 490 ntag = LBER_HTONL( (*sos)->sos_tag ); in ber_put_seqorset() 491 SAFEMEMCPY( (*sos)->sos_first, (char *) &ntag + in ber_put_seqorset()
|
/titanic_44/usr/src/lib/libkmf/ber_der/common/ |
H A D | encode.c | 73 ber_tag_t ntag; in ber_put_tag() local 77 ntag = htonl(tag); in ber_put_tag() 80 ((char *) &ntag) + sizeof (ber_int_t) - taglen, in ber_put_tag() 542 ber_tag_t ntag; in ber_put_seqorset() local 546 ntag = htonl((*sos)->sos_tag); in ber_put_seqorset() 547 (void) memmove((*sos)->sos_first, (char *)&ntag + in ber_put_seqorset()
|
/titanic_44/usr/src/tools/onbld/hgext/ |
H A D | cdm.py | 1022 for ntag, nnode in sorted(repo.tags().items(), 1024 if ntag in oldtags and ntag != "tip": 1025 if oldtags[ntag] != nnode: 1027 (ntag, repo.changelog.rev(nnode),
|
/titanic_44/usr/src/cmd/svr4pkg/pkgcond/ |
H A D | main.c | 3805 SML_TAG *ntag; in parseGlobalData() local 3912 ntag = smlGetTagByName(tag, 0, TAG_COND_TOPLEVEL); in parseGlobalData() 3913 if (ntag == SML_TAG__NULL) { in parseGlobalData() 3925 a = smlGetParamByTag(ntag, 0, TAG_COND_PARENT_ZONE, TAG_COND_ZONE_NAME); in parseGlobalData() 3930 a = smlGetParamByTag(ntag, 0, TAG_COND_PARENT_ZONE, TAG_COND_ZONE_TYPE); in parseGlobalData() 3935 a = smlGetParamByTag(ntag, 0, TAG_COND_CURRENT_ZONE, in parseGlobalData() 3941 a = smlGetParamByTag(ntag, 0, TAG_COND_CURRENT_ZONE, in parseGlobalData()
|