Searched defs:isdigit (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cctype.h57 #undef isdigit macro
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cctype.h55 #undef isdigit macro
/openbsd-current/gnu/llvm/libcxx/include/
H A Dctype.h48 #undef isdigit macro
/openbsd-current/lib/libc/gen/
H A Disctype.c74 #undef isdigit macro
76 isdigit(int c) function
80 DEF_STRONG(isdigit); variable
/openbsd-current/lib/libc/hidden/
H A Dctype.h70 PROTO_NORMAL(isdigit); variable
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dmakeinfo.h265 #define isdigit macro
/openbsd-current/sys/lib/libsa/
H A Dstand.h122 #define isdigit(c) ((c) >= '0' && (c) <= '9') macro
/openbsd-current/include/
H A Dctype.h132 __only_inline int isdigit(int _c) function
/openbsd-current/sys/dev/isa/
H A Dspkr.c116 #define isdigit(c) (((c) >= '0') && ((c) <= '9')) macro
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dlocale_facets.h4647 isdigit(_CharT __c, const locale& __loc) function
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dlocale_facets.h1929 isdigit(_CharT __c, const locale& __loc) function in namespace:std

Completed in 209 milliseconds