/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | StringViewExtras.h | 29 std::string_view needle) noexcept { in starts_with()
|
/freebsd-src/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-src/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-src/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_linux.cpp | 107 AsanApplyToGlobals(globals_op_fptr op,const void * needle) AsanApplyToGlobals() argument
|
H A D | asan_mac.cpp | 68 AsanApplyToGlobals(globals_op_fptr op,const void * needle) AsanApplyToGlobals() argument
|
H A D | asan_fuchsia.cpp | 52 void AsanApplyToGlobals(globals_op_fptr op, const void *needle) { in AsanApplyToGlobals() argument
|
H A D | asan_win.cpp | 208 void AsanApplyToGlobals(globals_op_fptr op, const void *needle) { in AsanApplyToGlobals() argument
|
/freebsd-src/contrib/googletest/googletest/src/ |
H A D | gtest.cc | 1814 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringImpl() argument 1788 IsSubstringPred(const char * needle,const char * haystack) IsSubstringPred() argument 1794 IsSubstringPred(const wchar_t * needle,const wchar_t * haystack) IsSubstringPred() argument 1802 IsSubstringPred(const StringType & needle,const StringType & haystack) IsSubstringPred() argument 1835 IsSubstring(const char * needle_expr,const char * haystack_expr,const char * needle,const char * haystack) IsSubstring() argument 1841 IsSubstring(const char * needle_expr,const char * haystack_expr,const wchar_t * needle,const wchar_t * haystack) IsSubstring() argument 1845 IsNotSubstring(const char * needle_expr,const char * haystack_expr,const char * needle,const char * haystack) IsNotSubstring() argument 1852 IsNotSubstring(const char * needle_expr,const char * haystack_expr,const wchar_t * needle,const wchar_t * haystack) IsNotSubstring() argument 1857 IsSubstring(const char * needle_expr,const char * haystack_expr,const::std::string & needle,const::std::string & haystack) IsSubstring() argument 1863 IsNotSubstring(const char * needle_expr,const char * haystack_expr,const::std::string & needle,const::std::string & haystack) IsNotSubstring() argument 1871 IsSubstring(const char * needle_expr,const char * haystack_expr,const::std::wstring & needle,const::std::wstring & haystack) IsSubstring() argument 1877 IsNotSubstring(const char * needle_expr,const char * haystack_expr,const::std::wstring & needle,const::std::wstring & haystack) IsNotSubstring() argument [all...] |
/freebsd-src/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-src/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-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_libc.cpp | 243 char *internal_strstr(const char *haystack, const char *needle) { in internal_strstr()
|
/freebsd-src/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_warc.c | 458 const char *needle, const size_t needlesize) in xmemmem()
|
/freebsd-src/sys/netinet/libalias/ |
H A D | alias_db.c | 103 struct group_in needle = { StartPointIn() local 752 struct alias_link needle = { _SearchLinkOut() local
|
/freebsd-src/contrib/wpa/wpa_supplicant/ |
H A D | p2p_supplicant_sd.c | 533 const u8 *needle, size_t needle_len) in find_p2ps_substr() argument
|
/freebsd-src/contrib/bmake/ |
H A D | dir.c | 1301 Dir_FindHereOrAbove(const char * here,const char * needle) Dir_FindHereOrAbove() argument
|
/freebsd-src/contrib/sendmail/src/ |
H A D | usersmtp.c | 1547 char *needle; local
|
/freebsd-src/usr.bin/top/ |
H A D | machine.c | 229 find_uid(uid_t needle, int *haystack) in find_uid()
|
/freebsd-src/contrib/wpa/src/drivers/ |
H A D | driver_macsec_linux.c | 1068 struct rtnl_link *needle; lookup_sc() local
|
/freebsd-src/sys/contrib/zstd/programs/ |
H A D | util.c | 747 const char *needle = pathname; in pathnameHas2Dots() local
|
/freebsd-src/contrib/ncurses/progs/ |
H A D | tic.c | 557 matches(char **needle, const char *haystack) in matches()
|
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 3043 std::string needle = std::string(".rel") + section_name; RelocateSection() local
|
/freebsd-src/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() argument 1856 SANITIZER_INTERFACE_ATTRIBUTE char *__dfso_strstr(char *haystack, char *needle, in __dfso_strstr() argument
|