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

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dutils.c66 char *endptr; local
69 endptr = strchr(s, t);
70 if (!endptr)
74 slen = endptr - s;
H A Dupnphttp.c354 char *endptr; local
359 (h->req_chunklen = strtol(line, &endptr, 16)) &&
360 (endptr != line) )
362 while(!(endptr[0] == '\r' && endptr[1] == '\n'))
364 endptr++;
366 line = endptr+h->req_chunklen+2;
369 if( endptr == line )
686 char *chunkstart, *chunk, *endptr, *endbuf; local
689 while( (h->req_chunklen = strtol(chunk, &endptr, 1
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_paramhlp.c164 char *endptr; local
165 long num = strtol(str, &endptr, 10);
166 if((endptr != str) && (endptr == str + strlen(str))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dgstrfuncs.in.h136 gchar **endptr);
138 gchar **endptr);
140 gchar **endptr,
143 gchar **endptr,
H A Dgstrfuncs.c266 * @endptr: if non-%NULL, it returns the character after
285 gchar **endptr)
304 if (endptr)
305 *endptr = fail_pos_1;
310 if (endptr)
311 *endptr = fail_pos_2;
319 * @endptr: if non-%NULL, it returns the character after
348 gchar **endptr)
488 if (endptr)
489 *endptr
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/
H A Dudev_node.c328 char *endptr; local
331 id = strtoul(udev->owner, &endptr, 10);
332 if (endptr[0] == '\0')
341 char *endptr; local
344 id = strtoul(udev->group, &endptr, 10);
345 if (endptr[0] == '\0')
H A Dudev_utils.c39 char *endptr; local
42 prio = strtol(priority, &endptr, 10);
43 if (endptr[0] == '\0')
H A Dudev_rules_parse.c531 char *endptr; local
532 strtoul(value, &endptr, 10);
533 if (endptr[0] != '\0') {
550 char *endptr; local
551 strtoul(value, &endptr, 10);
552 if (endptr[0] != '\0') {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dbcmwifi.c27 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Drpl.c67 static int32_t read_int(const char* line, const char** endptr, int* error) argument
75 *endptr = line;
82 const char *endptr; local
84 return read_int(line, &endptr, error);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/server/
H A Dfake_ntlm.c173 char *endptr; local
174 long lnum = strtol(env, &endptr, 10);
175 if((endptr != env + strlen(env)) || (lnum < 1L)) {
H A Dsockfilt.c892 char *endptr; local
893 unsigned long ulnum = strtoul(argv[arg], &endptr, 10);
894 if((endptr != argv[arg] + strlen(argv[arg])) ||
909 char *endptr; local
910 unsigned long ulnum = strtoul(argv[arg], &endptr, 10);
911 if((endptr != argv[arg] + strlen(argv[arg])) ||
H A Drtspd.c581 char *endptr; local
586 endptr = ptr;
588 clen = strtoul(ptr, &endptr, 10);
589 if((ptr == endptr) || !ISSPACE(*endptr) || (ERANGE == ERRNO)) {
1226 char *endptr; local
1227 unsigned long ulnum = strtoul(argv[arg], &endptr, 10);
1228 if((endptr != argv[arg] + strlen(argv[arg])) ||
H A Dsws.c574 char *endptr; local
579 endptr = ptr;
581 clen = strtoul(ptr, &endptr, 10);
582 if((ptr == endptr) || !ISSPACE(*endptr) || (ERANGE == ERRNO)) {
1222 char *endptr; local
1223 unsigned long ulnum = strtoul(argv[arg], &endptr, 10);
1224 if((endptr != argv[arg] + strlen(argv[arg])) ||
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libbb/
H A Dprocps.c98 static unsigned long fast_strtoul_10(char **endptr) argument
101 char *str = *endptr;
107 *endptr = str + 1; /* We skip trailing space! */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pci/hotplug/
H A Drpaphp_core.c245 char *endptr; local
248 value = simple_strtoul(drc_type, &endptr, 10);
249 if (endptr == drc_type)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/bgpd/
H A Dbgp_routemap.c317 char *endptr = NULL;
320 *med = strtoul (arg, &endptr, 10);
321 if (*endptr != '\0' || *med == ULONG_MAX)
676 char *endptr = NULL;
683 *local_pref = strtoul (arg, &endptr, 10);
684 if (*endptr != '\0' || *local_pref == ULONG_MAX)
737 char *endptr = NULL;
744 *weight = strtoul (arg, &endptr, 10);
745 if (*endptr != '\0' || *weight == ULONG_MAX)
824 char *endptr
312 char *endptr = NULL; local
666 char *endptr = NULL; local
726 char *endptr = NULL; local
812 char *endptr = NULL; local
2785 char *endptr = NULL; variable
2825 char *endptr = NULL; variable
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dgstrfuncs.c266 * @endptr: if non-%NULL, it returns the character after
285 gchar **endptr)
304 if (endptr)
305 *endptr = fail_pos_1;
310 if (endptr)
311 *endptr = fail_pos_2;
319 * @endptr: if non-%NULL, it returns the character after
348 gchar **endptr)
488 if (endptr)
489 *endptr
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dupnphttp.c353 char *endptr; local
358 (h->req_chunklen = strtol(line, &endptr, 16)) &&
359 (endptr != line) )
361 while(!(endptr[0] == '\r' && endptr[1] == '\n'))
363 endptr++;
365 line = endptr+h->req_chunklen+2;
368 if( endptr == line )
685 char *chunkstart, *chunk, *endptr, *endbuf; local
688 while( (h->req_chunklen = strtol(chunk, &endptr, 1
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dupnphttp.c537 char *endptr; local
542 (h->req_chunklen = strtol(line, &endptr, 16)) &&
543 (endptr != line) )
545 while(!(endptr[0] == '\r' && endptr[1] == '\n'))
547 endptr++;
549 line = endptr+h->req_chunklen+2;
552 if( endptr == line )
973 char *chunkstart, *chunk, *endptr, *endbuf; local
976 while( (h->req_chunklen = strtol(chunk, &endptr, 1
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dreplace.c357 unsigned long strtoul(const char *nptr, char **endptr, int base) argument
408 if (endptr != 0)
409 *endptr = (char *) (any ? s - 1 : nptr);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dstdlib.in.h372 extern long long strtoll (const char *string, char **endptr, int base);
393 extern unsigned long long strtoull (const char *string, char **endptr, int base);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dcommand.c828 char *endptr = NULL;
934 mask = strtol (str, &endptr, 10);
935 if (*endptr != '\0')
960 char *endptr = NULL;
966 val = strtoul (str, &endptr, 10);
967 if (*endptr != '\0')
978 min = strtoul (buf, &endptr, 10);
979 if (*endptr != '\0')
990 max = strtoul (buf, &endptr, 10);
991 if (*endptr !
827 char *endptr = NULL; local
959 char *endptr = NULL; local
2691 char *endptr = NULL; variable
2721 char *endptr = NULL; variable
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ripngd/
H A Dripngd.c1999 char *endptr = NULL;
2001 update = strtoul (argv[0], &endptr, 10);
2002 if (update == ULONG_MAX || *endptr != '\0')
2034 char *endptr = NULL;
2036 timeout = strtoul (argv[0], &endptr, 10);
2037 if (timeout == ULONG_MAX || *endptr != '\0')
2067 char *endptr = NULL;
2069 garbage = strtoul (argv[0], &endptr, 10);
2070 if (garbage == ULONG_MAX || *endptr != '\0')
2105 char *endptr
2101 char *endptr = NULL; variable
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/dhcp6/
H A Ddhcp6s.c1133 dhcp6_parse_relay(relay_msg, endptr, optinfo, relay_addr)
1135 struct dhcp6_relay *endptr;
1142 struct dhcp6opt *option, *option_endptr = (struct dhcp6opt *) endptr;
1147 while ((relay_msg + 1) < endptr) {
1275 (char *) endptr) {
1297 dhcp6_set_relay (msg, endptr, optinfo)
1299 struct dhcp6_relay *endptr;
1310 if (((char *) msg) + sizeof (struct dhcp6_relay) >= (char *) endptr) {
1327 relay->intf_id->intf_len) >= (char *) endptr) {
1349 if ((char *) (option + 1) >= (char *) endptr) {
[all...]

Completed in 279 milliseconds

1234