Searched refs:tmplen (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.0-release/sys/arm/xscale/i80321/
H A Di80321_aau.c169 int tmplen = len; local
199 while (tmplen > 0) {
203 while (to_nextpagedst < tmplen) {
212 tmplen -= min_hop;
218 if (tmplen <= 0 && descnb > 0) {
228 desc->count = tmplen > min_hop ? min_hop : tmplen;
230 if (min_hop < tmplen) {
231 tmplen -= min_hop;
234 tmplen
[all...]
H A Di80321_dma.c187 int tmplen = len; local
234 while (tmplen > 0) {
245 while (to_nextpagesrc < tmplen) {
255 while (to_nextpagedst < tmplen) {
268 tmplen -= min_hop;
275 if (tmplen <= 0 && descnb > 0) {
287 desc->count = tmplen > min_hop ? min_hop : tmplen;
289 if (min_hop < tmplen) {
290 tmplen
[all...]
/freebsd-10.0-release/sys/kgssapi/krb5/
H A Dkcrypto.c165 size_t tmplen; local
170 tmplen = lcm(inlen, outlen);
171 tmp = malloc(tmplen, M_GSSAPI, M_WAITOK);
174 for (i = inlen, p = tmp; i < tmplen; i += inlen, p += inlen) {
178 for (i = 0, p = tmp; i < tmplen; i += outlen, p += outlen) {
/freebsd-10.0-release/lib/libedit/
H A Dsearch.c448 int tmplen; local
454 tmplen = LEN;
458 tmplen = c_gets(el, &tmpbuf[LEN],
460 if (tmplen == -1)
463 tmplen += LEN;
464 ch = tmpbuf[tmplen];
465 tmpbuf[tmplen] = '\0';
467 if (tmplen == LEN) {
492 tmpbuf[tmplen++] = '.';
493 tmpbuf[tmplen
[all...]
H A Dcommon.c905 int tmplen; local
907 tmplen = c_gets(el, tmpbuf, "\n: ");
910 if (tmplen < 0 || (tmpbuf[tmplen] = 0, parse_line(el, tmpbuf)) == -1)
/freebsd-10.0-release/crypto/openssl/apps/
H A Dasn1pars.c91 long num,tmplen; local
308 tmplen=num;
320 tmplen-=j;
323 at = d2i_ASN1_TYPE(NULL,&ctmpbuf,tmplen);
342 tmplen=at->value.asn1_string->length;
345 num=tmplen;
/freebsd-10.0-release/crypto/openssh/
H A Dsftp.c1639 u_int y, count = 0, cmdlen, tmplen; local
1682 tmplen = strlen(tmp);
1685 if (tmplen > cmdlen)
1732 u_int i, hadglob, pwdlen, len, tmplen, filelen, cesc, isesc, isabs; local
1753 for (hadglob = tmplen = pwdlen = 0; tmp[tmplen] != 0; tmplen++) {
1755 if (tmp[tmplen] == '*' || tmp[tmplen] == '?') {
1756 if (tmp[tmplen] !
[all...]
/freebsd-10.0-release/contrib/wpa/src/eap_common/
H A Deap_sake_common.c325 size_t tmplen; local
327 tmplen = serverid_len + 1 + peerid_len + 1 + eap_len;
328 tmp = os_malloc(tmplen);
369 _rand, 2 * EAP_SAKE_RAND_LEN, tmp, tmplen,
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra_svn/
H A Dcyrus_auth.c677 apr_size_t tmplen = sasl_baton->write_len; local
680 &tmplen));
681 if (tmplen == 0)
689 sasl_baton->write_len -= (unsigned int) tmplen;
690 sasl_baton->write_buf += tmplen;
/freebsd-10.0-release/contrib/bmake/
H A Dmeta.c876 static size_t tmplen = 0; local
925 tmplen = strlen(tmpdir);
1111 if (tmplen > 0 && strncmp(p, tmpdir, tmplen) == 0)
/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Dtasn_dec.c167 long tmplen; local
367 tmplen = len;
388 len = tmplen - (p - *in);
/freebsd-10.0-release/contrib/wpa/src/p2p/
H A Dp2p.c2143 size_t tmplen; local
2175 tmplen = wpabuf_len(tmp);
2176 if (tmplen > len)
2179 os_memcpy(buf, wpabuf_head(tmp), tmplen);
2180 res = tmplen;
2194 size_t tmplen; local
2231 tmplen = wpabuf_len(tmp);
2232 if (tmplen > len)
2235 os_memcpy(buf, wpabuf_head(tmp), tmplen);
2236 res = tmplen;
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dsymtab.c3281 static unsigned int tmplen = 0;
3296 while ((strlen (method) + 1) >= tmplen)
3298 if (tmplen == 0)
3299 tmplen = 1024;
3301 tmplen *= 2;
3302 tmp = xrealloc (tmp, tmplen);
3272 static unsigned int tmplen = 0; local
/freebsd-10.0-release/libexec/bootpd/
H A Dreadfile.c1790 u_int tmplen;
1799 tmplen = sizeof(tmpstr);
1800 get_string(src, tmpstr, &tmplen);
1773 u_int tmplen; local
/freebsd-10.0-release/sys/kern/
H A Dkern_jail.c362 size_t tmplen; local
394 tmplen = MAXPATHLEN + MAXHOSTNAMELEN + MAXHOSTNAMELEN;
399 tmplen += ip4s * sizeof(struct in_addr);
407 tmplen += j->ip6s * sizeof(struct in6_addr);
412 u_path = malloc(tmplen, M_TEMP, M_WAITOK);
/freebsd-10.0-release/sys/dev/ti/
H A Dif_ti.c790 size_t tmplen; local
799 tmplen = len;
801 while (tmplen) {
808 tmplen -= 4;

Completed in 163 milliseconds