Home
last modified time | relevance | path

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

/dragonfly/tools/tools/ath/athprom/
H A Dathprom.c630 } else if (strneq(var, "iqCalICh", 8)) { in eevar()
704 } else if (strneq(var, "macaddr", 7)) { in eevar()
745 } else if (strneq(var, "maxpwr", 6)) { in eevar()
752 } else if (strneq(var, "pwr_t4_", 7)) { in eevar()
755 } else if (strneq(var, "Vpd", 3)) { in eevar()
781 } else if (strneq(var, "rdEdge", 6)) { in eevar()
787 } else if (strneq(var, "pwr36_", 6)) { in eevar()
789 } else if (strneq(var, "pwr48_", 6)) { in eevar()
791 } else if (strneq(var, "pwr54_", 6)) { in eevar()
799 } else if (strneq(var, "pcdac", 5)) { in eevar()
[all …]
/dragonfly/contrib/binutils-2.27/ld/
H A Dldbuildid.c29 #define strneq(a,b,n) strncmp ((a), (b), (n)) == 0 macro
38 || (strneq (style, "0x", 2))) in validate_build_id_style()
53 if (strneq (style, "0x", 2)) in compute_build_id_size()
135 else if (strneq (style, "0x", 2)) in generate_build_id()
/dragonfly/contrib/binutils-2.34/ld/
H A Dldbuildid.c33 #define strneq(a,b,n) strncmp ((a), (b), (n)) == 0 macro
39 || (streq (style, "uuid")) || (strneq (style, "0x", 2))) in validate_build_id_style()
54 if (strneq (style, "0x", 2)) in compute_build_id_size()
159 else if (strneq (style, "0x", 2)) in generate_build_id()
/dragonfly/contrib/binutils-2.34/binutils/
H A Delfcomm.h50 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0) macro
H A Dreadelf.c7866 else if (strneq (SECTION_NAME (unwsec), ELF_STRING_ia64_unwind_once, len)) in ia64_process_unwind()
7873 if (strneq (SECTION_NAME (sec), ELF_STRING_ia64_unwind_info_once, len2) in ia64_process_unwind()
7884 if (strneq (SECTION_NAME (unwsec), ELF_STRING_ia64_unwind, len)) in ia64_process_unwind()
7888 if (strneq (SECTION_NAME (sec), ELF_STRING_ia64_unwind_info, len2) in ia64_process_unwind()
19235 else if (strneq (pnote->namedata, "SPU/", 4)) in process_note()
/dragonfly/contrib/binutils-2.27/binutils/
H A Delfcomm.h57 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0) macro
H A Dreadelf.c7177 else if (strneq (SECTION_NAME (unwsec), ELF_STRING_ia64_unwind_once, len)) in ia64_process_unwind()
7184 if (strneq (SECTION_NAME (sec), ELF_STRING_ia64_unwind_info_once, len2) in ia64_process_unwind()
7195 if (strneq (SECTION_NAME (unwsec), ELF_STRING_ia64_unwind, len)) in ia64_process_unwind()
7199 if (strneq (SECTION_NAME (sec), ELF_STRING_ia64_unwind_info, len2) in ia64_process_unwind()
15867 else if (strneq (pnote->namedata, "SPU/", 4)) in process_note()