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

12345678

/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/bfin/
H A Dargc.c7 int streq(const char *s1, const char *s2) function
21 if (!streq(argv[1], "a"))
23 if (!streq(argv[2], "bb"))
25 if (!streq(argv[3], "ccc"))
27 if (!streq(argv[4], "dddd"))
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dargc.c7 int streq(const char *s1, const char *s2) function
21 if (!streq(argv[1], "a"))
23 if (!streq(argv[2], "bb"))
25 if (!streq(argv[3], "ccc"))
27 if (!streq(argv[4], "dddd"))
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dldbuildid.c32 #define streq(a,b) strcmp ((a), (b)) == 0 macro
37 if ((streq (style, "md5")) || (streq (style, "sha1"))
38 || (streq (style, "uuid")) || (startswith (style, "0x")))
47 if (streq (style, "md5") || streq (style, "uuid"))
50 if (streq (style, "sha1"))
103 if (streq (style, "md5"))
112 else if (streq (style, "sha1"))
121 else if (streq (styl
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dldbuildid.c32 #define streq(a,b) strcmp ((a), (b)) == 0 macro
38 if ((streq (style, "md5")) || (streq (style, "sha1"))
39 || (streq (style, "uuid")) || (strneq (style, "0x", 2)))
48 if (streq (style, "md5") || streq (style, "uuid"))
51 if (streq (style, "sha1"))
104 if (streq (style, "md5"))
113 else if (streq (style, "sha1"))
122 else if (streq (styl
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dldbuildid.c32 #define streq(a,b) strcmp ((a), (b)) == 0 macro
38 if ((streq (style, "md5")) || (streq (style, "sha1"))
39 || (streq (style, "uuid")) || (strneq (style, "0x", 2)))
48 if (streq (style, "md5") || streq (style, "uuid"))
51 if (streq (style, "sha1"))
104 if (streq (style, "md5"))
113 else if (streq (style, "sha1"))
122 else if (streq (styl
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/v850/
H A Dv850-c.c33 #ifndef streq
34 #define streq(a,b) (strcmp (a, b) == 0) macro
158 if (streq (sect, "data")) kind = GHS_SECTION_KIND_DATA;
159 else if (streq (sect, "text")) kind = GHS_SECTION_KIND_TEXT;
160 else if (streq (sect, "rodata")) kind = GHS_SECTION_KIND_RODATA;
161 else if (streq (sect, "const")) kind = GHS_SECTION_KIND_RODATA;
162 else if (streq (sect, "rosdata")) kind = GHS_SECTION_KIND_ROSDATA;
163 else if (streq (sect, "rozdata")) kind = GHS_SECTION_KIND_ROZDATA;
164 else if (streq (sect, "sdata")) kind = GHS_SECTION_KIND_SDATA;
165 else if (streq (sec
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/v850/
H A Dv850-c.cc33 #ifndef streq
34 #define streq(a,b) (strcmp (a, b) == 0) macro
158 if (streq (sect, "data")) kind = GHS_SECTION_KIND_DATA;
159 else if (streq (sect, "text")) kind = GHS_SECTION_KIND_TEXT;
160 else if (streq (sect, "rodata")) kind = GHS_SECTION_KIND_RODATA;
161 else if (streq (sect, "const")) kind = GHS_SECTION_KIND_RODATA;
162 else if (streq (sect, "rosdata")) kind = GHS_SECTION_KIND_ROSDATA;
163 else if (streq (sect, "rozdata")) kind = GHS_SECTION_KIND_ROZDATA;
164 else if (streq (sect, "sdata")) kind = GHS_SECTION_KIND_SDATA;
165 else if (streq (sec
[all...]
/netbsd-current/external/gpl2/dtc/dist/
H A Ddtc.c229 if (streq(optarg, "legacy"))
231 else if (streq(optarg, "epapr"))
233 else if (streq(optarg, "both"))
293 if (streq(inform, "dts"))
299 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts")))
301 if (streq(inform, "dts"))
303 else if (streq(inform, "fs"))
305 else if(streq(inform, "dtb"))
343 if (streq(outnam
[all...]
H A Dfstree.c29 if (streq(de->d_name, ".")
30 || streq(de->d_name, ".."))
/netbsd-current/external/gpl2/dtc/dist/tests/
H A Dpath-references.c27 if (!streq(p, checkpath))
34 if (!streq(p, checkpath))
48 if (!streq(p, "/"))
81 if ((!streq(p, "/node1") || !streq(p + strlen("/node1") + 1, "/node2")))
H A Dphandle_format.c36 if (streq(argv[2], "legacy"))
38 else if (streq(argv[2], "epapr"))
40 else if (streq(argv[2], "both"))
H A Dsw_tree1.c115 if (streq(argv[1], "fixed")) {
118 } else if (streq(argv[1], "resize")) {
121 } else if (streq(argv[1], "realloc")) {
124 } else if (streq(argv[1], "newalloc")) {
144 if (streq(tok, "default")) {
146 } else if (streq(tok, "no_name_dedup")) {
148 } else if (streq(tok, "bad")) {
H A Dcheck_full.c31 && ((argc != 3) || !streq(argv[1], "-n")))
H A Ddtbs_equal_ordered.c102 if (!streq(name1, name2))
117 if (!streq(name1, name2))
144 && ((argc != 4) || !streq(argv[1], "-n")))
H A Dtruncated_string.c46 if (!streq(name, "good"))
/netbsd-current/usr.bin/rpcgen/
H A Drpc_hout.c238 if (streq(decl->type, "bool")) {
249 if (decl && !streq(decl->type, "void")) {
280 if (streq(proc->proc_name, stop->proc_name)) {
369 streq(proc->args.decls->decl.type, "void")) {
380 if (streq(proc->res_type, "void"))
430 if (!streq(name, old)) {
431 if (streq(old, "string")) {
435 if (streq(old, "opaque")) {
438 if (streq(old, "bool")) {
477 if (streq(de
[all...]
H A Drpc_sample.c103 if (streq(proc->args.decls->decl.type, "void"))
111 if (!streq(proc->args.decls->decl.type, "void")) {
123 if (streq(proc->res_type, "void"))
154 if (streq(proc->args.decls->decl.type, "void")) /* cast to void* */
160 if (streq(proc->args.decls->decl.type, "void")) {
210 if (streq(proc->res_type, "void"))
221 if (streq(proc->res_type, "void"))
H A Drpc_util.c99 streq(const char *a, const char *b) function
137 return (streq(def->def_name, type));
168 if (streq(type, "string")) {
179 if (streq(prefix, "enum")) {
185 if (streq(type, "bool")) {
188 if (streq(type, "string")) {
201 return (streq(def->def_name, type));
213 return (!streq(type, "string"));
H A Drpc_clntout.c126 if (streq(proc->res_type, "void"))
136 if (!streq(proc->args.decls->decl.type, "void")) {
143 if (streq(proc->res_type, "void"))
189 if (streq(proc->res_type, "void"))
199 if (newstyle && !args2 && (streq(proc->args.decls->decl.type, "void"))) {
257 if (streq(proc->res_type, "void"))
H A Drpc_parse.c177 if (streq(plist->res_type, "opaque")) {
190 if (streq(dec.type, "void"))
204 if (streq(dec.type, "void"))
417 if (streq(dec->type, "void")) {
451 if (streq(dec->type, "opaque")) {
456 if (streq(dec->type, "string")) {
489 if (streq(dec->type, "void")) {
492 if (streq(dec->type, "opaque")) {
496 if (streq(dec->type, "string")) {
504 if (!streq(de
[all...]
/netbsd-current/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dfixup_tdescs.c75 if (streq(ml->ml_name, mems[i]))
87 if (act->t_type != STRUCT || !streq(act->t_name, acts[i]))
129 if (mems[i] && !streq(ml->ml_name, mems[i]))
136 !streq(ml->ml_type->t_tdesc->t_name, "vmem"))
175 if (!streq(iidesc->ii_name, match->m_name))
230 if (!streq(cpu->t_name, "cpu") || cpu->t_type != STRUCT)
252 if (!streq(lml->ml_name, "cpu_m_pad") &&
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Delfcomm.h49 #define streq(a,b) (strcmp ((a), (b)) == 0)
48 #define streq macro
H A Dstrings.c94 #ifndef streq macro
95 #define streq(a,b) (strcmp ((a),(b)) == 0)
281 if (streq (optarg, "default") || streq (optarg, "d"))
283 else if (streq (optarg, "locale") || streq (optarg, "l"))
285 else if (streq (optarg, "escape") || streq (optarg, "e"))
287 else if (streq (optarg, "invalid") || streq (optar
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-out.c342 if (streq (mi_version, INTERP_MI4) || streq (mi_version, INTERP_MI))
345 if (streq (mi_version, INTERP_MI3))
348 if (streq (mi_version, INTERP_MI2))
351 if (streq (mi_version, INTERP_MI1))
/netbsd-current/usr.bin/systat/
H A Dnetcmds.c67 #define streq(a,b) (strcmp(a,b)==0) macro
183 if (proto == 0 || streq(proto, "all"))
185 else if (streq(proto, "tcp"))
187 else if (streq(proto, "udp"))

Completed in 212 milliseconds

12345678