Home
last modified time | relevance | path

Searched refs:strneq (Results 1 – 13 of 13) sorted by relevance

/freebsd-12-stable/tools/tools/ath/athprom/
Dathprom.c491 #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/
Dscore-dis.c40 #ifndef strneq
41 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0) macro
Dcr16-dis.c801 if (strneq (instruction->mnemonic, "cinv", 4)) in print_insn_cr16()
Darm-dis.c39 #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()
DChangeLog-00012208 (strneq): New macro.
/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-cr16.c867 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()
Dobj-coff.c34 #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/
Dcr16.h430 #define strneq(a, b, c) (strncmp (a, b, c) == 0) macro
/freebsd-12-stable/contrib/dtc/
Ddtc.h70 #define strneq(a, b, n) (strncmp((a), (b), (n)) == 0) macro
Dlivetree.c481 if (p && strneq(path, child->name, p-path)) in get_node_by_path()
Dflattree.c741 if (!strneq(ppath, cpath, plen)) in nodename_from_path()
/freebsd-12-stable/contrib/binutils/bfd/
Decoff.c49 #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/
Dreadelf.c305 #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()