| /freebsd-9-stable/tools/tools/ath/athprom/ |
| D | athprom.c | 490 #define streq(a,b) (strcasecmp(a,b) == 0) in eevar() macro 492 if (streq(var, "mode")) { in eevar() 497 } else if (streq(var, "version")) { in eevar() 499 } else if (streq(var, "V_major")) { in eevar() 501 } else if (streq(var, "V_minor")) { in eevar() 503 } else if (streq(var, "earStart")) { in eevar() 505 } else if (streq(var, "tpStart")) { in eevar() 507 } else if (streq(var, "eepMap")) { in eevar() 509 } else if (streq(var, "exist32KHzCrystal")) { in eevar() 511 } else if (streq(var, "eepMap2PowerCalStart")) { in eevar() [all …]
|
| /freebsd-9-stable/tools/tools/ath/athkey/ |
| D | athkey.c | 99 #define streq(a,b) (strcasecmp(a,b) == 0) in getcipher() macro 101 if (streq(name, "wep")) in getcipher() 103 if (streq(name, "tkip")) in getcipher() 105 if (streq(name, "aes-ocb") || streq(name, "ocb")) in getcipher() 107 if (streq(name, "aes-ccm") || streq(name, "ccm") || in getcipher() 108 streq(name, "aes")) in getcipher() 110 if (streq(name, "ckip")) in getcipher() 112 if (streq(name, "none") || streq(name, "clr")) in getcipher() 117 #undef streq in getcipher()
|
| /freebsd-9-stable/contrib/dtc/ |
| D | dtc.c | 175 if (streq(optarg, "legacy")) in main() 177 else if (streq(optarg, "epapr")) in main() 179 else if (streq(optarg, "both")) in main() 209 if (streq(inform, "dts")) in main() 211 else if (streq(inform, "fs")) in main() 213 else if(streq(inform, "dtb")) in main() 225 if (streq(outname, "-")) { in main() 234 if (streq(outform, "dts")) { in main() 236 } else if (streq(outform, "dtb")) { in main() 238 } else if (streq(outform, "asm")) { in main() [all …]
|
| D | livetree.c | 199 if (streq(prop->name, propname)) in get_property() 216 if (streq(child->name, nodename)) in get_subnode() 238 else if (!p && streq(path, child->name)) in get_node_by_path() 251 if (tree->label && streq(tree->label, label)) in get_node_by_label()
|
| D | fstree.c | 42 if (streq(de->d_name, ".") in read_fstree() 43 || streq(de->d_name, "..")) in read_fstree()
|
| D | checks.c | 226 if (streq(child->name, child2->name)) in check_duplicate_node_names() 239 if (streq(prop->name, prop2->name)) in check_duplicate_property_names() 288 if (!streq(prop->name, "phandle") in check_explicit_phandles() 289 && !streq(prop->name, "linux,phandle")) in check_explicit_phandles() 346 if (streq((*pp)->name, "name")) { in check_name_properties()
|
| /freebsd-9-stable/usr.bin/rpcgen/ |
| D | rpc_hout.c | 215 if (streq(decl->type, "bool")) { in puniondef() 226 if (decl && !streq(decl->type, "void")) { in puniondef() 256 } else if (streq(proc->proc_name, stop->proc_name)) { in define_printed() 352 streq(proc->args.decls->decl.type, "void")) { in parglist() 414 if (!streq(name, old)) { in ptypedef() 415 if (streq(old, "string")) { in ptypedef() 418 } else if (streq(old, "opaque")) { in ptypedef() 420 } else if (streq(old, "bool")) { in ptypedef() 458 if (streq(dec->type, "void")) { in pdeclaration() 462 if (streq(dec->type, name) && !dec->prefix) { in pdeclaration() [all …]
|
| D | rpc_util.c | 88 streq(const char *a, const char *b) in streq() function 126 return (streq(def->def_name, type)); in findit() 140 if (streq(def->def.ty.old_type, "opaque")) in fixit() 161 if (streq(type, "string")) { in stringfix() 172 if (streq(prefix, "enum")) { in ptype() 178 if (streq(type, "bool")) { in ptype() 180 } else if (streq(type, "string")) { in ptype() 193 return (streq(def->def_name, type)); in typedefed() 205 return (!streq(type, "string")); in isvectordef()
|
| D | rpc_parse.c | 169 if (streq(plist->res_type, "opaque")) { in def_program() 184 if (streq(dec.type, "void")) in def_program() 198 if (streq(dec.type, "void")) in def_program() 434 if (streq(dec->type, "void")) { in get_declaration() 466 if (streq(dec->type, "opaque")) { in get_declaration() 470 } else if (streq(dec->type, "string")) { in get_declaration() 503 if (streq(dec->type, "void")) { in get_prog_declaration() 507 if (streq(dec->type, "opaque")) { in get_prog_declaration() 511 if (streq(dec->type, "string")) { in get_prog_declaration() 521 if (!streq(dec->type, "string")) { in get_prog_declaration() [all …]
|
| D | rpc_sample.c | 106 if(!streq(proc->args.decls->decl.type, "void")) in write_sample_client() 114 } else if (!streq(proc->args.decls->decl.type, "void")) { in write_sample_client() 145 if(streq(proc->args.decls->decl.type, "void")) in write_sample_client() 156 } else if (streq(proc->args.decls->decl.type, "void")) { in write_sample_client() 211 if(!streq(proc->res_type, "void")) in write_sample_server() 224 if(!streq(proc->res_type, "void")) in write_sample_server()
|
| D | rpc_cout.c | 113 return (streq(def->def_name, type)); in findtype() 191 if (streq(type, "bool")) { in print_ifsizeof() 230 if (streq(type, "string")) { in print_ifstat() 232 } else if (streq(type, "opaque")) { in print_ifstat() 249 if (streq(type, "string")) { in print_ifstat() 251 } else if (streq(type, "opaque")) { in print_ifstat() 254 if (streq(type, "string")) { in print_ifstat() 333 if (!streq(cs->type, "void")) { in emit_union() 351 if (!streq(dflt->type, "void")) { in emit_union()
|
| D | rpc_clntout.c | 134 } else if (streq(proc->args.decls->decl.type, "void")) { in printarglist() 188 if (streq(proc->res_type, "void")) { in printbody() 200 (streq(proc->args.decls->decl.type, "void"))) { in printbody() 270 if (streq(proc->res_type, "void")) { in printbody()
|
| D | rpc_svcout.c | 371 if (!streq(proc->args.decls->decl.type, "void")) in write_real_program() 409 if (streq(proc->args.decls->decl.type, in write_program() 436 if (streq(proc->res_type, "void")) { in write_program() 578 if (streq(proc->proc_num, "0")) { in nullproc() 969 if (streq(transp, "udp")) in write_inetd_register()
|
| D | rpc_main.c | 257 if (infile != NULL && streq(outfile, infile)) { in open_output() 897 if (streq(argv[i], "-s")) { in do_registers() 907 if (streq(argv[i], "-s")) { in do_registers() 913 } else if (streq(argv[i], "-n")) { in do_registers()
|
| /freebsd-9-stable/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| D | fixup_tdescs.c | 70 if (streq(ml->ml_name, mems[i])) in fix_ptrptr_to_struct() 82 if (act->t_type != STRUCT || !streq(act->t_name, acts[i])) in fix_ptrptr_to_struct() 124 if (mems[i] && !streq(ml->ml_name, mems[i])) in fix_ptr_to_struct() 131 !streq(ml->ml_type->t_tdesc->t_name, "vmem")) in fix_ptr_to_struct() 170 if (!streq(iidesc->ii_name, match->m_name)) in matching_iidesc() 225 if (!streq(cpu->t_name, "cpu") || cpu->t_type != STRUCT) in fix_small_cpu_struct() 247 if (!streq(lml->ml_name, "cpu_m_pad") && in fix_small_cpu_struct()
|
| D | tdata.c | 173 return (!streq(tdp1->t_name, tdp2->t_name)); in tdesc_namecmp() 315 return (streq(le->le_name, tmpl->le_name)); in tdata_label_find_cb() 324 if (streq(label, "BASE")) { in tdata_label_find()
|
| /freebsd-9-stable/usr.bin/systat/ |
| D | netcmds.c | 62 #define streq(a,b) (strcmp(a,b)==0) macro 171 if (proto == 0 || streq(proto, "all")) in selectproto() 173 else if (streq(proto, "tcp")) in selectproto() 175 else if (streq(proto, "udp")) in selectproto()
|
| D | netstat.c | 87 #define streq(a,b) (strcmp(a,b)==0) macro 406 if (!streq(proto, p->ni_proto)) in enter() 516 if (streq(p->ni_proto, "tcp")) { in shownetstat()
|
| /freebsd-9-stable/cddl/contrib/dtracetoolkit/Examples/ |
| D | tcl_insflow_example.txt | 697 0 174829 4436207520345 5 inst -> streq 698 0 174829 4436207520351 5 inst <- streq 727 0 174829 4436207520574 5 inst -> streq 728 0 174829 4436207520580 5 inst <- streq 743 0 174829 4436207520665 5 inst -> streq 744 0 174829 4436207520671 5 inst <- streq 761 0 174829 4436207520768 5 inst -> streq 762 0 174829 4436207520773 5 inst <- streq 783 0 174829 4436207520919 5 inst -> streq 784 0 174829 4436207520925 6 inst <- streq [all …]
|
| D | tcl_ins_example.txt | 23 16005 inst streq 7
|
| /freebsd-9-stable/contrib/binutils/gas/config/ |
| D | tc-cr16.c | 808 && streq (cr16_instruction[i].mnemonic, mnemonic)); in md_begin() 1397 if (streq (cr16_no_op_insn[i], instruction->mnemonic)) in parse_insn() 1431 if (streq (op1, cr16_b_cond_tab[i])) in get_b_cc() 1441 if (!(streq (op, "bal") || streq (op, "beq0b") || streq (op, "bnq0b") in is_bcc_insn() 1442 || streq (op, "beq0w") || streq (op, "bnq0w"))) in is_bcc_insn() 2395 if (streq ("cinv", op)) in md_assemble() 2405 if ((streq ("lshb", op) || streq ("lshw", op) || streq ("lshd", op)) in md_assemble() 2415 if (streq ("lshb", op)) in md_assemble() 2417 else if (streq ("lshd", op)) in md_assemble()
|
| 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()
|
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | ecoff.c | 48 #define streq(a, b) (strcmp ((a), (b)) == 0) macro 172 if (streq (section->name, section_flags[i].name)) in _bfd_ecoff_new_section_hook() 317 if (streq (name, styp_flags[i].name)) in ecoff_sec_to_styp_flags() 325 if (streq (name, _COMMENT)) in ecoff_sec_to_styp_flags() 1966 if (streq (current->name, _RDATA)) in ecoff_compute_section_file_positions() 1969 && ! streq (current->name, _PDATA) in ecoff_compute_section_file_positions() 1970 && ! streq (current->name, _RCONST)) in ecoff_compute_section_file_positions() 1991 if (streq (current->name, _PDATA)) in ecoff_compute_section_file_positions() 2007 || ! streq (current->name, _RDATA)) in ecoff_compute_section_file_positions() 2008 && ! streq (current->name, _PDATA) in ecoff_compute_section_file_positions() [all …]
|
| /freebsd-9-stable/tools/tools/crypto/ |
| D | cryptotest.c | 104 #define streq(a,b) (strcasecmp(a,b) == 0) macro 179 if (streq(name, algorithms[i].name)) in getalgbyname() 539 if (streq(optarg, "rijndael")) in main()
|
| /freebsd-9-stable/contrib/binutils/opcodes/ |
| D | score-dis.c | 36 #ifndef streq 37 #define streq(a,b) (strcmp ((a), (b)) == 0) macro
|