Searched refs:IS_DIGIT (Results 1 - 7 of 7) sorted by path

/freebsd-11-stable/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-11-stable/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-11-stable/contrib/gcclibs/libiberty/
H A Dcp-demangle.c168 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro
1177 if (IS_DIGIT (peek)
1226 if (IS_DIGIT (peek))
1293 if (! IS_DIGIT (peek))
1418 if (c1 == 'v' && IS_DIGIT (c2))
1823 if (IS_DIGIT (peek_next)
2049 else if (IS_DIGIT (peek))
2059 while (IS_DIGIT (peek));
2514 if (c == '_' || IS_DIGIT (c) || IS_UPPER (c))
2523 if (IS_DIGIT (
[all...]
/freebsd-11-stable/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-11-stable/contrib/less/
H A Dless.h135 #undef IS_DIGIT macro
163 #define IS_DIGIT(c) isdigit((unsigned char)(c)) macro
165 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro
H A Dtags.c751 if (!IS_DIGIT(*p))
758 if (!IS_DIGIT(*p))

Completed in 190 milliseconds