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

12

/freebsd-11-stable/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")) {
974 if (streq(transp, "udp"))
H A Drpc_main.c246 if (infile != NULL && streq(outfile, infile)) {
882 if (streq(argv[i], "-s")) {
892 if (streq(argv[i], "-s")) {
898 } else if (streq(argv[i], "-n")) {
/freebsd-11-stable/usr.bin/systat/
H A Dnetstat.c87 #define streq(a,b) (strcmp(a,b)==0) macro
405 if (!streq(proto, p->ni_proto))
514 if (streq(p->ni_proto, "tcp")) {
/freebsd-11-stable/tools/tools/crypto/
H A Dcryptotest.c106 #define streq(a,b) (strcasecmp(a,b) == 0) macro
181 if (streq(name, algorithms[i].name))
544 if (streq(optarg, "rijndael"))
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h434 int streq(const char *, const char *);
H A Doutput.c164 if (streq(iidesc->ii_name, match->iim_name) == 0)
183 streq(iidesc->ii_owner, match->iim_file)) {
H A Dmerge.c369 if (!streq(ctdp->t_name, mtdp->t_name))
604 !streq(node->ii_name, iif->iif_template->ii_name) ||
609 !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.c873 if (matchlbl != NULL && streq(matchlbl, "BASE"))
877 if (matchlbl != NULL && streq(label, matchlbl))
/freebsd-11-stable/contrib/dtc/
H A Dsrcpos.c122 if (streq(fname, "-")) {
H A Ddtc.h69 #define streq(a, b) (strcmp((a), (b)) == 0) macro
H A Dflattree.c250 if (streq(str, d->val + i))
281 if (streq(prop->name, "name"))
746 if (!streq(ppath, "/"))
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm1237 streq lr, [\frame, #-4]
1256 streq lr, [sp, #-8]!
H A Darm.c561 #define streq(string1, string2) (strcmp (string1, string2) == 0)
905 if (streq (ptr->string, sel->name))
1150 if (streq (arm_all_abis[i].name, target_abi_name))
1171 if (streq (target_fpe_name, "2"))
1173 else if (streq (target_fpe_name, "3"))
1184 if (streq (all_fpus[i].name, target_fpu_name))
1226 if (streq (all_float_abis[i].name, target_float_abi_name))
1412 if (streq (arg, ptr->arg))
559 #define streq macro
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c134 #define streq(a, b) (strcmp (a, b) == 0) macro
14493 && streq (name + len - 5, "/data"))
17365 if (streq (text_name, ".text"))
17707 && streq (name, GLOBAL_OFFSET_TABLE_NAME))
20447 if (streq (opt->name, str))
20463 if (streq (opt->name, str))
20480 if (streq (opt->name, str))
20538 || streq (arg, opt->option + 1)))
20558 || streq (arg, fopt->option + 1)))
20769 if (streq (op
[all...]

Completed in 289 milliseconds

12