| /freebsd-12-stable/tools/tools/ath/athprom/ |
| D | athprom.c | 491 #define strneq(a,b,n) (strncasecmp(a,b,n) == 0) in eevar() macro 585 } else if (strneq(var, "noiseFloorThreshCh", 18)) { in eevar() 587 } else if (strneq(var, "xlnaGainCh", 10)) { in eevar() 615 } else if (strneq(var, "antennaControl", 14)) { in eevar() 617 } else if (strneq(var, "antCtrlChain", 12)) { in eevar() 620 } else if (strneq(var, "antGainCh", 9)) { in eevar() 623 } else if (strneq(var, "txRxAttenCh", 11)) { in eevar() 626 } else if (strneq(var, "rxTxMarginCh", 12)) { in eevar() 631 } else if (strneq(var, "iqCalICh", 8)) { in eevar() 634 } else if (strneq(var, "iqCalQCh", 8)) { in eevar() [all …]
|
| /freebsd-12-stable/contrib/binutils/opcodes/ |
| D | score-dis.c | 40 #ifndef strneq 41 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0) macro
|
| D | cr16-dis.c | 801 if (strneq (instruction->mnemonic, "cinv", 4)) in print_insn_cr16()
|
| D | arm-dis.c | 39 #ifndef strneq 40 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0) macro 3809 if (strneq (option, regnames[i].name, strlen (regnames[i].name))) in parse_arm_disassembler_option()
|
| D | ChangeLog-0001 | 2208 (strneq): New macro.
|
| /freebsd-12-stable/contrib/binutils/gas/config/ |
| D | tc-cr16.c | 867 if (strneq (input_line_pointer, "@c", 2)) in process_label_constant() 870 if (strneq (input_line_pointer, "@l", 2) in process_label_constant() 871 || strneq (input_line_pointer, ":l", 2)) in process_label_constant() 874 if (strneq (input_line_pointer, "@m", 2) in process_label_constant() 875 || strneq (input_line_pointer, ":m", 2)) in process_label_constant() 878 if (strneq (input_line_pointer, "@s", 2) in process_label_constant() 879 || strneq (input_line_pointer, ":s", 2)) in process_label_constant()
|
| D | obj-coff.c | 34 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0) macro 1012 return strneq (name, weak_altprefix, sizeof (weak_altprefix) - 1); in weak_is_altname() 1618 if (strneq (name, ".gnu.linkonce", sizeof (".gnu.linkonce") - 1)) in obj_coff_section()
|
| /freebsd-12-stable/contrib/binutils/include/opcode/ |
| D | cr16.h | 430 #define strneq(a, b, c) (strncmp (a, b, c) == 0) macro
|
| /freebsd-12-stable/contrib/dtc/ |
| D | dtc.h | 70 #define strneq(a, b, n) (strncmp((a), (b), (n)) == 0) macro
|
| D | livetree.c | 481 if (p && strneq(path, child->name, p-path)) in get_node_by_path()
|
| D | flattree.c | 741 if (!strneq(ppath, cpath, plen)) in nodename_from_path()
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | ecoff.c | 49 #define strneq(a, b, n) (strncmp ((a), (b), (n)) == 0) macro 2868 if (! strneq (nextname, ecoff_backend (abfd)->armap_start, ARMAP_START_LENGTH) in _bfd_ecoff_slurp_armap() 2875 || ! strneq (nextname + ARMAP_END_INDEX, ARMAP_END, sizeof ARMAP_END - 1)) in _bfd_ecoff_slurp_armap() 3174 if (! strneq (armag, ARMAG, SARMAG)) in _bfd_ecoff_archive_p()
|
| /freebsd-12-stable/contrib/binutils/binutils/ |
| D | readelf.c | 305 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0) macro 3062 if (strneq (p, entry->option, len) in parse_args() 5115 else if (strneq (SECTION_NAME (unwsec), ELF_STRING_ia64_unwind_once, len)) in ia64_process_unwind() 5122 if (strneq (SECTION_NAME (sec), ELF_STRING_ia64_unwind_info_once, len2) in ia64_process_unwind() 5133 if (strneq (SECTION_NAME (unwsec), ELF_STRING_ia64_unwind, len)) in ia64_process_unwind() 5137 if (strneq (SECTION_NAME (sec), ELF_STRING_ia64_unwind_info, len2) in ia64_process_unwind()
|