Searched refs:STREQ (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | regex.c | 399 # define STREQ(s1, s2) ((strcmp (s1, s2) == 0)) macro 2192 (STREQ (string, "alpha") || STREQ (string, "upper") \ 2193 || STREQ (string, "lower") || STREQ (string, "digit") \ 2194 || STREQ (string, "alnum") || STREQ (string, "xdigit") \ 2195 || STREQ (string, "space") || STREQ (string, "print") \ 2196 || STREQ (string, "punct") || STREQ (string, "graph") \ 2197 || STREQ (string, "cntrl") || STREQ (string, "blank")) 3222 boolean is_lower = STREQ (str, "lower"); in PREFIX() 3223 boolean is_upper = STREQ (str, "upper"); in PREFIX() 3255 boolean is_alnum = STREQ (str, "alnum"); in PREFIX() [all …]
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-ia64.c | 891 #define STREQ(s) ((len == sizeof (s) - 1) && (strncmp (str, s, sizeof (s) - 1) == 0)) in ia64_elf_section_type() macro 893 if (STREQ (ELF_STRING_ia64_unwind_info)) in ia64_elf_section_type() 896 if (STREQ (ELF_STRING_ia64_unwind_info_once)) in ia64_elf_section_type() 899 if (STREQ (ELF_STRING_ia64_unwind)) in ia64_elf_section_type() 902 if (STREQ (ELF_STRING_ia64_unwind_once)) in ia64_elf_section_type() 905 if (STREQ ("unwind")) in ia64_elf_section_type() 909 #undef STREQ in ia64_elf_section_type()
|