Searched refs:endp (Results 26 - 50 of 50) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dsys-linux.c1850 char *endp; local
1852 *version = (int) strtoul (buf, &endp, 10);
1856 if (endp != buf && *endp == '.') {
1857 buf = endp + 1;
1858 *modification = (int) strtoul (buf, &endp, 10);
1859 if (endp != buf && *endp == '.') {
1860 buf = endp + 1;
H A Dauth.c1534 char *endp; local
1536 bit_count = (int) strtol (ptr_mask+1, &endp, 10);
1543 if (*endp == '+') {
1545 ++endp;
1547 if (*endp != 0) {
H A Dipcp.c491 char *endp, *p0 = p; local
495 b = strtoul(p, &endp, 0);
496 if (endp == p)
503 return endp - p0;
506 p = endp;
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dsys-linux.c1951 char *endp; local
1953 *version = (int) strtoul (buf, &endp, 10);
1957 if (endp != buf && *endp == '.') {
1958 buf = endp + 1;
1959 *modification = (int) strtoul (buf, &endp, 10);
1960 if (endp != buf && *endp == '.') {
1961 buf = endp + 1;
H A Dauth.c1973 char *endp; local
1975 bit_count = (int) strtol (ptr_mask+1, &endp, 10);
1982 if (*endp == '+') {
1984 ++endp;
1986 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;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dsys-linux.c1951 char *endp; local
1953 *version = (int) strtoul (buf, &endp, 10);
1957 if (endp != buf && *endp == '.') {
1958 buf = endp + 1;
1959 *modification = (int) strtoul (buf, &endp, 10);
1960 if (endp != buf && *endp == '.') {
1961 buf = endp + 1;
H A Dauth.c1973 char *endp; local
1975 bit_count = (int) strtol (ptr_mask+1, &endp, 10);
1982 if (*endp == '+') {
1984 ++endp;
1986 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;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/irnet/
H A Dirnet_ppp.c125 char * endp; local
132 addr = simple_strtoul(begp, &endp, 16);
133 /* Has it worked ? (endp should be start + length) */
134 DABORT(endp <= (start + 5), -EINVAL,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/fakeprom/
H A Dfpromasm.S251 .endp _start
402 .endp pal_emulator
/asus-wl-520gu-7.0.1.45/src/router/ez-ipupdate/
H A Dmd5.c254 const md5_uint32 *endp = words + nwords; local
269 while (words < endp)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/serial/
H A Dkeyspan.c1369 int endp; local
1397 endp = d_details->indat_endpoints[i];
1398 for (j = 0; j <= d_details->indat_endp_flip; ++j, ++endp) {
1400 (serial, endp, USB_DIR_IN, port,
1408 endp = d_details->outdat_endpoints[i];
1409 for (j = 0; j <= d_details->outdat_endp_flip; ++j, ++endp) {
1411 (serial, endp, USB_DIR_OUT, port,
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dbcmutils.c513 BCMROMFN(bcm_strtoul)(char *cp, char **endp, uint base) argument
556 if (endp)
557 *endp = (char *)cp;
597 char *endp; local
601 endp = p + size;
603 while (p != endp && (*p++ = *src++) != '\0')
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Dbcmutils.c79 bcm_strtoul(char *cp, char **endp, uint base) argument
93 if (endp)
94 *endp = (char *)cp;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hotplug/
H A Dcpqphp_core.c133 void *endp; local
137 endp = (end - sizeof(u32) + 1);
139 for (fp = begin; fp <= endp; fp += 16) {
H A Dcpqphp_pci.c97 void *endp; local
101 endp = (end - sizeof(struct hrt) + 1);
103 for (fp = begin; fp <= endp; fp += 16) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/math-emu/
H A Dieee754.h320 ieee754dp ieee754dp_fstr(const char *s, char **endp);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Damiflop.c696 ushort *ptr = (ushort *)raw, *endp = (ushort *)end; local
698 while (ptr < endp && *ptr++ != 0x4489)
700 if (ptr < endp) {
701 while (*ptr == 0x4489 && ptr < endp)
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dmd5sum.c338 const md5_uint32 *endp = words + nwords; local
396 while (words < endp) {
H A Dash.c5818 char *endp; local
5822 endp = p;
5823 if (*endp == '!')
5824 endp++;
5826 while (*endp == CTLQUOTEMARK)
5827 endp++;
5828 if (*endp == '\0')
5830 if (*endp == CTLESC)
5831 endp++;
5832 if (*++endp
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dusb.c1956 * endp: endpoint number in bits 0-3;
1964 int endp=usb_pipeendpoint(pipe)|(usb_pipein(pipe)<<7); local
1967 if (!usb_endpoint_halted(dev, endp & 0x0f, usb_endpoint_out(endp)))
1972 USB_REQ_CLEAR_FEATURE, USB_RECIP_ENDPOINT, 0, endp, NULL, 0, HZ * SET_TIMEOUT);
1985 USB_REQ_GET_STATUS, USB_DIR_IN | USB_RECIP_ENDPOINT, 0, endp,
/asus-wl-520gu-7.0.1.45/src/include/
H A Dbcmutils.h182 extern ulong BCMROMFN(bcm_strtoul)(char *cp, char **endp, uint base);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/storage/
H A Dtransport.c492 int endp = usb_pipeendpoint(pipe) | (usb_pipein(pipe) << 7); local
497 endp, NULL, 0); /* note: no 3*HZ timeout */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A Dwavelan_cs.c2165 char * endp; local
2187 lp->domain_id = simple_strtoul(essid, &endp, 16);
2189 if(endp > essid)

Completed in 423 milliseconds

12