Home
last modified time | relevance | path

Searched refs:taglen (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/lib/libkmf/ber_der/common/
H A Dencode.c72 ber_int_t taglen; in ber_put_tag() local
75 taglen = kmfber_calc_taglen(tag); in ber_put_tag()
80 ((char *) &ntag) + sizeof (ber_int_t) - taglen, in ber_put_tag()
81 taglen, nosos)); in ber_put_tag()
162 ber_int_t len, lenlen, taglen, netnum, mask; in ber_put_int_or_enum() local
194 if ((taglen = ber_put_tag(ber, tag, 0)) == -1) in ber_put_int_or_enum()
204 return (taglen + lenlen + i); in ber_put_int_or_enum()
230 ber_int_t taglen, lenlen, rc, len; in ber_put_oid() local
235 if ((taglen = ber_put_tag(ber, tag, 0)) == -1) in ber_put_oid()
245 rc = taglen + lenlen + oid->bv_len; in ber_put_oid()
[all …]
/titanic_41/usr/src/lib/libldap5/sources/ldap/ber/
H A Dencode.c68 int taglen; in ber_put_tag() local
71 taglen = ber_calc_taglen( tag ); in ber_put_tag()
75 return( ber_write( ber, ((char *) &ntag) + sizeof(ber_int_t) - taglen, in ber_put_tag()
76 taglen, nosos ) ); in ber_put_tag()
157 int i, sign, taglen; in ber_put_int_or_enum() local
191 if ( (taglen = ber_put_tag( ber, tag, 0 )) == -1 ) in ber_put_int_or_enum()
201 return( taglen + lenlen + i ); in ber_put_int_or_enum()
231 int taglen, lenlen, rc; in ber_put_ostring() local
239 if ( (taglen = ber_put_tag( ber, tag, 0 )) == -1 ) in ber_put_ostring()
265 rc = taglen + lenlen + len; in ber_put_ostring()
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c1285 int i, taglen; in cipso2sl() local
1289 taglen = opt[1]; in cipso2sl()
1297 for (i = 0; i < taglen - TSOL_TT1_MIN_LENGTH; i++) in cipso2sl()
1306 int i, taglen, ishigh; in interpret_cipso_tagtype1() local
1310 taglen = opt[1]; in interpret_cipso_tagtype1()
1311 if (taglen < TSOL_TT1_MIN_LENGTH || in interpret_cipso_tagtype1()
1312 taglen > TSOL_TT1_MAX_LENGTH) in interpret_cipso_tagtype1()
1313 return (taglen); in interpret_cipso_tagtype1()
1320 for (i = 0; i < taglen - TSOL_TT1_MIN_LENGTH; i++) { in interpret_cipso_tagtype1()
1349 return (taglen); in interpret_cipso_tagtype1()
[all …]
H A Dsnoop_ppp.c1366 uint8_t taglen; in opt_format_i18n() local
1368 taglen = size - sizeof (mibenum); in opt_format_i18n()
1373 if (taglen > 0) { in opt_format_i18n()
1374 (void) sprintf(get_line(0, 0), "Language Tag = %.*s", taglen, in opt_format_i18n()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c43 unsigned int length, taglen
56 taglen = t2.length; \
72 taglen = t3.length; \
107 if (!taglen && indef) { get_eoc(); } \
121 && (tagnum || taglen || asn1class != UNIVERSAL)) \
136 && (tagnum || taglen || asn1class != UNIVERSAL)) \
149 if (!taglen && indef) { get_eoc(); } \
157 && (tagnum || taglen || asn1class != UNIVERSAL)) \
174 retval = asn1buf_remove_octetstring(&subbuf, taglen, &(var)); \
176 (len) = taglen; \
[all …]
H A Dkrb5_decode.c93 taglen = t2.length; \
111 unsigned int taglen;\
548 tmpbody.length = taglen; in decode_krb5_safe_with_body()
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dsyslog.c116 int taglen; in vsyslog() local
145 taglen = strlen(LogTag) < MAX_TAG ? strlen(LogTag) : MAX_TAG; in vsyslog()
146 strncpy(o, LogTag, taglen); in vsyslog()
147 o[taglen] = '\0'; in vsyslog()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dsyslog.c183 size_t taglen; in vsyslog() local
263 taglen = strlen(LogTag) < MAX_TAG ? strlen(LogTag) : MAX_TAG; in vsyslog()
264 (void) strncpy(o, LogTag, taglen); in vsyslog()
265 o[taglen] = '\0'; in vsyslog()
/titanic_41/usr/src/lib/libkmf/libkmf/common/
H A Drdn_parser.c117 int taglen; in scanTag() local
130 taglen = 0; in scanTag()
134 if (++taglen >= tagBufSize) { in scanTag()
/titanic_41/usr/src/cmd/awk_xpg4/
H A Dawk3.c2113 register int taglen; in makeindex() local
2119 for (taglen = 0; tag; tag >>= 4) in makeindex()
2120 tags[taglen++] = tag_chars[tag & 0xf]; in makeindex()
2137 i = (n = wcslen(array)) + len + 3 + taglen; in makeindex()
2144 if (taglen) { in makeindex()
2146 while (taglen) in makeindex()
2147 *cp++ = tags[--taglen]; in makeindex()
2161 len + 3 + taglen)); in makeindex()
2163 if (taglen) { in makeindex()
2165 while (taglen) in makeindex()
[all …]
/titanic_41/usr/src/cmd/refer/
H A Dglue1.c42 int taglen = 1000; variable
118 taglen = (int)argv[2]; in huntmain()
/titanic_41/usr/src/lib/libsip/common/
H A Dsip_msg.c638 int taglen; in sip_create_response() local
646 taglen = strlen(SIP_TAG) + strlen(totag) + 1; in sip_create_response()
647 xtra_param = (char *)malloc(taglen); in sip_create_response()
653 (void) snprintf(xtra_param, taglen, "%s%s", SIP_TAG, totag); in sip_create_response()
/titanic_41/usr/src/cmd/zfs/
H A Dzfs_main.c5555 size_t taglen = strlen(tag); in holds_callback() local
5556 if (taglen > cbp->cb_max_taglen) in holds_callback()
5557 cbp->cb_max_taglen = taglen; in holds_callback()