Searched refs:tlen (Results 1 - 25 of 47) sorted by relevance

12

/osnet-11/usr/src/lib/libldap4/include/
H A Dldif.h40 * tlen) and value (length vlen) will take up: room for type + ":: " +
44 #define LDIF_SIZE_NEEDED(tlen,vlen) \
45 ((tlen) + 4 + LDIF_BASE64_LEN(vlen) \
46 + ((LDIF_BASE64_LEN(vlen) + tlen + 3) / LINE_WIDTH * 2 ))
/osnet-11/usr/src/lib/libldap5/include/ldap/
H A Dldif.h62 * tlen) and value (length vlen) will take up: room for type + ":: " +
66 #define LDIF_SIZE_NEEDED(tlen,vlen) \
67 ((tlen) + 4 + LDIF_BASE64_LEN(vlen) \
68 + ((LDIF_BASE64_LEN(vlen) + tlen + 3) / LDIF_MAX_LINE_WIDTH * 2 ))
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpppoe.c201 int tlen; local
212 tlen = POET_GET_LENG(tagp);
213 if (tlen > pktlen - POET_HDRLEN)
216 if ((str = malloc(tlen + 1)) == NULL) {
220 (void) memcpy(str, POET_DATA(tagp), tlen);
221 str[tlen] = '\0';
223 pktlen -= POET_HDRLEN + tlen;
224 tagp += POET_HDRLEN + tlen;
247 int tlen; local
262 tlen
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencengine.c96 STRLEN dlen, STRLEN * dout, int approx, const U8 *term, STRLEN tlen)
136 if (term && (STRLEN)(d-dlast) == tlen && memEQ(dlast, term, tlen)) {
95 do_encode(encpage_t * enc, const U8 * src, STRLEN * slen, U8 * dst, STRLEN dlen, STRLEN * dout, int approx, const U8 *term, STRLEN tlen) argument
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_rexd.c161 int tlen; local
241 tlen = strlen(cmdbuf) + strlen(gtxt) + 1;
243 if ((tbuf = malloc(tlen)) == NULL) {
247 (void) snprintf(tbuf, tlen, gtxt, cmdbuf);
279 int tlen; local
358 tlen = strlen(cmdbuf) + strlen(gtxt) + 1;
360 if ((tbuf = malloc(tlen)) == NULL) {
365 (void) snprintf(tbuf, tlen, gtxt, cmdbuf);
H A Daudit_rexecd.c136 int tlen; local
215 tlen = strlen(gtxt) + strlen(cmdbuf) + 1;
216 if ((tbuf = malloc(tlen)) == NULL) {
220 (void) snprintf(tbuf, tlen, gtxt, cmdbuf);
247 int tlen; local
323 tlen = strlen(gtxt) + strlen(cmdbuf) + 1;
324 if ((tbuf = malloc(tlen)) == NULL) {
327 (void) snprintf(tbuf, tlen, gtxt, cmdbuf);
H A Daudit_rshd.c102 int tlen; local
140 tlen = strlen(gtxt) + strlen(cmdbuf) + 1;
141 if ((tbuf = malloc(tlen)) == NULL) {
145 (void) snprintf(tbuf, tlen, gtxt, cmdbuf);
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DTuple.java319 int tlen = t.size();
320 for (int i = 0; (cmp == 0) && (i < len) && (i < tlen); ++i) {
324 cmp = (len < tlen ? -1 : (len > tlen ? 1 : 0));
/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_put.c393 B_TYPE(bk->type) == B_OVERFLOW ? ((BOVERFLOW *)bk)->tlen : bk->len;
449 bo.tlen = item->size;
648 bo.tlen = 0;
726 u_int32_t len, tlen; local
752 * to the place at which to copy the user's data, b) set tlen to the
757 tlen = dbt->doff;
777 if ((ret = __db_goff(dbp, &copy, bo->tlen,
782 tlen = dbt->doff;
796 if (bo->tlen > dbt->doff + dbt->dlen) {
797 len = bo->tlen
[all...]
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_print.c247 int err, tlen, new_fd; local
250 tlen = strlen(title);
251 if (tlen >= SMBIOC_MAX_NAME)
H A Dsmbfs_spnegoparse.c1279 long tlen, elen, len; local
1402 elen, elen, &len, &tlen);
1405 elen -= tlen;
1406 ptok += tlen;
1410 elen, &len, &tlen);
1413 elen -= tlen;
1414 ptok += tlen;
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_overflow.c82 __db_goff(dbp, dbt, tlen, pgno, bpp, bpsz)
85 u_int32_t tlen;
107 needed = tlen;
348 __db_moff(dbp, dbt, pgno, tlen, cmpfunc, cmpp)
352 u_int32_t tlen;
372 &local_dbt, tlen, pgno, &buf, &bufsize)) != 0)
H A Ddb_ret.c55 ho.tlen, ho.pgno, memp, memsize));
67 bo->tlen, bo->pgno, memp, memsize));
H A Ddb_conv.c158 SWAP32(p); /* tlen */
190 M_32_SWAP(bo->tlen);
215 M_32_SWAP(bo->tlen);
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_entry.cc96 int tlen, j, i; local
126 tlen = newcols[j].ec_value.ec_value_len =
128 newcols[j].ec_value.ec_value_val = new char[ tlen ];
142 tlen);
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr.h83 asr_handle_t *ah, asr_buf_t *buf, char *timebuf, size_t tlen);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Encode/
H A Dencode.h80 const U8 *term, STRLEN tlen);
/osnet-11/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c1216 unsigned int tlen = 0; local
1297 tlen = 1 + gssint_der_length_size(hintNameBuf.length) +
1299 hintNameSize = tlen;
1302 tlen += 1 + gssint_der_length_size(hintNameSize);
1303 negHintsSize = tlen;
1305 t = (unsigned char *)malloc(tlen);
1315 &ptr, tlen - (int)(ptr-t)))
1320 &ptr, tlen - (int)(ptr-t)))
3083 unsigned int tlen, ilen; local
3085 tlen
3442 unsigned int tlen, dataLen = 0; local
3606 unsigned int tlen = 0; local
[all...]
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dgetzoneent.c270 size_t tlen, namelen; local
295 tlen = sizeof (_PATH_TMPFILE) + strlen(zonecfg_root);
296 tmp_file_name = malloc(tlen);
301 (void) snprintf(tmp_file_name, tlen, "%s%s", zonecfg_root,
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_msg.c248 int tlen = 0; local
281 tlen += len;
296 tlen += len;
297 assert(tlen <= msg->sip_msg_len);
310 tlen += len;
311 assert(tlen <= msg->sip_msg_len);
331 int tlen = 0; local
401 int tlen = 0; local
413 tlen += len;
430 tlen
[all...]
/osnet-11/usr/src/lib/libldap4/common/
H A Dcontrols.c191 unsigned int ttag, tlen; local
205 ttag = ber_peek_tag(ber, &tlen);
213 ttag = ber_peek_tag(ber, &tlen);
/osnet-11/usr/src/lib/libnsl/key/
H A Dxcrypt.c472 int plen, tlen; local
487 tlen = ((plen + len + (KEYLEN-1))/KEYLEN)*KEYLEN;
488 if ((text = malloc(tlen)) == NULL) {
492 (void) memset(text, 0, tlen);
562 (void) cbc_crypt(tkey.c, text, tlen, DES_ENCRYPT|DES_HW, ivec.c);
/osnet-11/usr/src/lib/libldap4/util/
H A Dline64.c374 int tlen; local
377 tlen = strlen( type );
378 if (( buf = (char *)malloc( LDIF_SIZE_NEEDED( tlen, vlen ) + 1 )) !=
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetvalues.c270 int tlen = targetTypes[i].length; local
275 if ( (tlen == alen) && !strncasecmp( t, a, tlen ) )
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h343 u_int32_t tlen; /* 08-11: Total length of item. */ member in struct:_hoffpage
347 #define HOFFPAGE_TLEN(p) (((u_int8_t *)p) + SSZ(HOFFPAGE, tlen))
431 u_int32_t tlen; /* 08-11: Total length of item. */ member in struct:_boverflow

Completed in 59 milliseconds

12