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

12

/freebsd-9.3-release/usr.bin/rpcgen/
H A Drpc_svcout.c371 if (!streq(proc->args.decls->decl.type, "void"))
409 if (streq(proc->args.decls->decl.type,
436 if (streq(proc->res_type, "void")) {
578 if (streq(proc->proc_num, "0")) {
969 if (streq(transp, "udp"))
H A Drpc_main.c257 if (infile != NULL && streq(outfile, infile)) {
897 if (streq(argv[i], "-s")) {
907 if (streq(argv[i], "-s")) {
913 } else if (streq(argv[i], "-n")) {
/freebsd-9.3-release/tools/tools/crypto/
H A Dcryptotest.c104 #define streq(a,b) (strcasecmp(a,b) == 0) macro
179 if (streq(name, algorithms[i].name))
539 if (streq(optarg, "rijndael"))
/freebsd-9.3-release/usr.bin/systat/
H A Dnetstat.c87 #define streq(a,b) (strcmp(a,b)==0) macro
406 if (!streq(proto, p->ni_proto))
516 if (streq(p->ni_proto, "tcp")) {
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h433 int streq(const char *, const char *);
H A Doutput.c166 if (streq(iidesc->ii_name, match->iim_name) == 0)
185 streq(iidesc->ii_owner, match->iim_file)) {
H A Dmerge.c378 if (!streq(ctdp->t_name, mtdp->t_name))
613 !streq(node->ii_name, iif->iif_template->ii_name) ||
618 !streq(node->ii_owner, iif->iif_template->ii_owner))
H A Dst_parse.c305 if (!streq(tdp->t_name, ii->ii_name)) {
317 if (tdp->t_name && !streq(tdp->t_name, ii->ii_name)) {
H A Dctf.c772 if (matchlbl != NULL && streq(matchlbl, "BASE"))
776 if (matchlbl != NULL && streq(label, matchlbl))
/freebsd-9.3-release/contrib/dtc/
H A Ddtc.h64 #define streq(a, b) (strcmp((a), (b)) == 0) macro
H A Dflattree.c247 if (streq(str, d->val + i))
275 if (streq(prop->name, "name"))
731 if (!streq(ppath, "/"))
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dreadelf.c306 #define streq(a,b) (strcmp ((a), (b)) == 0)
586 if (streq (SECTION_NAME (section_headers + i), name))
1210 && streq (rtype, "R_ALPHA_LITUSE")
1310 && streq (rtype, "R_SPARC_OLO10"))
4134 && streq (name, ".dynstr"))
4172 || (do_debug_info && streq (name, "info"))
4173 || (do_debug_abbrevs && streq (name, "abbrev"))
4174 || (do_debug_lines && streq (name, "line"))
4175 || (do_debug_pubnames && streq (name, "pubnames"))
4176 || (do_debug_aranges && streq (nam
304 #define streq macro
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddefs.h344 extern int streq (const char *, const char *);
H A Dutils.c2573 streq (const char *lhs, const char *rhs)
2562 streq (const char *lhs, const char *rhs) function
H A Dsymtab.c433 (256, htab_hash_string, (int (*) (const void *, const void *)) streq,
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dlib1funcs.asm1239 streq lr, [\frame, #-4]
1258 streq lr, [sp, #-8]!
H A Darm.c561 #define streq(string1, string2) (strcmp (string1, string2) == 0)
903 if (streq (ptr->string, sel->name))
1148 if (streq (arm_all_abis[i].name, target_abi_name))
1169 if (streq (target_fpe_name, "2"))
1171 else if (streq (target_fpe_name, "3"))
1182 if (streq (all_fpus[i].name, target_fpu_name))
1224 if (streq (all_float_abis[i].name, target_float_abi_name))
1410 if (streq (arg, ptr->arg))
559 #define streq macro
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c134 #define streq(a, b) (strcmp (a, b) == 0) macro
14375 && streq (name + len - 5, "/data"))
17237 if (streq (text_name, ".text"))
17578 && streq (name, GLOBAL_OFFSET_TABLE_NAME))
20284 if (streq (opt->name, str))
20306 if (streq (opt->name, str))
20322 if (streq (opt->name, str))
20339 if (streq (opt->name, str))
20397 || streq (arg, opt->option + 1)))
20417 || streq (ar
[all...]

Completed in 198 milliseconds

12