Home
last modified time | relevance | path

Searched refs:_sch_isdigit (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/binutils-2.27/include/
H A Dsafe-ctype.h61 _sch_isdigit = 0x0004, /* 0-9 */ enumerator
76 _sch_isalnum = _sch_isalpha|_sch_isdigit, /* A-Za-z0-9 */
77 _sch_isidnum = _sch_isidst|_sch_isdigit, /* A-Za-z0-9_ */
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit)
/dragonfly/contrib/gcc-4.7/include/
H A Dsafe-ctype.h61 _sch_isdigit = 0x0004, /* 0-9 */ enumerator
76 _sch_isalnum = _sch_isalpha|_sch_isdigit, /* A-Za-z0-9 */
77 _sch_isidnum = _sch_isidst|_sch_isdigit, /* A-Za-z0-9_ */
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit)
/dragonfly/contrib/binutils-2.34/include/
H A Dsafe-ctype.h61 _sch_isdigit = 0x0004, /* 0-9 */ enumerator
76 _sch_isalnum = _sch_isalpha|_sch_isdigit, /* A-Za-z0-9 */
77 _sch_isidnum = _sch_isidst|_sch_isdigit, /* A-Za-z0-9_ */
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit)
/dragonfly/contrib/gdb-7/include/
H A Dsafe-ctype.h61 _sch_isdigit = 0x0004, /* 0-9 */ enumerator
76 _sch_isalnum = _sch_isalpha|_sch_isdigit, /* A-Za-z0-9 */
77 _sch_isidnum = _sch_isidst|_sch_isdigit, /* A-Za-z0-9_ */
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit)
/dragonfly/contrib/gcc-8.0/include/
H A Dsafe-ctype.h61 _sch_isdigit = 0x0004, /* 0-9 */ enumerator
76 _sch_isalnum = _sch_isalpha|_sch_isdigit, /* A-Za-z0-9 */
77 _sch_isidnum = _sch_isidst|_sch_isdigit, /* A-Za-z0-9_ */
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit)
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dsafe-ctype.c129 #define di _sch_isdigit
/dragonfly/contrib/gdb-7/libiberty/
H A Dsafe-ctype.c129 #define di _sch_isdigit
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dsafe-ctype.c128 #define di _sch_isdigit
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dsafe-ctype.c129 #define di _sch_isdigit
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dsafe-ctype.c128 #define di _sch_isdigit