Searched refs:IS_DIGIT (Results 1 - 25 of 36) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/libiberty/
H A Dcp-demangle.c200 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro
1227 if (IS_DIGIT (peek)
1276 if (IS_DIGIT (peek))
1343 if (! IS_DIGIT (peek))
1468 if (c1 == 'v' && IS_DIGIT (c2))
1874 if (IS_DIGIT (peek_next)
2106 else if (IS_DIGIT (peek))
2116 while (IS_DIGIT (peek));
2571 if (c == '_' || IS_DIGIT (c) || IS_UPPER (c))
2580 if (IS_DIGIT (
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/libiberty/
H A Dcp-demangle.c200 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro
1227 if (IS_DIGIT (peek)
1276 if (IS_DIGIT (peek))
1343 if (! IS_DIGIT (peek))
1468 if (c1 == 'v' && IS_DIGIT (c2))
1874 if (IS_DIGIT (peek_next)
2106 else if (IS_DIGIT (peek))
2116 while (IS_DIGIT (peek));
2571 if (c == '_' || IS_DIGIT (c) || IS_UPPER (c))
2580 if (IS_DIGIT (
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/libiberty/
H A Dcp-demangle.c200 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro
1227 if (IS_DIGIT (peek)
1276 if (IS_DIGIT (peek))
1343 if (! IS_DIGIT (peek))
1468 if (c1 == 'v' && IS_DIGIT (c2))
1874 if (IS_DIGIT (peek_next)
2106 else if (IS_DIGIT (peek))
2116 while (IS_DIGIT (peek));
2571 if (c == '_' || IS_DIGIT (c) || IS_UPPER (c))
2580 if (IS_DIGIT (
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_compile.c517 #define IS_DIGIT(x) ((x) >= CHAR_0 && (x) <= CHAR_9) macro
723 if (!IS_DIGIT(*p)) return FALSE;
725 while (IS_DIGIT(*p)) p++;
731 if (!IS_DIGIT(*p)) return FALSE;
733 while (IS_DIGIT(*p)) p++;
889 if (*p != CHAR_MINUS && !IS_DIGIT(*p)) break;
909 while (IS_DIGIT(ptr[1]))
920 while (IS_DIGIT(ptr[1]))
971 while (IS_DIGIT(ptr[1]))
982 while (IS_DIGIT(pt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_compile.c517 #define IS_DIGIT(x) ((x) >= CHAR_0 && (x) <= CHAR_9) macro
723 if (!IS_DIGIT(*p)) return FALSE;
725 while (IS_DIGIT(*p)) p++;
731 if (!IS_DIGIT(*p)) return FALSE;
733 while (IS_DIGIT(*p)) p++;
889 if (*p != CHAR_MINUS && !IS_DIGIT(*p)) break;
909 while (IS_DIGIT(ptr[1]))
920 while (IS_DIGIT(ptr[1]))
971 while (IS_DIGIT(ptr[1]))
982 while (IS_DIGIT(pt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_compile.c517 #define IS_DIGIT(x) ((x) >= CHAR_0 && (x) <= CHAR_9) macro
723 if (!IS_DIGIT(*p)) return FALSE;
725 while (IS_DIGIT(*p)) p++;
731 if (!IS_DIGIT(*p)) return FALSE;
733 while (IS_DIGIT(*p)) p++;
889 if (*p != CHAR_MINUS && !IS_DIGIT(*p)) break;
909 while (IS_DIGIT(ptr[1]))
920 while (IS_DIGIT(ptr[1]))
971 while (IS_DIGIT(ptr[1]))
982 while (IS_DIGIT(pt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/
H A Duri.c45 #ifdef IS_DIGIT
46 #undef IS_DIGIT macro
51 #define IS_DIGIT(x) (((x) >= '0') && ((x) <= '9')) macro
57 #define IS_ALPHANUM(x) (IS_ALPHA(x) || IS_DIGIT(x))
H A Dpattern.c830 while ((IS_LETTER(val)) || (IS_DIGIT(val)) ||
868 while ((IS_LETTER(val)) || (IS_DIGIT(val)) ||
H A Dtree.c407 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') ||
494 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') ||
507 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') ||
578 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') ||
645 if (!(IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') ||
650 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') ||
H A Dcatalog.c2261 while (((IS_LETTER(c)) || (IS_DIGIT(c)) ||
H A DHTMLparser.c2464 ((IS_LETTER(c)) || (IS_DIGIT(c)) ||
H A Dxpath.c9855 ((IS_LETTER(c)) || (IS_DIGIT(c)) ||
9876 while ((IS_LETTER(c)) || (IS_DIGIT(c)) || /* test bigname.xml */
10432 ((IS_LETTER(c)) || (IS_DIGIT(c)) ||
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/
H A Duri.c45 #ifdef IS_DIGIT
46 #undef IS_DIGIT macro
51 #define IS_DIGIT(x) (((x) >= '0') && ((x) <= '9')) macro
57 #define IS_ALPHANUM(x) (IS_ALPHA(x) || IS_DIGIT(x))
H A Dpattern.c830 while ((IS_LETTER(val)) || (IS_DIGIT(val)) ||
868 while ((IS_LETTER(val)) || (IS_DIGIT(val)) ||
H A Dtree.c407 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') ||
494 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') ||
507 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') ||
578 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') ||
645 if (!(IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') ||
650 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') ||
H A Dcatalog.c2261 while (((IS_LETTER(c)) || (IS_DIGIT(c)) ||
H A DHTMLparser.c2464 ((IS_LETTER(c)) || (IS_DIGIT(c)) ||
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/
H A Duri.c45 #ifdef IS_DIGIT
46 #undef IS_DIGIT macro
51 #define IS_DIGIT(x) (((x) >= '0') && ((x) <= '9')) macro
57 #define IS_ALPHANUM(x) (IS_ALPHA(x) || IS_DIGIT(x))
H A Dpattern.c830 while ((IS_LETTER(val)) || (IS_DIGIT(val)) ||
868 while ((IS_LETTER(val)) || (IS_DIGIT(val)) ||
H A Dtree.c407 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') ||
494 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') ||
507 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') ||
578 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') ||
645 if (!(IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') ||
650 while (IS_LETTER(c) || IS_DIGIT(c) || (c == '.') || (c == ':') ||
H A Dcatalog.c2261 while (((IS_LETTER(c)) || (IS_DIGIT(c)) ||
H A DHTMLparser.c2464 ((IS_LETTER(c)) || (IS_DIGIT(c)) ||
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/include/libxml/
H A DparserInternals.h123 * IS_DIGIT:
130 #define IS_DIGIT(c) xmlIsDigitQ(c) macro
136 * Behaves like IS_DIGIT but with a single byte argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/include/libxml/
H A DparserInternals.h123 * IS_DIGIT:
130 #define IS_DIGIT(c) xmlIsDigitQ(c) macro
136 * Behaves like IS_DIGIT but with a single byte argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/include/libxml/
H A DparserInternals.h123 * IS_DIGIT:
130 #define IS_DIGIT(c) xmlIsDigitQ(c) macro
136 * Behaves like IS_DIGIT but with a single byte argument

Completed in 644 milliseconds

12