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

/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/crypto/openssl/apps/
H A Dasn1pars.c93 long num, tmplen; local
293 tmplen = num;
304 tmplen -= j;
307 at = d2i_ASN1_TYPE(NULL, &ctmpbuf, tmplen);
324 tmplen = at->value.asn1_string->length;
327 num = tmplen;
/freebsd-9.3-release/contrib/wpa/src/eap_common/
H A Deap_sake_common.c331 size_t tmplen; local
333 tmplen = serverid_len + 1 + peerid_len + 1 + eap_len;
334 tmp = os_malloc(tmplen);
375 _rand, 2 * EAP_SAKE_RAND_LEN, tmp, tmplen,
/freebsd-9.3-release/crypto/openssh/
H A Dsftp.c1712 u_int y, count = 0, cmdlen, tmplen; local
1755 tmplen = strlen(tmp);
1758 if (tmplen > cmdlen)
1805 u_int i, hadglob, pwdlen, len, tmplen, filelen, cesc, isesc, isabs; local
1826 for (hadglob = tmplen = pwdlen = 0; tmp[tmplen] != 0; tmplen++) {
1828 if (tmp[tmplen] == '*' || tmp[tmplen] == '?') {
1829 if (tmp[tmplen] !
[all...]
/freebsd-9.3-release/crypto/openssl/fips/sha/
H A Dfips_shatest.c227 long tmplen; local
232 Msg = hex2bin_m(value, &tmplen);
/freebsd-9.3-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-9.3-release/crypto/openssl/crypto/asn1/
H A Dtasn_dec.c176 long tmplen; local
361 tmplen = len;
377 len = tmplen - (p - *in);
/freebsd-9.3-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-9.3-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-9.3-release/sys/kern/
H A Dkern_jail.c360 size_t tmplen; local
392 tmplen = MAXPATHLEN + MAXHOSTNAMELEN + MAXHOSTNAMELEN;
397 tmplen += ip4s * sizeof(struct in_addr);
405 tmplen += j->ip6s * sizeof(struct in6_addr);
410 u_path = malloc(tmplen, M_TEMP, M_WAITOK);
/freebsd-9.3-release/sys/dev/ti/
H A Dif_ti.c790 size_t tmplen; local
799 tmplen = len;
801 while (tmplen) {
808 tmplen -= 4;

Completed in 161 milliseconds