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

/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_ident.c51 #define IS_DIGIT(c) \ macro
67 if (IS_ALPHA(c) || IS_DIGIT(c) || c == '-' || c == '_' ||
H A Duu_strtoint.c36 #define IS_DIGIT(x) ((x) >= '0' && (x) <= '9') macro
96 if (IS_DIGIT(c))
109 if (IS_DIGIT(c))
/freebsd-10.0-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_string.c33 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro
71 if (!IS_ALPHA(c) && !IS_DIGIT(c) && c != '_')
/freebsd-10.0-release/contrib/less/
H A Dless.h128 #undef IS_DIGIT macro
156 #define IS_DIGIT(c) isdigit((unsigned char)(c)) macro
158 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro
H A Dtags.c724 if (!IS_DIGIT(*p))
731 if (!IS_DIGIT(*p))
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dcp-demangle.c200 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro
1223 if (IS_DIGIT (peek)
1272 if (IS_DIGIT (peek))
1339 if (! IS_DIGIT (peek))
1464 if (c1 == 'v' && IS_DIGIT (c2))
1869 if (IS_DIGIT (peek_next)
2095 else if (IS_DIGIT (peek))
2105 while (IS_DIGIT (peek));
2560 if (c == '_' || IS_DIGIT (c) || IS_UPPER (c))
2569 if (IS_DIGIT (
[all...]
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dcp-demangle.c168 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro
1174 if (IS_DIGIT (peek)
1219 if (IS_DIGIT (peek))
1273 if (! IS_DIGIT (peek))
1398 if (c1 == 'v' && IS_DIGIT (c2))
1804 if (IS_DIGIT (peek_next)
2030 else if (IS_DIGIT (peek))
2040 while (IS_DIGIT (peek));
2493 if (c == '_' || IS_DIGIT (c) || IS_UPPER (c))
2502 if (IS_DIGIT (
[all...]
/freebsd-10.0-release/contrib/libyaml/src/
H A Dyaml_private.h194 #define IS_DIGIT(string) IS_DIGIT_AT((string),0) macro
H A Dscanner.c2218 while (IS_DIGIT(parser->buffer))
2770 if (IS_DIGIT(parser->buffer))
2790 else if (IS_DIGIT(parser->buffer))

Completed in 224 milliseconds