/openbsd/gnu/gcc/gcc/config/v850/ |
H A D | v850-c.c | 33 #ifndef streq 34 #define streq(a,b) (strcmp (a, b) == 0) macro 151 if (streq (sect, "data")) kind = GHS_SECTION_KIND_DATA; in ghs_pragma_section() 152 else if (streq (sect, "text")) kind = GHS_SECTION_KIND_TEXT; in ghs_pragma_section() 153 else if (streq (sect, "rodata")) kind = GHS_SECTION_KIND_RODATA; in ghs_pragma_section() 157 else if (streq (sect, "sdata")) kind = GHS_SECTION_KIND_SDATA; in ghs_pragma_section() 158 else if (streq (sect, "tdata")) kind = GHS_SECTION_KIND_TDATA; in ghs_pragma_section() 159 else if (streq (sect, "zdata")) kind = GHS_SECTION_KIND_ZDATA; in ghs_pragma_section() 162 else if (streq (sect, "bss")) kind = GHS_SECTION_KIND_BSS; in ghs_pragma_section() 163 else if (streq (sect, "zbss")) kind = GHS_SECTION_KIND_ZDATA; in ghs_pragma_section() [all …]
|
H A D | v850.c | 47 #ifndef streq 48 #define streq(a,b) (strcmp (a, b) == 0) macro 2230 if (streq (name, ".zdata") || streq (name, ".zbss")) in v850_encode_data_area() 2233 else if (streq (name, ".sdata") || streq (name, ".sbss")) in v850_encode_data_area() 2236 else if (streq (name, ".tdata")) in v850_encode_data_area()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/v850/ |
H A D | v850-c.c | 31 #ifndef streq 32 #define streq(a,b) (strcmp (a, b) == 0) macro 150 if (streq (sect, "data")) kind = GHS_SECTION_KIND_DATA; 151 else if (streq (sect, "text")) kind = GHS_SECTION_KIND_TEXT; 152 else if (streq (sect, "rodata")) kind = GHS_SECTION_KIND_RODATA; 156 else if (streq (sect, "sdata")) kind = GHS_SECTION_KIND_SDATA; 157 else if (streq (sect, "tdata")) kind = GHS_SECTION_KIND_TDATA; 158 else if (streq (sect, "zdata")) kind = GHS_SECTION_KIND_ZDATA; 161 else if (streq (sect, "bss")) kind = GHS_SECTION_KIND_BSS; 162 else if (streq (sect, "zbss")) kind = GHS_SECTION_KIND_ZDATA; [all …]
|
H A D | v850.c | 45 #ifndef streq 46 #define streq(a,b) (strcmp (a, b) == 0) macro 2292 if (streq (name, ".zdata") || streq (name, ".zbss")) 2295 else if (streq (name, ".sdata") || streq (name, ".sbss")) 2298 else if (streq (name, ".tdata"))
|
/openbsd/usr.bin/rpcgen/ |
H A D | rpc_hout.c | 199 if (streq(decl->type, "bool")) { 210 if (decl && !streq(decl->type, "void")) { 395 if (!streq(name, old)) { 396 if (streq(old, "string")) { 399 } else if (streq(old, "opaque")) { 401 } else if (streq(old, "bool")) { 443 if (streq(dec->type, "void")) 449 if (streq(dec->type, "string")) { 453 if (streq(dec->type, "bool")) { 455 } else if (streq(dec->type, "opaque")) { [all …]
|
H A D | rpc_util.c | 82 streq(a, b) in streq() function 133 return (streq(def->def_name, type)); in findit() 166 if (streq(type, "string")) { 180 if (streq(prefix, "enum")) { 186 if (streq(type, "bool")) { 188 } else if (streq(type, "string")) { 201 return (streq(def->def_name, type)); in typedefed() 214 return (!streq(type, "string"));
|
H A D | rpc_sample.c | 104 if (!streq(proc->args.decls->decl.type, "void")) 112 } else if (!streq(proc->args.decls->decl.type, "void")) { 138 if (streq(proc->args.decls->decl.type, "void")) 143 } else if (streq(proc->args.decls->decl.type, "void")) { 182 if (!streq(proc->res_type, "void")) 189 if (!streq(proc->res_type, "void"))
|
H A D | rpc_parse.c | 168 if (streq(plist->res_type, "opaque")) { 182 if (streq(dec.type, "void")) 196 if (streq(dec.type, "void")) 426 if (streq(dec->type, "void")) { 459 if (streq(dec->type, "opaque")) { 463 } else if (streq(dec->type, "string")) { 500 if (streq(dec->type, "void")) 503 if (streq(dec->type, "opaque")) 507 if (streq(dec->type, "string")) 518 if (!streq(dec->type, "string")) [all …]
|
H A D | rpc_cout.c | 117 return (streq(def->def_name, type)); 204 if (streq(type, "bool")) { 244 if (streq(type, "string")) { 247 if (streq(type, "opaque")) { 266 if (streq(type, "string")) { 269 if (streq(type, "opaque")) { 272 if (streq(type, "string")) { 355 if (!streq(cs->type, "void")) { 380 if (!streq(dflt->type, "void")) {
|
H A D | rpc_clntout.c | 117 } else if (streq(proc->args.decls->decl.type, "void")) { 170 if (streq(proc->res_type, "void")) { 179 if (newstyle && !args2 && (streq(proc->args.decls->decl.type, "void"))) { 212 if (streq(proc->res_type, "void")) {
|
H A D | rpc_main.c | 244 if (infile != NULL && streq(outfile, infile)) { in open_output() 772 if (streq(argv[i], "-s")) { 781 if (streq(argv[i], "-s")) { 786 } else if (streq(argv[i], "-n")) { 971 if (!streq(argv[i], "udp") && 972 !streq(argv[i], "tcp"))
|
H A D | rpc_svcout.c | 329 if (!streq(proc->args.decls->decl.type, "void")) 383 if (streq(proc->args.decls->decl.type, 515 if (streq(proc->proc_num, "0")) 885 if (streq(transp, "udp")) 894 if (inetdflag && streq(transp, "tcp")) {
|
H A D | rpc_util.h | 111 int streq(char *, char *);
|
H A D | rpc_tblout.c | 157 if (streq(type, "void")) {
|
/openbsd/gnu/llvm/lldb/tools/darwin-debug/ |
H A D | darwin-debug.cpp | 44 #define streq(a, b) strcmp(a, b) == 0 macro 197 if (streq(optarg, "i386")) in main() 199 else if (streq(optarg, "x86_64")) in main() 201 else if (streq(optarg, "x86_64h")) in main()
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | obj-coff.c | 33 #define streq(a,b) (strcmp ((a), (b)) == 0) macro 719 || (streq (bfd_get_section_name (stdoutput, in obj_coff_endef() 847 if (streq (".bf", S_GET_NAME (def_symbol_in_progress))) in obj_coff_line() 856 if (streq (".bf", S_GET_NAME (def_symbol_in_progress))) in obj_coff_line() 966 if (streq (symbol_name, ".")) in obj_coff_val() 972 else if (! streq (S_GET_NAME (def_symbol_in_progress), symbol_name)) in obj_coff_val() 1290 if (streq (S_GET_NAME (symp), ".bb")) in coff_frob_symbol() 1381 && streq (S_GET_NAME (symp), ".bf")) in coff_frob_symbol() 1430 if (streq (sec->name, ".text")) in coff_adjust_section_syms() 1709 if (! streq (STAB_STRING_SECTION_NAME, sec->name)) in coff_frob_section()
|
H A D | tc-crx.c | 44 #define streq(a, b) (strcmp (a, b) == 0) macro 604 && streq (crx_instruction[i].mnemonic, mnemonic)); in md_begin() 1092 if (streq (no_op_insn[i], instruction->mnemonic)) in parse_insn() 1848 if (streq(reg_name, "uhi")) in preprocess_reglist() 1853 else if (streq(reg_name, "ulo")) in preprocess_reglist() 1867 if (streq(reg_name, "hi")) in preprocess_reglist() 1872 else if (streq(reg_name, "lo")) in preprocess_reglist()
|
H A D | tc-mcore.c | 35 #ifndef streq 36 #define streq(a,b) (strcmp (a, b) == 0) macro 469 if (! streq (prev_name, opcode->name)) in md_begin() 1728 if (streq (arg, "210")) in md_parse_option() 1733 else if (streq (arg, "340")) in md_parse_option()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | ecoff.c | 48 #define streq(a, b) (strcmp ((a), (b)) == 0) macro 326 if (streq (name, _COMMENT)) in ecoff_sec_to_styp_flags() 1966 if (streq (current->name, _RDATA)) in ecoff_compute_section_file_positions() 2008 && ! streq (current->name, _PDATA) in ecoff_compute_section_file_positions() 2148 if (streq (section->name, _LIB)) in _bfd_ecoff_set_section_contents() 3824 && streq (name, h->root.string)) in ecoff_link_add_archive_symbols() 4585 && (streq (o->name, _SBSS) in _bfd_ecoff_bfd_final_link() 4586 || streq (o->name, _SDATA) in _bfd_ecoff_bfd_final_link() 4587 || streq (o->name, _LIT4) in _bfd_ecoff_bfd_final_link() 4588 || streq (o->name, _LIT8) in _bfd_ecoff_bfd_final_link() [all …]
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-mcore.c | 34 #ifndef streq 35 #define streq(a,b) (strcmp (a, b) == 0) macro 405 if (! streq (prev_name, opcode->name)) in md_begin() 1780 if (streq (arg, "210")) 1785 else if (streq (arg, "340"))
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | readelf.c | 269 #define streq(a,b) (strcmp ((a), (b)) == 0) macro 1446 && streq (rtype, "R_ALPHA_LITUSE") in dump_relocations() 4362 && streq (name, ".dynstr")) in process_section_headers() 4402 || (do_debug_info && streq (name, "info")) in process_section_headers() 4404 || (do_debug_lines && streq (name, "line")) in process_section_headers() 4410 || (do_debug_str && streq (name, "str")) in process_section_headers() 4411 || (do_debug_loc && streq (name, "loc")) in process_section_headers() 5362 && streq (SECTION_NAME (sec) + len2, suffix)) in ia64_process_unwind() 5377 && streq (SECTION_NAME (sec) + len2, suffix)) in ia64_process_unwind() 6550 if (streq (name, program_interpreter)) in process_dynamic_section() [all …]
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | arm-dis.c | 37 #ifndef streq 38 #define streq(a,b) (strcmp ((a), (b)) == 0) macro
|
/openbsd/usr.bin/systat/ |
H A D | netstat.c | 101 #define streq(a,b) (strcmp(a,b)==0) macro
|
/openbsd/gnu/gcc/gcc/config/m32c/ |
H A D | m32c.c | 79 #define streq(a,b) (strcmp ((a), (b)) == 0) macro 99 #define RTX_IS(x) (streq (pattern, x)) 2470 && streq (conversions[i].pattern, pattern)) in m32c_print_operand() 2575 if (streq (conversions[i].pattern, "mi") in m32c_print_operand() 2576 || streq (conversions[i].pattern, "mmi")) in m32c_print_operand()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | defs.h | 331 extern int streq (const char *, const char *);
|