Searched refs:c_isdigit (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dtputs.c33 while (c_isdigit (*cp))
38 while (c_isdigit (*cp))
H A Dtparm.c682 while (c_isdigit (*sp))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dtputs.c33 while (c_isdigit (*cp))
38 while (c_isdigit (*cp))
H A Dtparm.c682 while (c_isdigit (*sp))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-csharp.c85 if (!c_isdigit (*format))
98 while (c_isdigit (*format));
106 if (!c_isdigit (*format))
116 while (c_isdigit (*format));
H A Dformat-java.c202 if (!c_isdigit (*element))
216 while (c_isdigit (*element));
H A Dformat-sh.c135 || (format == name_start && c_isdigit (*format)))
H A Dformat-lisp.c2471 if (c_isdigit (*format))
2479 while (c_isdigit (*format));
2486 if (!c_isdigit (*format))
2506 while (c_isdigit (*format));
H A Dformat-scheme.c2474 if (c_isdigit (*format))
2482 while (c_isdigit (*format));
2489 if (!c_isdigit (*format))
2509 while (c_isdigit (*format));
H A Dpo-lex.c824 if (c_isdigit (c))
H A Dwrite-java.c94 while (c_isalpha (*p) || (*p == '$') || (*p == '_') || c_isdigit (*p));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dc-ctype.h128 extern bool c_isdigit (int c);
202 #undef c_isdigit macro
203 #define c_isdigit(c) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dc-ctype.h127 extern bool c_isdigit (int c);
201 #undef c_isdigit macro
202 #define c_isdigit(c) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dftp-basic.c86 if (c_isdigit (line[0]) && c_isdigit (line[1]) && c_isdigit (line[2])
210 for (; c_isdigit (*seed); seed++)
526 for (s += 4; *s && !c_isdigit (*s); s++)
533 for (; c_isdigit (*s); s++)
595 for (s += 4; *s && !c_isdigit (*s); s++)
602 for (; c_isdigit (*s); s++)
619 for (; c_isdigit (*s); s++)
645 for (; c_isdigit (*
[all...]
H A Dhtml-parse.c115 # undef c_isdigit macro
123 # define c_isdigit(x) isdigit (x) macro
392 for (; value < 256 && p < end && c_isdigit (*p); p++, digits++)
H A Dftp-ls.c255 if (c_isdigit (*tok))
258 for (; c_isdigit (*tok); tok++)
267 for (; c_isdigit (*tok); tok++)
273 for (; c_isdigit (*tok); tok++)
765 for (p = tok+ strlen( tok); (--p > tok) && c_isdigit( *p); );
H A Dhttp.c777 while (p < end && c_isdigit (*p))
781 while (p < end && c_isdigit (*p))
787 if (end - p < 3 || !c_isdigit (p[0]) || !c_isdigit (p[1]) || !c_isdigit (p[2]))
874 if (!c_isdigit (*hdr))
876 for (num = 0; c_isdigit (*hdr); hdr++)
878 if (*hdr != '-' || !c_isdigit (*(hdr + 1)))
882 for (num = 0; c_isdigit (*hdr); hdr++)
884 if (*hdr != '/' || !c_isdigit (*(hd
[all...]
H A Dcookies.c463 if (!c_isdigit (*p)) \
465 for (++p; c_isdigit (*p); p++) \
1113 for (p = colon + 1; p < domain_e && c_isdigit (*p); p++)
H A Dinit.c1422 for (; p < end && c_isdigit (*p); p++)
1430 for (; p < end && c_isdigit (*p); p++)
1473 if (c_isdigit (ch))
H A Dhtml-url.c539 for (p = refresh; c_isdigit (*p); p++)
H A Durl.c853 if (!c_isdigit (*pp))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-c-ctype.c92 ASSERT (c_isdigit (c) == 1);
95 ASSERT (c_isdigit (c) == 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-c-ctype.c103 ASSERT (c_isdigit (c) == 1);
106 ASSERT (c_isdigit (c) == 0);

Completed in 163 milliseconds