Searched refs:strneq (Results 1 - 25 of 34) sorted by relevance

12

/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dldbuildid.c33 #define strneq(a,b,n) strncmp ((a), (b), (n)) == 0 macro
39 || (streq (style, "uuid")) || (strneq (style, "0x", 2)))
54 if (strneq (style, "0x", 2))
159 else if (strneq (style, "0x", 2))
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dldbuildid.c33 #define strneq(a,b,n) strncmp ((a), (b), (n)) == 0 macro
39 || (streq (style, "uuid")) || (strneq (style, "0x", 2)))
54 if (strneq (style, "0x", 2))
159 else if (strneq (style, "0x", 2))
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Delfcomm.h51 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0)
50 #define strneq macro
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Delfcomm.h51 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0)
50 #define strneq macro
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-cr16.c914 if (strneq (input_line_pointer, "@c", 2))
917 if (strneq (input_line_pointer, "@l", 2)
918 || strneq (input_line_pointer, ":l", 2))
921 if (strneq (input_line_pointer, "@m", 2)
922 || strneq (input_line_pointer, ":m", 2))
925 if (strneq (input_line_pointer, "@s", 2)
926 || strneq (input_line_pointer, ":s", 2))
929 if (strneq (input_line_pointer, "@cGOT", 5)
930 || strneq (input_line_pointer, "@cgot", 5))
937 else if (strneq (input_line_pointe
[all...]
H A Dobj-coff.c36 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0) macro
1070 return strneq (name, weak_altprefix, sizeof (weak_altprefix) - 1);
1674 if (strneq (name, ".gnu.linkonce", sizeof (".gnu.linkonce") - 1))
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-cr16.c908 if (strneq (input_line_pointer, "@c", 2))
911 if (strneq (input_line_pointer, "@l", 2)
912 || strneq (input_line_pointer, ":l", 2))
915 if (strneq (input_line_pointer, "@m", 2)
916 || strneq (input_line_pointer, ":m", 2))
919 if (strneq (input_line_pointer, "@s", 2)
920 || strneq (input_line_pointer, ":s", 2))
923 if (strneq (input_line_pointer, "@cGOT", 5)
924 || strneq (input_line_pointer, "@cgot", 5))
931 else if (strneq (input_line_pointe
[all...]
H A Dobj-coff.c36 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0) macro
1065 return strneq (name, weak_altprefix, sizeof (weak_altprefix) - 1);
1674 if (strneq (name, ".gnu.linkonce", sizeof (".gnu.linkonce") - 1))
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dcr16.h428 #define strneq(a, b, c) (strncmp (a, b, c) == 0) macro
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dcr16.h428 #define strneq(a, b, c) (strncmp (a, b, c) == 0) macro
/netbsd-current/external/gpl2/gmake/dist/
H A Darscan.c729 return strneq (name, mem, sizeof(hdr.ar_name) - 1);
731 return strneq (name, mem, sizeof(hdr.ar_name) - 2);
H A Dread.c585 #define word1eq(s) (len == sizeof(s)-1 && strneq (s, p, sizeof(s)-1))
668 if (strneq (p2, "define", 6)
997 !strneq(line, " ", 8) ? ""
1255 if (!strneq (name, dep_name (d2), len))
1370 && strneq (p, "define", 6))
1376 && strneq (p, "endef", 5))
1444 #define word1eq(s) (len == sizeof(s)-1 && strneq (s, line, sizeof(s)-1))
H A Dimplicit.c381 && !strneq (target, lastslash + 1, stem - lastslash - 1))
385 && !strneq (target, filename, stem - filename))
H A Dfunction.c208 || !strneq (t + 1, pattern + 1, pattern_prepercent_len - 1)))
215 || !strneq (&t[len - pattern_postpercent_len],
303 || !strneq (pattern, str, percent - pattern))
1029 && strneq (pp->str, wp->str, wp->length));
H A Dvpath.c327 if (strneq (*gp, file, len) && (*gp)[len] == '\0')
H A Dmain.c1144 if (!unix_path && strneq(envp[i], "PATH=", 5))
1276 strneq(argv[0], "//", 2))
1984 if (strneq (argv[i], "-f", 2)) /* XXX */
2037 if (strneq (*p, MAKELEVEL_NAME, MAKELEVEL_LENGTH)
2048 if (strneq (*p, "MAKE_RESTARTS=", 14))
H A Dcommands.c102 if (len > slen && strneq (dep_name (d), name + (len - slen), slen))
H A Dmake.h324 #define strneq(a, b, l) (strncmp ((a), (b), (l)) == 0) macro
H A Dvariable.c87 if (stem > target && !strneq (p->target, target, stem - target))
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dscore-dis.c485 #ifndef strneq macro
486 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0)
H A Dscore7-dis.c40 #ifndef strneq
41 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0) macro
H A Dcr16-dis.c816 if (strneq (instruction->mnemonic, "cinv", 4))
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dscore7-dis.c40 #ifndef strneq
41 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0) macro
H A Dscore-dis.c485 #ifndef strneq macro
486 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0)
H A Dcr16-dis.c803 if (strneq (instruction->mnemonic, "cinv", 4))

Completed in 371 milliseconds

12