Searched refs:nptr (Results 1 - 24 of 24) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/
H A Dparser_utils.c15 char *dup_line(char *start, char **nptr) { argument
26 if (nptr != NULL)
27 *nptr = ptr + 1;
32 char *dup_token(char *start, char **nptr, int (*isdelimiter)(int)) { argument
50 if (nptr != NULL) {
53 *nptr = ptr ;
59 char *dup_token_r(char *start, char *start_string, char **nptr, int (*isdelimiter)(int)) { argument
85 if (nptr != NULL) {
93 *nptr = ptr;
H A Drules.c397 static char *rules_get_value(char *input, char **nptr) { argument
468 if (nptr != NULL)
469 *nptr = ptr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dstrtol.c51 strtol(nptr, endptr, base)
52 const char * nptr;
67 s = nptr;
140 *endptr = (char *)(any ? s - 1 : nptr);
H A Dstrtoul.c51 strtoul(nptr, endptr, base)
52 const char * nptr;
65 s = nptr;
119 *endptr = (char *)(any ? s - 1 : nptr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dstrtoofft.h51 curl_off_t curlx_strtoll(const char *nptr, char **endptr, int base);
H A Dstrtoofft.c55 curlx_strtoll(const char *nptr, char **endptr, int base) argument
65 end = (char *)nptr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/linux24_compat/
H A Dhotplug2-modwrap.c54 char *line, *nline, *nptr; local
89 nptr = aliasmap.map;
90 while ((line = dup_line(nptr, &nptr)) != NULL) {
H A Dgenerate_alias.c83 char *line, *nline, *nptr; local
99 nptr = pcimap.map;
101 while ((line = dup_line(nptr, &nptr)) != NULL) {
222 char *line, *nline, *nptr; local
245 nptr = usbmap.map;
247 while ((line = dup_line(nptr, &nptr)) != NULL) {
371 char *line, *nline, *nptr; local
387 nptr
448 char *line, *nline, *nptr; local
574 char *line, *nline, *nptr; local
703 char *line, *nline, *nptr; local
856 char *line, *nline, *nptr; local
930 char *line, *nline, *nptr; local
[all...]
H A Dhotplug2-coldplug-2.4.c358 char *line, *nline, *nptr; local
368 nptr = isapnpmap.map;
370 while ((line = dup_line(nptr, &nptr)) != NULL) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstrtol.c240 INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr, argument
289 save = s = nptr;
413 if (save - nptr >= 2 && TOUPPER (save[-1]) == L_('X')
418 *endptr = (STRING_TYPE *) nptr;
432 strtol (const STRING_TYPE *nptr, STRING_TYPE **endptr,
435 return INTERNAL (strtol) (nptr, endptr, base, 0 LOCALE_PARAM);
431 strtol(const STRING_TYPE *nptr, STRING_TYPE **endptr, int base LOCALE_PARAM_PROTO) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstrtol.c240 INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr, argument
289 save = s = nptr;
413 if (save - nptr >= 2 && TOUPPER (save[-1]) == L_('X')
418 *endptr = (STRING_TYPE *) nptr;
432 strtol (const STRING_TYPE *nptr, STRING_TYPE **endptr,
435 return INTERNAL (strtol) (nptr, endptr, base, 0 LOCALE_PARAM);
431 strtol(const STRING_TYPE *nptr, STRING_TYPE **endptr, int base LOCALE_PARAM_PROTO) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dbcmstdlib.h100 #define strtol(nptr, endptr, base) ((long)strtoul((nptr), (endptr), (base)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dgstrfuncs.c265 * @nptr: the string to convert to a numeric value.
284 g_strtod (const gchar *nptr,
292 g_return_val_if_fail (nptr != NULL, 0);
297 val_1 = strtod (nptr, &fail_pos_1);
300 val_2 = g_ascii_strtod (nptr, &fail_pos_2);
318 * @nptr: the string to convert to a numeric value.
347 g_ascii_strtod (const gchar *nptr,
359 g_return_val_if_fail (nptr != NULL, 0);
375 p = nptr;
436 copy = g_malloc (end - nptr
[all...]
H A Dgstrfuncs.in.h135 gdouble g_strtod (const gchar *nptr,
137 gdouble g_ascii_strtod (const gchar *nptr,
139 guint64 g_ascii_strtoull (const gchar *nptr,
142 gint64 g_ascii_strtoll (const gchar *nptr,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dgstrfuncs.c265 * @nptr: the string to convert to a numeric value.
284 g_strtod (const gchar *nptr,
292 g_return_val_if_fail (nptr != NULL, 0);
297 val_1 = strtod (nptr, &fail_pos_1);
300 val_2 = g_ascii_strtod (nptr, &fail_pos_2);
318 * @nptr: the string to convert to a numeric value.
347 g_ascii_strtod (const gchar *nptr,
359 g_return_val_if_fail (nptr != NULL, 0);
375 p = nptr;
436 copy = g_malloc (end - nptr
[all...]
H A Dgstrfuncs.in.h135 gdouble g_strtod (const gchar *nptr,
137 gdouble g_ascii_strtod (const gchar *nptr,
139 guint64 g_ascii_strtoull (const gchar *nptr,
142 gint64 g_ascii_strtoll (const gchar *nptr,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dreplace.c357 unsigned long strtoul(const char *nptr, char **endptr, int base) argument
359 const char *s = nptr;
409 *endptr = (char *) (any ? s - 1 : nptr);
H A Dutil_str.c2062 SMB_BIG_UINT STR_TO_SMB_BIG_UINT(const char *nptr, const char **entptr) argument
2066 const char *p = nptr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dhash.c560 hnode_t *nptr; local
565 for (nptr = hash->table[chain]; nptr; nptr = nptr->next) { /* 3 */
566 if (nptr->hkey == hkey && hash->compare(nptr->key, key) == 0)
567 return nptr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dhash.c560 hnode_t *nptr; local
565 for (nptr = hash->table[chain]; nptr; nptr = nptr->next) { /* 3 */
566 if (nptr->hkey == hkey && hash->compare(nptr->key, key) == 0)
567 return nptr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_snmp_basic.c874 const unsigned char *nptr,
882 s[3] = *nptr;
886 s[2] = *nptr;
872 fast_csum(__sum16 *csum, const unsigned char *optr, const unsigned char *nptr, int offset) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_alloc_btree.c1312 int nptr; /* new value for key index, 1 or 2 */ local
1378 nptr = 1;
1395 nptr = 2;
1444 cur->bc_ptrs[cur->bc_nlevels] = nptr;
H A Dxfs_ialloc_btree.c1198 int nptr; /* new value for key index, 1 or 2 */ local
1266 nptr = 1;
1283 nptr = 2;
1320 cur->bc_ptrs[cur->bc_nlevels] = nptr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dincludes.h1066 unsigned long strtoul(const char *nptr, char **endptr, int base);

Completed in 285 milliseconds