Home
last modified time | relevance | path

Searched defs:needle (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DStringViewExtras.h29 std::string_view needle) noexcept { in starts_with()
/freebsd/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_check.c196 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 Dompt-specific.h77 #define OMPT_STR_MATCH(haystack, needle) __kmp_str_match(haystack, 0, needle) argument
H A Dompt-general.cpp45 #define OMPT_STR_MATCH(haystack, needle) (!strcasecmp(haystack, needle)) argument
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_linux.cpp107 void AsanApplyToGlobals(globals_op_fptr op, const void *needle) { in AsanApplyToGlobals()
H A Dasan_mac.cpp68 void AsanApplyToGlobals(globals_op_fptr op, const void *needle) { in AsanApplyToGlobals()
H A Dasan_fuchsia.cpp52 void AsanApplyToGlobals(globals_op_fptr op, const void *needle) { in AsanApplyToGlobals()
H A Dasan_win.cpp208 void AsanApplyToGlobals(globals_op_fptr op, const void *needle) { in AsanApplyToGlobals()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc1788 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringPred()
1794 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { in IsSubstringPred()
1802 bool IsSubstringPred(const StringType& needle, const StringType& haystack) { in IsSubstringPred()
1814 const StringType& needle, in IsSubstringImpl()
1835 AssertionResult IsSubstring(const char* needle_expr, const char* haystack_expr, in IsSubstring()
1841 const wchar_t* needle, const wchar_t* haystack) { in IsSubstring()
1845 AssertionResult IsNotSubstring(const char* needle_expr, in IsNotSubstring()
1857 AssertionResult IsSubstring(const char* needle_expr, const char* haystack_expr, in IsSubstring()
1863 AssertionResult IsNotSubstring(const char* needle_expr, in IsNotSubstring()
1871 AssertionResult IsSubstring(const char* needle_expr, const char* haystack_expr, in IsSubstring()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp107 static char *internal_strstr(const char *haystack, const char *needle) { in internal_strstr()
/freebsd/contrib/wpa/src/utils/
H A Dos_none.c232 char * os_strstr(const char *haystack, const char *needle) in os_strstr()
H A Dos_internal.c478 char * os_strstr(const char *haystack, const char *needle) in os_strstr()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libc.cpp243 char *internal_strstr(const char *haystack, const char *needle) { in internal_strstr()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_warc.c458 const char *needle, const size_t needlesize) in xmemmem()
/freebsd/sys/netinet/libalias/
H A Dalias_db.c103 struct group_in needle = { in StartPointIn() local
752 struct alias_link needle = { in _SearchLinkOut() local
/freebsd/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant_sd.c533 const u8 *needle, size_t needle_len) in find_p2ps_substr()
/freebsd/contrib/bmake/
H A Ddir.c1253 Dir_FindHereOrAbove(const char *here, const char *needle) in Dir_FindHereOrAbove()
/freebsd/contrib/sendmail/src/
H A Dusersmtp.c1547 char *needle; local
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_macsec_linux.c1068 struct rtnl_link *needle; in lookup_sc() local
/freebsd/usr.bin/top/
H A Dmachine.c229 find_uid(uid_t needle, int *haystack) in find_uid()
/freebsd/sys/contrib/zstd/programs/
H A Dutil.c747 const char *needle = pathname; in pathnameHas2Dots() local
/freebsd/contrib/ncurses/progs/
H A Dtic.c553 matches(char **needle, const char *haystack) in matches()
/freebsd/sys/kern/
H A Dkern_sysctl.c365 sysctl_search_oid(struct sysctl_oid **nodes, struct sysctl_oid *needle) in sysctl_search_oid()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3043 std::string needle = std::string(".rel") + section_name; in RelocateSection() local
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp1838 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()

12