/titanic_41/usr/src/lib/libkmf/ber_der/common/ |
H A D | encode.c | 72 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 D | encode.c | 68 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 D | snoop_ip.c | 1285 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 D | snoop_ppp.c | 1366 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 D | asn1_k_decode.c | 43 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 D | krb5_decode.c | 93 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 D | syslog.c | 116 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 D | syslog.c | 183 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 D | rdn_parser.c | 117 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 D | awk3.c | 2113 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 D | glue1.c | 42 int taglen = 1000; variable 118 taglen = (int)argv[2]; in huntmain()
|
/titanic_41/usr/src/lib/libsip/common/ |
H A D | sip_msg.c | 638 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 D | zfs_main.c | 5555 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()
|