Searched refs:endptr (Results 51 - 75 of 77) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dftplistparser.c449 char *endptr = finfo->b_data+6; local
451 while(ISSPACE(*endptr))
452 endptr++;
453 if(*endptr != 0) {
961 char *endptr; local
964 &endptr, 10);
965 if(!*endptr) {
H A Dhttp_digest.c55 const char **endptr)
112 *endptr = str;
54 get_pair(const char *str, char *value, char *content, const char **endptr) argument
H A Durl.c3967 char *endptr; local
3977 endptr = strchr(name, ':');
3978 if(endptr)
3979 namelen = endptr - name;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dkgdb.c215 static int gdb_cris_strtol (const char *s, char **endptr, int base);
465 gdb_cris_strtol (const char *s, char **endptr, int base) argument
474 if (endptr)
476 /* Unconverted suffix is stored in endptr unless endptr is NULL. */
477 *endptr = s1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Droutemap.c804 char *endptr = NULL;
818 pref = strtoul (argv[2], &endptr, 10);
819 if (pref == ULONG_MAX || *endptr != '\0')
876 char *endptr = NULL;
890 pref = strtoul (argv[2], &endptr, 10);
891 if (pref == ULONG_MAX || *endptr != '\0')
800 char *endptr = NULL; variable
872 char *endptr = NULL; variable
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/atm/
H A Dlanai.c242 int endptr; /* last endptr from service entry */ member in struct:lanai_vcc::__anon3932
1150 static inline int vcc_tx_space(const struct lanai_vcc *lvcc, int endptr) argument
1153 r = endptr * 16;
1315 struct lanai_vcc *lvcc, int endptr)
1319 int space = vcc_tx_space(lvcc, endptr);
1363 struct lanai_vcc *lvcc, int endptr)
1393 /* Receive AAL5 data on a VCC with a particular endptr */
1394 static void vcc_rx_aal5(struct lanai_vcc *lvcc, int endptr) argument
1399 u32 *end = &lvcc->rx.buf.start[endptr *
1314 vcc_tx_unqueue_aal5(struct lanai_dev *lanai, struct lanai_vcc *lvcc, int endptr) argument
1362 vcc_tx_unqueue_aal0(struct lanai_dev *lanai, struct lanai_vcc *lvcc, int endptr) argument
1766 int endptr; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/Documentation/networking/
H A Difenslave.c609 char *endptr; local
630 abi_ver = strtoul(info.fw_version, &endptr, 0);
631 if (*endptr) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dkgdb.c277 static int gdb_cris_strtol(const char *s, char **endptr, int base);
451 gdb_cris_strtol(const char *s, char **endptr, int base) argument
460 if (endptr) {
461 /* Unconverted suffix is stored in endptr unless endptr is NULL. */
462 *endptr = s1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_data.c520 char *endptr; /* end of data area */ local
533 endptr = (char *)d + mp->m_dirblksize;
539 endptr = (char *)XFS_DIR2_BLOCK_LEAF_P(btp);
558 if ((char *)d + offset + len < endptr) {
H A Dxfs_dir2_block.c442 char *endptr; /* end of the data entries */ local
477 endptr = (char *)XFS_DIR2_BLOCK_LEAF_P(btp);
485 while (ptr < endptr) {
H A Dxfs_dir2_sf.c162 char *endptr; /* end of data entries */ local
209 endptr = (char *)XFS_DIR2_BLOCK_LEAF_P(btp);
215 while (ptr < endptr) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospf6d/
H A Dospf6_route.c1008 char *endptr;
1047 ret_ul = strtoul (argv[i], &endptr, 10);
1048 if (*endptr == '\0')
1073 ret_ul = strtoul (argv[i], &endptr, 10);
1074 if (*endptr == '\0')
1006 char *endptr; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dcmpt.c1334 strtoll (const char *nptr, char **endptr, int base)
1423 if (endptr)
1424 *endptr = (char *) nptr;
H A Dhttp.c652 const char **begptr, const char **endptr)
681 *endptr = e;
697 const char **begptr, const char **endptr)
699 int pos = resp_header_locate (resp, name, 0, begptr, endptr);
648 resp_header_locate(const struct response *resp, const char *name, int start, const char **begptr, const char **endptr) argument
693 resp_header_get(const struct response *resp, const char *name, const char **begptr, const char **endptr) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/server/
H A Dtftpd.c720 char *endptr; local
721 unsigned long ulnum = strtoul(argv[arg], &endptr, 10);
722 if((endptr != argv[arg] + strlen(argv[arg])) ||
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.15/src/
H A Doption.c1242 char *endptr; local
1246 //device_id = strtoull(arg, &endptr, 16);
1247 device_id = strtoull(argv, &endptr, 16);
1248 if (errno != 0 || *endptr != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libsmb/
H A Dnamequery.c618 char *endptr; local
621 *name_type = (int)strtol(ptr1, &endptr, 16);
622 if(!*ptr1 || (endptr == ptr1)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ripd/
H A Dripd.c2952 char *endptr = NULL;
2956 update = strtoul (argv[0], &endptr, 10);
2957 if (update > RIP_TIMER_MAX || update < RIP_TIMER_MIN || *endptr != '\0')
2963 timeout = strtoul (argv[1], &endptr, 10);
2964 if (timeout > RIP_TIMER_MAX || timeout < RIP_TIMER_MIN || *endptr != '\0')
2970 garbage = strtoul (argv[2], &endptr, 10);
2971 if (garbage > RIP_TIMER_MAX || garbage < RIP_TIMER_MIN || *endptr != '\0')
2947 char *endptr = NULL; variable
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/
H A Dau1200fb.c1720 char *endptr; local
1724 li = simple_strtol(this_opt, &endptr, 0);
1725 if (*endptr == '\0') {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dmain.c91 static FLAC__int64 local__strtoll(const char *src, char **endptr);
2159 FLAC__int64 local__strtoll(const char *src, char **endptr) argument
2177 if(endptr)
2178 *endptr = (char*)src;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dupnpsoap.c355 char *endptr; local
369 id = strtol(id_str, &endptr, 10);
370 if(!id_str || !id_str[0] || endptr[0] || id != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Dincludes.h1066 unsigned long strtoul(const char *nptr, char **endptr, int base);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/mm/
H A Dswapfile.c1311 struct swap_info_struct *endptr = swap_info + nr_swapfiles; local
1320 for (; ptr < endptr; ptr++) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/parport/
H A Dparport_pc.c3081 char *endptr; local
3097 val = simple_strtoul (str, &endptr, 0);
3098 if (endptr == str) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/modutils/
H A Dinsmod.c3609 const char *value, *ptr, *endptr; local
3611 endptr = ptr + sec->header.sh_size;
3612 while (ptr < endptr) {
3627 ptr = endptr;

Completed in 411 milliseconds

1234