Searched refs:endp (Results 101 - 125 of 150) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/irnet/
H A Dirnet_ppp.c131 char * endp; local
138 addr = simple_strtoul(begp, &endp, 16);
139 /* Has it worked ? (endp should be start + length) */
140 DABORT(endp <= (start + 5), -EINVAL,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_transport_spi.c417 char *endp; local
419 picosec = simple_strtoul(buf, &endp, 10) * 1000;
420 if (*endp == '.') {
423 endp++;
424 if (!isdigit(*endp))
426 picosec += (*endp - '0') * mult;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_attr.c1154 u_char *startp, *endp;
1162 endp = BGP_INPUT_PNT (peer) + size;
1165 while (BGP_INPUT_PNT (peer) < endp)
1168 if (endp - BGP_INPUT_PNT (peer) < BGP_ATTR_MIN_LEN)
1172 peer->host, endp - STREAM_PNT (BGP_INPUT (peer)));
1215 if (attr_endp > endp)
1218 "%s BGP type %d length %d is too large, attribute total length is %d. attr_endp is %p. endp is %p", peer->host, type, length, size, attr_endp, endp);
1289 if (BGP_INPUT_PNT (peer) != endp)
1150 u_char *startp, *endp; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dmemalloc.c531 char *endp; local
544 (size = memparse(token, &endp)) < 64*1024 ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A Duplink.pl160 .endp lazy$i#
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Dflatdevtree.c613 char *p, *oldstr, *str, *endp; local
628 endp = (char *)_ALIGN((unsigned long)cxt->rgn[FT_STRUCT].start
630 str = endp - ssize;
639 bph->totalsize = cpu_to_be32(endp - p);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dkeyspan.c1386 int endp; local
1414 endp = d_details->indat_endpoints[i];
1415 for (j = 0; j <= d_details->indat_endp_flip; ++j, ++endp) {
1417 (serial, endp, USB_DIR_IN, port,
1425 endp = d_details->outdat_endpoints[i];
1426 for (j = 0; j <= d_details->outdat_endp_flip; ++j, ++endp) {
1428 (serial, endp, USB_DIR_OUT, port,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dia64.S216 .endp bn_add_words#
269 .endp bn_sub_words#
387 .endp bn_mul_words#
456 .endp bn_mul_add_words#
521 .endp bn_sqr_words#
566 .endp bn_sqr_comba8#
1159 .endp bn_mul_comba8#
1196 .endp bn_sqr_comba4#
1377 .endp bn_mul_comba4#
1559 .endp bn_div_word
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dia64.S216 .endp bn_add_words#
269 .endp bn_sub_words#
387 .endp bn_mul_words#
456 .endp bn_mul_add_words#
521 .endp bn_sqr_words#
566 .endp bn_sqr_comba8#
1159 .endp bn_mul_comba8#
1196 .endp bn_sqr_comba4#
1377 .endp bn_mul_comba4#
1559 .endp bn_div_word
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dsys_ia32.c556 ia32_unset_pp(unsigned int *startp, unsigned int *endp) argument
558 unsigned int start = *startp, end = *endp;
569 *endp = PAGE_ALIGN(end);
574 *endp = PAGE_START(end);
589 *endp = PAGE_ALIGN(end);
591 *endp = PAGE_START(end);
649 ia32_compare_pp(unsigned int *startp, unsigned int *endp) argument
651 unsigned int start = *startp, end = *endp;
660 *endp = PAGE_ALIGN(end);
674 *endp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dbcmutils.c1273 BCMROMFN(bcm_strtoul)(const char *cp, char **endp, uint base) argument
1320 if (endp)
1321 *endp = DISCARD_QUAL(cp, char);
1367 char *endp; local
1371 endp = p + size;
1373 while (p != endp && (*p++ = *src++) != '\0')
1750 char *buf, *endp;
1760 val = bcm_strtoul(buf, &endp, 0);
1764 buf = endp;
1780 char *buf, *endp;
3388 char *endp = buf + SSID_FMT_BUF_LEN; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dxgettext.c470 char *endp; local
471 value = strtol (optarg, &endp, 10);
472 if (endp != optarg)
1017 const char **endp, struct callshape *shapep)
1128 *endp = p;
1145 *endp = spec + strlen (spec);
1499 char *endp; local
1500 argnum = strtol (argnum_start, &endp, 10);
1501 if (endp != argnum_end)
1016 split_keywordspec(const char *spec, const char **endp, struct callshape *shapep) argument
H A Dmsginit.c223 char *endp; local
224 value = strtol (optarg, &endp, 10);
225 if (endp != optarg)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash.c593 int32_t *endp, *offp, *saveoff; local
618 endp = (int32_t *) ((u_int8_t *)dbuf + data->ulen);
619 endp--;
620 offp = endp;
654 if (offp == endp) {
757 if (offp >= endp ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dprom_init.c501 unsigned long prom_strtoul(const char *cp, const char **endp) argument
520 if (endp)
521 *endp = cp;
1000 cell_t *p, *endp; local
1039 endp = p + (plen / sizeof(cell_t));
1047 while ((endp - p) >= (rac + rsc)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dmd5.c281 const md5_uint32 *endp = words + nwords; local
296 while (words < endp)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-crypt.c676 char *endp; local
685 key[i] = (u8)simple_strtoul(buffer, &endp, 16);
687 if (endp != &buffer[2])
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ipmi/
H A Dipmi_watchdog.c186 char *endp; local
192 l = simple_strtoul(val, &endp, 0);
193 if (endp == val)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dpci-calgary.c1201 char* endp; local
1232 bridge = simple_strtol(p, &endp, 0);
1233 if (p == endp)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Dtransport.c251 int endp = usb_pipeendpoint(pipe); local
254 endp |= USB_DIR_IN;
258 USB_ENDPOINT_HALT, endp,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dmessage.c943 int endp = usb_pipeendpoint(pipe); local
946 endp |= USB_DIR_IN;
954 USB_ENDPOINT_HALT, endp, NULL, 0,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dscanner.c2294 char *endp; variable
2295 lnum = strtoul(yytext, &endp, 10);
2296 if (*yytext == '\0' || *endp != '\0')
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam.c1419 u_int32_t *endp, *offp; local
1456 endp = (u_int32_t *)((u_int8_t *)dbuf + data->ulen);
1457 endp--;
1458 offp = endp;
1499 if (offp == endp) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dauth.c2119 char *endp; local
2121 bit_count = (int) strtol (ptr_mask+1, &endp, 10);
2128 if (*endp == '+') {
2130 ++endp;
2132 if (*endp != 0) {
H A Dipcp.c527 char *endp, *p0 = p; local
531 b = strtoul(p, &endp, 0);
532 if (endp == p)
539 return endp - p0;
542 p = endp;

Completed in 389 milliseconds

123456