| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| argc.c | 7 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"))
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| argc.c | 7 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"))
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| common-utils.h | 121 streq (const char *lhs, const char *rhs) function
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| common-utils.h | 106 streq (const char *lhs, const char *rhs) function
|
| /src/external/gpl3/binutils/dist/ld/ |
| ldbuildid.c | 36 #define streq(a,b) strcmp ((a), (b)) == 0 macro 41 if ((streq (style, "md5")) || (streq (style, "sha1")) 43 || (streq (style, "xx")) 45 || (streq (style, "uuid")) || (startswith (style, "0x"))) 54 if (streq (style, "md5") || streq (style, "uuid")) 58 if (streq (style, "xx")) 62 if (streq (style, "sha1")) 126 if (streq (style, "xx") [all...] |
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldbuildid.c | 36 #define streq(a,b) strcmp ((a), (b)) == 0 macro 41 if ((streq (style, "md5")) || (streq (style, "sha1")) 43 || (streq (style, "xx")) 45 || (streq (style, "uuid")) || (startswith (style, "0x"))) 54 if (streq (style, "md5") || streq (style, "uuid")) 58 if (streq (style, "xx")) 62 if (streq (style, "sha1")) 126 if (streq (style, "xx") [all...] |
| /src/external/gpl3/binutils/dist/binutils/ |
| elfcomm.h | 48 #define streq(a,b) (strcmp ((a), (b)) == 0) 47 #define streq macro
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| elfcomm.h | 48 #define streq(a,b) (strcmp ((a), (b)) == 0) 47 #define streq macro
|
| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| util.c | 54 streq(const char *s1, const char *s2) function
|
| /src/external/gpl2/dtc/dist/tests/ |
| tests.h | 28 #define streq(s1, s2) (strcmp((s1),(s2)) == 0) macro
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| util.h | 63 // streq(s1, s2) - Returns 1 if strings are the same, 0 otherwise 65 streq (const char *s1, const char *s2) function
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| util.h | 63 // streq(s1, s2) - Returns 1 if strings are the same, 0 otherwise 65 streq (const char *s1, const char *s2) function
|
| /src/external/gpl3/gcc/dist/gcc/config/v850/ |
| v850-c.cc | 33 #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 (sect, "tdata")) kind = GHS_SECTION_KIND_TDATA [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/v850/ |
| v850-c.cc | 33 #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 (sect, "tdata")) kind = GHS_SECTION_KIND_TDATA [all...] |
| /src/usr.bin/systat/ |
| netcmds.c | 67 #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"))
|
| netstat.c | 91 #define streq(a,b) (strcmp(a,b)==0) macro 317 if (!streq(proto, p->ni_proto)) 366 if (!streq(proto, p->ni_proto)) 513 if (streq(p->ni_proto, "tcp")) {
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| score7-dis.c | 36 #ifndef streq 37 #define streq(a,b) (strcmp ((a), (b)) == 0) macro
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| score7-dis.c | 36 #ifndef streq 37 #define streq(a,b) (strcmp ((a), (b)) == 0) macro
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| score7-dis.c | 36 #ifndef streq 37 #define streq(a,b) (strcmp ((a), (b)) == 0) macro
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| score7-dis.c | 36 #ifndef streq 37 #define streq(a,b) (strcmp ((a), (b)) == 0) macro
|
| /src/bin/df/ |
| df.c | 91 #define streq(a, b) (strcmp((a), (b)) == 0) macro 233 !streq(mntpt, mntbuf[mntcount].f_mntonname)) 297 if (streq(mntbuf[i].f_mntfromname, name))
|
| /src/usr.bin/rpcgen/ |
| rpc_util.c | 99 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"));
|
| /src/sys/arch/xen/xenbus/ |
| xenbus_xs.c | 56 #define streq(a, b) (strcmp((a), (b)) == 0) macro 104 for (i = 0; !streq(errorstring, xsd_errors[i].errstring); i++) { 283 if (!streq(name, "")) {
|
| /src/external/gpl2/dtc/dist/ |
| dtc.h | 57 #define streq(a, b) (strcmp((a), (b)) == 0) macro
|
| /src/external/gpl2/gmake/dist/ |
| make.h | 307 # define streq(a, b) \ macro 317 # define strieq(a, b) streq(a, b) 321 # define streq(a, b) (strcmp ((a), (b)) == 0) macro
|