/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | StringViewExtras.h | 29 std::string_view needle) noexcept { in starts_with()
|
/freebsd/contrib/pam_modules/pam_passwdqc/ |
H A D | passwdqc_check.c | 196 const char *haystack, const char *needle, const char *original) in is_based() 255 const char *needle, const char *original) in is_word_based()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | ompt-specific.h | 77 #define OMPT_STR_MATCH(haystack, needle) __kmp_str_match(haystack, 0, needle) argument
|
H A D | ompt-general.cpp | 45 #define OMPT_STR_MATCH(haystack, needle) (!strcasecmp(haystack, needle)) argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_linux.cpp | 100 void AsanApplyToGlobals(globals_op_fptr op, const void *needle) { in AsanApplyToGlobals()
|
H A D | asan_mac.cpp | 64 void AsanApplyToGlobals(globals_op_fptr op, const void *needle) { in AsanApplyToGlobals()
|
H A D | asan_fuchsia.cpp | 52 void AsanApplyToGlobals(globals_op_fptr op, const void *needle) { in AsanApplyToGlobals()
|
H A D | asan_win.cpp | 208 void AsanApplyToGlobals(globals_op_fptr op, const void *needle) { in AsanApplyToGlobals()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerInterceptors.cpp | 107 static char *internal_strstr(const char *haystack, const char *needle) { in internal_strstr()
|
/freebsd/contrib/googletest/googletest/src/ |
H A D | gtest.cc | 1814 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringPred() 1820 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { in IsSubstringPred() 1828 bool IsSubstringPred(const StringType& needle, const StringType& haystack) { in IsSubstringPred() 1840 const StringType& needle, in IsSubstringImpl() 1861 AssertionResult IsSubstring(const char* needle_expr, const char* haystack_expr, in IsSubstring() 1867 const wchar_t* needle, const wchar_t* haystack) { in IsSubstring() 1871 AssertionResult IsNotSubstring(const char* needle_expr, in IsNotSubstring() 1878 const char* haystack_expr, const wchar_t* needle, in IsNotSubstring() 1883 AssertionResult IsSubstring(const char* needle_expr, const char* haystack_expr, in IsSubstring() 1889 AssertionResult IsNotSubstring(const char* needle_expr, in IsNotSubstring() [all …]
|
/freebsd/contrib/wpa/src/utils/ |
H A D | os_none.c | 232 char * os_strstr(const char *haystack, const char *needle) in os_strstr()
|
H A D | os_internal.c | 478 char * os_strstr(const char *haystack, const char *needle) in os_strstr()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_libc.cpp | 227 internal_strstr(const char * haystack,const char * needle) internal_strstr() argument
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_warc.c | 451 xmemmem(const char * hay,const size_t haysize,const char * needle,const size_t needlesize) xmemmem() argument
|
/freebsd/sys/netinet/libalias/ |
H A D | alias_db.c | 103 struct group_in needle = { in StartPointIn() local 752 struct alias_link needle = { in _SearchLinkOut() local
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | p2p_supplicant_sd.c | 533 const u8 *needle, size_t needle_len) in find_p2ps_substr()
|
/freebsd/contrib/sendmail/src/ |
H A D | usersmtp.c | 1547 char *needle; local
|
/freebsd/contrib/bmake/ |
H A D | dir.c | 1299 Dir_FindHereOrAbove(const char *here, const char *needle) in Dir_FindHereOrAbove()
|
/freebsd/usr.bin/top/ |
H A D | machine.c | 229 find_uid(uid_t needle, int *haystack) in find_uid()
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | util.c | 747 const char *needle = pathname; in pathnameHas2Dots() local
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_macsec_linux.c | 1126 struct rtnl_link *needle; in lookup_sc() local
|
/freebsd/contrib/ncurses/progs/ |
H A D | tic.c | 557 matches(char **needle, const char *haystack) in matches()
|
/freebsd/sys/kern/ |
H A D | kern_sysctl.c | 365 sysctl_search_oid(struct sysctl_oid **nodes, struct sysctl_oid *needle) in sysctl_search_oid() argument
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 3133 std::string needle = std::string(".rel") + section_name; in RelocateSection() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_custom.cpp | 1838 SANITIZER_INTERFACE_ATTRIBUTE char *__dfsw_strstr(char *haystack, char *needle, in __dfsw_strstr() 1856 SANITIZER_INTERFACE_ATTRIBUTE char *__dfso_strstr(char *haystack, char *needle, in __dfso_strstr()
|