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

/xsrc/external/mit/ctwm/dist/
H A Dctopts.c51 size_t slen, tlen; local in function:ctopts_string
56 tlen = 0;
59 tlen += strlen(ctopts[i]);
61 tlen += slen;
66 cto = malloc(tlen + 1);
/xsrc/external/mit/libFS/dist/src/
H A DFSSetCats.c69 size_t tlen; local in function:FSSetCatalogues
72 tlen = strnlen(cats[i], 256);
74 tlen = strlen(cats[i]);
76 if (tlen < 256) {
77 len += tlen;
/xsrc/external/mit/libXi/dist/src/
H A DXGtSelect.c72 int tlen, alen; local in function:XGetSelectedExtensionEvents
99 tlen = (*this_client_count) * sizeof(CARD32);
100 alen = (rep.length << 2) - tlen;
102 if (tlen) {
/xsrc/external/mit/libX11/dist/src/
H A DErrDes.c153 unsigned long tlen; local in function:XGetErrorDatabaseText
188 tlen = strlen (name) + strlen (type) + 2;
189 if (tlen <= sizeof(temp))
192 tptr = Xmalloc (tlen);
194 snprintf(tptr, tlen, "%s.%s", name, type);
/xsrc/external/mit/libXfont2/dist/src/util/
H A Dfontxlfd.c376 size_t tlen; local in function:FontParseXLFDName
509 tlen = strlen(tmpBuf);
510 snprintf(tmpBuf + tlen, sizeof(tmpBuf) - tlen, "-%*.*s", l, l, p);
514 tlen = strlen(tmpBuf);
515 snprintf(tmpBuf + tlen, sizeof(tmpBuf) - tlen, "-%*.*s", l, l, p);
519 tlen = strlen(tmpBuf);
520 snprintf(tmpBuf + tlen, sizeof(tmpBuf) - tlen, "
[all...]
/xsrc/external/mit/xedit/dist/lisp/mp/
H A Dmp.c424 long xlen, tlen, ulen; local in function:mp_karatsuba_mul
439 tlen = la0 + lb0;
440 t = mp_malloc(sizeof(BNS) * tlen);
450 tlen = mp_add(t, op1, op1 + x, la0, la1);
458 xlen = mp_mul(r, t, u, tlen, ulen);
463 tlen = la0 + lb0;
464 memset(t, '\0', sizeof(BNS) * tlen);
465 tlen = mp_mul(t, op1, op2, la0, lb0);
473 xlen = mp_sub(r, r, t, xlen, tlen);
485 xlen = mp_add(rop, rop, t, xlen, tlen);
[all...]
H A Dmp.h53 BNI tlen = len1; \
58 len2 = tlen; \
/xsrc/external/mit/xedit/dist/lisp/re/
H A Dreo.c581 int i, j, tlen, len, is; local in function:orec_str_list
607 for (i = tlen = 0, ptr = alt; i < count; i++) {
621 tlen += len;
649 stl->tlen = tlen;
H A Drep.h352 int tlen; /* Total length of all strings */ member in struct:_rec_stl
H A Dre.c2079 rlen = stl->tlen + stl->nstrs + 4;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Modes.c337 int tlen = 0; local in function:xf86PrintModeline
342 type[tlen++] = ' ';
345 type[tlen++] = tchar[i];
347 type[tlen] = '\0';
/xsrc/external/mit/fontconfig/dist/src/
H A Dfclang.c186 size_t llen, tlen = 0, mlen = 0; local in function:FcLangNormalize
256 tlen = strlen (territory);
265 if (territory && (tlen < 2 || tlen > 3) &&
266 !(territory[0] == 'z' && tlen < 5))
285 memmove (territory - 1, territory + tlen, (mlen > 0 ? mlen + 1 : 0) + 1);
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimDefIm.c289 int llen, tlen, clen; local in function:_XimPreConnectionIM
317 tlen = territory ? strlen( territory ): 0;
320 if( tlen != 0 && clen != 0 ) {
321 if( (locale_name[0] = Xmalloc(llen+tlen+clen+3)) != NULL )
330 if( tlen != 0 ) {
331 if( (locale_name[2] = Xmalloc(llen+tlen+2)) != NULL )

Completed in 16 milliseconds