Searched refs:xlen (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dgen_peg_mecpu.tcl176 set xlen [string length $x]
177 if {![info exists max($col)] || ($xlen > $max($col))} {set max($col) $xlen}
246 set xlen [string length $x]
249 append line [string repeat " " [expr {$max($col) - $xlen}]]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblber/
H A Dencode.c440 ber_len_t xlen; /* len + length(length) */ local
448 xlen = ber->ber_sos_ptr - (char *) lenptr;
449 if ( xlen > MAXINT_BERSIZE + SOS_LENLEN ) {
457 len = xlen - SOS_LENLEN;
469 xlen -= unused;
470 AC_MEMCPY( lenptr, p, xlen );
471 ber->ber_sos_ptr = (char *) lenptr + xlen;
482 return xlen + *SOS_TAG_END(header); /* lenlen + len + taglen */
/macosx-10.10.1/rsync-45/rsync/
H A Dsender.c233 int iflags, xlen; local
268 xname, &xlen);
313 xname, xlen);
399 xname, xlen);
H A Dreceiver.c350 int iflags, xlen; local
405 xname, &xlen);
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dgetifaddrs.c508 size_t dlen, xlen, nlen; local
518 icnt = dlen = xlen = nlen = 0;
559 + dlen + xlen + nlen);
579 ifname = xdata + xlen;
689 xlen += NLMSG_ALIGN(rtapayload);
839 if (icnt == 0 && (dlen + nlen + xlen == 0)){
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecECKey.c264 size_t xlen, ylen, ix; local
274 xlen = (size_t)strlen((char*)xunit);
277 xString = CFStringCreateMutable(kCFAllocatorDefault, xlen * 2);
280 for (ix = 0; ix < xlen; ++ix)
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dsubst.c3523 int xlen; local
3612 xlen = strlen(x);
3616 strcatsub(&y, ostr, aptr, x, xlen, y + 1, globsubst,
3660 xlen = strlen(x);
3661 strcatsub(&y, ostr, aptr, x, xlen, NULL, globsubst, copied);
3699 xlen = strlen(x);
3700 *str = strcatsub(&y, aptr, aptr, x, xlen, fstr, globsubst, copied);
3713 int xlen; local
3732 xlen = strlen(x);
3733 *str = strcatsub(&y, ostr, aptr, x, xlen, fst
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dpkinit.c526 int xlen; local
541 ASN1_MALLOC_ENCODE(ECParameters, p, xlen, &ecp, &size, ret);
545 if ((int)size != xlen)
568 xlen = i2o_ECPublicKey(ctx->u.eckey, NULL);
569 if (xlen <= 0)
572 dhbuf.data = malloc(xlen);
575 dhbuf.length = xlen;
578 xlen = i2o_ECPublicKey(ctx->u.eckey, &p);
579 if (xlen <= 0)
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dd1_both.c360 int xlen; local
372 xlen = ret;
377 xlen = ret - DTLS1_HM_HEADER_LENGTH;
380 ssl3_finish_mac(s, p, xlen);
/macosx-10.10.1/ruby-106/ruby/
H A Dbignum.c1555 long xlen = RBIGNUM_LEN(x); local
1575 if (xlen < RBIGNUM_LEN(y))
1577 if (xlen > RBIGNUM_LEN(y))
1583 while (xlen-- && (xds[xlen]==yds[xlen]));
1584 if (-1 == xlen) return INT2FIX(0);
1585 return (xds[xlen] > yds[xlen]) ?
3201 const long xlen local
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/library/http/
H A Dhttp.tcl1432 binary scan $data @${pos}S xlen
1434 set extra [string range $data $pos $xlen]
1435 set pos [incr xlen]
/macosx-10.10.1/tcl-105/tcl_ext/tclvfs/tclvfs/http2.6/
H A Dhttp.tcl1404 binary scan $data @${pos}S xlen
1406 set extra [string range $data $pos $xlen]
1407 set pos [incr xlen]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DAPInt.cpp323 /// the integer array dest. Note that dest's size must be >= xlen + ylen.
325 static void mul(uint64_t dest[], uint64_t x[], unsigned xlen, uint64_t y[], argument
327 dest[xlen] = mul_1(dest, x, xlen, y[0]);
331 for (unsigned j = 0; j < xlen; ++j) {
351 dest[i+xlen] = carry;
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs4_vnops.c727 uint32_t namlen, skiplen, fhlen, xlen, attrlen, reclen, space_free, space_needed; local
799 xlen = rdirplus ? (fhlen + sizeof(time_t)) : 0;
802 reclen = NFS_DIRENTRY_LEN(namlen + xlen);
803 if (xlen)
804 bzero(&dp->d_name[namlen+1], xlen);
811 padstart = dp->d_name + dp->d_namlen + 1 + xlen;
821 reclen = NFS_DIRENTRY_LEN(namlen + xlen);
822 if (xlen)
823 bzero(&dp->d_name[namlen+1], xlen);
833 padstart = dp->d_name + dp->d_namlen + 1 + xlen;
[all...]
H A Dnfs_vnops.c5659 uint32_t namlen, skiplen, fhlen, xlen, attrlen, reclen, space_free, space_needed; local
5777 xlen = rdirplus ? (fhlen + sizeof(time_t)) : 0;
5779 reclen = NFS_DIRENTRY_LEN(namlen + xlen);
5855 xlen = fhlen + sizeof(time_t);
5856 reclen = NFS_DIRENTRY_LEN(namlen + xlen);
5870 xlen = fhlen + sizeof(time_t);
5871 reclen = NFS_DIRENTRY_LEN(namlen + xlen);
5877 padstart = dp->d_name + dp->d_namlen + 1 + xlen;
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dtcp_output.c1961 int xlen = len; local
1963 ++xlen;
1966 ++xlen;
1969 if (SEQ_GT(tp->snd_nxt + xlen, tp->snd_max))
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dbconfig.c4652 int xlen; local
4659 xlen = rdn.bv_len - (ptr2 - rdn.bv_val);
4664 ptr1 = lutil_strncopy( ptr1, ptr2, xlen );
/macosx-10.10.1/emacs-93/emacs/src/
H A Dprocess.c4901 int xlen = sizeof(xerrno);
4902 if (getsockopt(channel, SOL_SOCKET, SO_ERROR, &xerrno, &xlen))
4887 int xlen = sizeof(xerrno); local
/macosx-10.10.1/emacs-93/emacs/leim/CXTERM-DIC/
H A DARRAY30.tit10827 xlen �� # ---> 2v9-3^6v 0

Completed in 322 milliseconds