Searched refs:streq (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-9.3-release/tools/tools/ath/athprom/
H A Dathprom.c490 #define streq(a,b) (strcasecmp(a,b) == 0) macro
492 if (streq(var, "mode")) {
497 } else if (streq(var, "version")) {
499 } else if (streq(var, "V_major")) {
501 } else if (streq(var, "V_minor")) {
503 } else if (streq(var, "earStart")) {
505 } else if (streq(var, "tpStart")) {
507 } else if (streq(var, "eepMap")) {
509 } else if (streq(var, "exist32KHzCrystal")) {
511 } else if (streq(va
818 #undef streq macro
[all...]
/freebsd-9.3-release/tools/tools/ath/athkey/
H A Dathkey.c99 #define streq(a,b) (strcasecmp(a,b) == 0) macro
101 if (streq(name, "wep"))
103 if (streq(name, "tkip"))
105 if (streq(name, "aes-ocb") || streq(name, "ocb"))
107 if (streq(name, "aes-ccm") || streq(name, "ccm") ||
108 streq(name, "aes"))
110 if (streq(name, "ckip"))
112 if (streq(nam
117 #undef streq macro
[all...]
/freebsd-9.3-release/contrib/dtc/
H A Ddtc.c175 if (streq(optarg, "legacy"))
177 else if (streq(optarg, "epapr"))
179 else if (streq(optarg, "both"))
209 if (streq(inform, "dts"))
211 else if (streq(inform, "fs"))
213 else if(streq(inform, "dtb"))
225 if (streq(outname, "-")) {
234 if (streq(outform, "dts")) {
236 } else if (streq(outform, "dtb")) {
238 } else if (streq(outfor
[all...]
H A Dfstree.c42 if (streq(de->d_name, ".")
43 || streq(de->d_name, ".."))
H A Dlivetree.c199 if (streq(prop->name, propname))
216 if (streq(child->name, nodename))
238 else if (!p && streq(path, child->name))
251 if (tree->label && streq(tree->label, label))
H A Dchecks.c226 if (streq(child->name, child2->name))
239 if (streq(prop->name, prop2->name))
288 if (!streq(prop->name, "phandle")
289 && !streq(prop->name, "linux,phandle"))
346 if (streq((*pp)->name, "name")) {
H A Dsrcpos.c99 if (streq(fname, "-")) {
/freebsd-9.3-release/usr.bin/rpcgen/
H A Drpc_hout.c215 if (streq(decl->type, "bool")) {
226 if (decl && !streq(decl->type, "void")) {
256 } else if (streq(proc->proc_name, stop->proc_name)) {
352 streq(proc->args.decls->decl.type, "void")) {
414 if (!streq(name, old)) {
415 if (streq(old, "string")) {
418 } else if (streq(old, "opaque")) {
420 } else if (streq(old, "bool")) {
458 if (streq(dec->type, "void")) {
462 if (streq(de
[all...]
H A Drpc_util.c88 streq(const char *a, const char *b) function
126 return (streq(def->def_name, type));
140 if (streq(def->def.ty.old_type, "opaque"))
161 if (streq(type, "string")) {
172 if (streq(prefix, "enum")) {
178 if (streq(type, "bool")) {
180 } else if (streq(type, "string")) {
193 return (streq(def->def_name, type));
205 return (!streq(type, "string"));
H A Drpc_sample.c106 if(!streq(proc->args.decls->decl.type, "void"))
114 } else if (!streq(proc->args.decls->decl.type, "void")) {
145 if(streq(proc->args.decls->decl.type, "void"))
156 } else if (streq(proc->args.decls->decl.type, "void")) {
211 if(!streq(proc->res_type, "void"))
224 if(!streq(proc->res_type, "void"))
H A Drpc_parse.c169 if (streq(plist->res_type, "opaque")) {
184 if (streq(dec.type, "void"))
198 if (streq(dec.type, "void"))
434 if (streq(dec->type, "void")) {
466 if (streq(dec->type, "opaque")) {
470 } else if (streq(dec->type, "string")) {
503 if (streq(dec->type, "void")) {
507 if (streq(dec->type, "opaque")) {
511 if (streq(dec->type, "string")) {
521 if (!streq(de
[all...]
H A Drpc_clntout.c134 } else if (streq(proc->args.decls->decl.type, "void")) {
188 if (streq(proc->res_type, "void")) {
200 (streq(proc->args.decls->decl.type, "void"))) {
270 if (streq(proc->res_type, "void")) {
H A Drpc_cout.c113 return (streq(def->def_name, type));
191 if (streq(type, "bool")) {
230 if (streq(type, "string")) {
232 } else if (streq(type, "opaque")) {
249 if (streq(type, "string")) {
251 } else if (streq(type, "opaque")) {
254 if (streq(type, "string")) {
333 if (!streq(cs->type, "void")) {
351 if (!streq(dflt->type, "void")) {
H A Drpc_tblout.c163 if (streq(type, "void")) {
H A Drpc_util.h178 int streq(const char *a, const char *b);
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dfixup_tdescs.c70 if (streq(ml->ml_name, mems[i]))
82 if (act->t_type != STRUCT || !streq(act->t_name, acts[i]))
124 if (mems[i] && !streq(ml->ml_name, mems[i]))
131 !streq(ml->ml_type->t_tdesc->t_name, "vmem"))
170 if (!streq(iidesc->ii_name, match->m_name))
225 if (!streq(cpu->t_name, "cpu") || cpu->t_type != STRUCT)
247 if (!streq(lml->ml_name, "cpu_m_pad") &&
H A Dtdata.c173 return (!streq(tdp1->t_name, tdp2->t_name));
315 return (streq(le->le_name, tmpl->le_name));
324 if (streq(label, "BASE")) {
H A Diidesc.c78 !streq(src->ii_name, tgt->ii_name))
H A Dutil.c50 streq(const char *s1, const char *s2) function
/freebsd-9.3-release/usr.bin/systat/
H A Dnetcmds.c62 #define streq(a,b) (strcmp(a,b)==0) macro
171 if (proto == 0 || streq(proto, "all"))
173 else if (streq(proto, "tcp"))
175 else if (streq(proto, "udp"))
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-cr16.c808 && streq (cr16_instruction[i].mnemonic, mnemonic));
1397 if (streq (cr16_no_op_insn[i], instruction->mnemonic))
1431 if (streq (op1, cr16_b_cond_tab[i]))
1441 if (!(streq (op, "bal") || streq (op, "beq0b") || streq (op, "bnq0b")
1442 || streq (op, "beq0w") || streq (op, "bnq0w")))
2395 if (streq ("cinv", op))
2405 if ((streq ("lsh
[all...]
H A Dobj-coff.c33 #define streq(a,b) (strcmp ((a), (b)) == 0) macro
723 || (streq (bfd_get_section_name (stdoutput,
851 if (streq (".bf", S_GET_NAME (def_symbol_in_progress)))
860 if (streq (".bf", S_GET_NAME (def_symbol_in_progress)))
970 if (streq (symbol_name, "."))
976 else if (! streq (S_GET_NAME (def_symbol_in_progress), symbol_name))
1294 if (streq (S_GET_NAME (symp), ".bb"))
1385 && streq (S_GET_NAME (symp), ".bf"))
1434 if (streq (sec->name, ".text"))
1713 if (! streq (STAB_STRING_SECTION_NAM
[all...]
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dscore-dis.c36 #ifndef streq
37 #define streq(a,b) (strcmp ((a), (b)) == 0) macro
/freebsd-9.3-release/contrib/binutils/bfd/
H A Decoff.c48 #define streq(a, b) (strcmp ((a), (b)) == 0) macro
173 if (streq (section->name, section_flags[i].name))
318 if (streq (name, styp_flags[i].name))
326 if (streq (name, _COMMENT))
1973 if (streq (current->name, _RDATA))
1976 && ! streq (current->name, _PDATA)
1977 && ! streq (current->name, _RCONST))
1998 if (streq (current->name, _PDATA))
2014 || ! streq (current->name, _RDATA))
2015 && ! streq (curren
[all...]
/freebsd-9.3-release/contrib/binutils/include/opcode/
H A Dcr16.h429 #define streq(a, b) (strcmp (a, b) == 0) macro

Completed in 184 milliseconds

12