Home
last modified time | relevance | path

Searched defs:c (Results 151 – 175 of 76180) sorted by relevance

12345678910>>...3048

/dports/devel/gnulibiberty/binutils-2.37/include/
H A Dsafe-ctype.h89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
102 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) argument
103 #define ISIDST(c) _sch_test(c, _sch_isidst) argument
105 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) argument
112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] argument
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/include/
H A Dsafe-ctype.h89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
102 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) argument
103 #define ISIDST(c) _sch_test(c, _sch_isidst) argument
105 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) argument
112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] argument
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/include/
H A Dsafe-ctype.h89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
102 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) argument
103 #define ISIDST(c) _sch_test(c, _sch_isidst) argument
105 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) argument
112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] argument
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/include/
H A Dsafe-ctype.h89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
102 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) argument
103 #define ISIDST(c) _sch_test(c, _sch_isidst) argument
105 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) argument
112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] argument
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/include/
H A Dsafe-ctype.h89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
102 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) argument
103 #define ISIDST(c) _sch_test(c, _sch_isidst) argument
105 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) argument
112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] argument
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/include/
H A Dsafe-ctype.h89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
102 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) argument
103 #define ISIDST(c) _sch_test(c, _sch_isidst) argument
105 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) argument
112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] argument
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/include/
H A Dsafe-ctype.h89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
102 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) argument
103 #define ISIDST(c) _sch_test(c, _sch_isidst) argument
105 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) argument
112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] argument
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/m_demangle/
H A Dsafe-ctype.h89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
102 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) argument
103 #define ISIDST(c) _sch_test(c, _sch_isidst) argument
105 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) argument
112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] argument
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/m_demangle/
H A Dsafe-ctype.h89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
102 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) argument
103 #define ISIDST(c) _sch_test(c, _sch_isidst) argument
105 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) argument
112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] argument
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/include/
H A Dsafe-ctype.h89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
102 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) argument
103 #define ISIDST(c) _sch_test(c, _sch_isidst) argument
105 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) argument
112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] argument
[all …]
/dports/devel/gdb761/gdb-7.6.1/include/
H A Dsafe-ctype.h89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
102 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) argument
103 #define ISIDST(c) _sch_test(c, _sch_isidst) argument
105 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) argument
112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] argument
[all …]
/dports/devel/gdb/gdb-11.1/include/
H A Dsafe-ctype.h89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
102 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) argument
103 #define ISIDST(c) _sch_test(c, _sch_isidst) argument
105 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) argument
112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] argument
[all …]
/dports/lang/gcc48/gcc-4.8.5/include/
H A Dsafe-ctype.h89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
102 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) argument
103 #define ISIDST(c) _sch_test(c, _sch_isidst) argument
105 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) argument
112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] argument
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/include/
H A Dsafe-ctype.h89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
102 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) argument
103 #define ISIDST(c) _sch_test(c, _sch_isidst) argument
105 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) argument
112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] argument
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/include/
H A Dsafe-ctype.h89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
102 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) argument
103 #define ISIDST(c) _sch_test(c, _sch_isidst) argument
105 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) argument
112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] argument
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/include/
H A Dsafe-ctype.h89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
102 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) argument
103 #define ISIDST(c) _sch_test(c, _sch_isidst) argument
105 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) argument
112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] argument
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/include/
H A Dsafe-ctype.h89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
102 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) argument
103 #define ISIDST(c) _sch_test(c, _sch_isidst) argument
105 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) argument
112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] argument
[all …]
/dports/lang/gnat_util/gcc-6-20180516/include/
H A Dsafe-ctype.h89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
102 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) argument
103 #define ISIDST(c) _sch_test(c, _sch_isidst) argument
105 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) argument
112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] argument
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/include/
H A Dsafe-ctype.h89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
102 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) argument
103 #define ISIDST(c) _sch_test(c, _sch_isidst) argument
105 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) argument
112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] argument
[all …]
/dports/lang/gcc11/gcc-11.2.0/include/
H A Dsafe-ctype.h89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
102 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) argument
103 #define ISIDST(c) _sch_test(c, _sch_isidst) argument
105 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) argument
112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] argument
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/include/
H A Dsafe-ctype.h89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
102 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) argument
103 #define ISIDST(c) _sch_test(c, _sch_isidst) argument
105 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) argument
112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] argument
[all …]
/dports/lang/gcc9/gcc-9.4.0/include/
H A Dsafe-ctype.h89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
102 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) argument
103 #define ISIDST(c) _sch_test(c, _sch_isidst) argument
105 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) argument
112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] argument
[all …]
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/include/
H A Dsafe-ctype.h89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
102 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) argument
103 #define ISIDST(c) _sch_test(c, _sch_isidst) argument
105 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) argument
112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] argument
[all …]
/dports/devel/xelfviewer/XELFViewer-0.03/XCppfilt/3rdparty/cppfilt/src/
H A Dsafe-ctype.h89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
102 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) argument
103 #define ISIDST(c) _sch_test(c, _sch_isidst) argument
105 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) argument
112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] argument
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/include/
H A Dsafe-ctype.h89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
102 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) argument
103 #define ISIDST(c) _sch_test(c, _sch_isidst) argument
105 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) argument
112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] argument
[all …]

12345678910>>...3048