Home
last modified time | relevance | path

Searched defs:needle (Results 76 - 98 of 98) sorted by relevance

1234

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dp2p_supplicant_sd.c532 find_p2ps_substr(struct p2ps_advertisement *adv_data, const u8 *needle, size_t needle_len) find_p2ps_substr() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_macsec_linux.c1068 struct rtnl_link *needle; in lookup_sc() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dp2p_supplicant_sd.c534 find_p2ps_substr(struct p2ps_advertisement *adv_data, const u8 *needle, size_t needle_len) find_p2ps_substr() argument
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_verifier.c911 char needle[80]; in cmp_str_seq() local
/kernel/linux/linux-5.10/drivers/media/dvb-core/
H A Ddvb_ca_en50221.c207 static char *findstr(char *haystack, int hlen, char *needle, int nlen) in findstr() argument
/kernel/linux/linux-6.6/drivers/media/dvb-core/
H A Ddvb_ca_en50221.c207 static char *findstr(char *haystack, int hlen, char *needle, int nlen) in findstr() argument
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_verifier.c1314 char needle[200]; in cmp_str_seq() local
/third_party/eudev/src/shared/
H A Dutil.c1079 bool nulstr_contains(const char*nulstr, const char *needle) { in nulstr_contains() argument
/third_party/curl/lib/
H A Durl.c708 proxy_info_matches(const struct proxy_info *data, const struct proxy_info *needle) proxy_info_matches() argument
720 socks_proxy_info_matches(const struct proxy_info *data, const struct proxy_info *needle) socks_proxy_info_matches() argument
922 ConnectionExists(struct Curl_easy *data, struct connectdata *needle, struct connectdata **usethis, bool *force_reuse, bool *waitpipe) ConnectionExists() argument
[all...]
/third_party/ltp/lib/
H A Dtst_cgroup.c1468 safe_cg_occursin(const char *const file, const int lineno, const struct tst_cg_group *const cg, const char *const file_name, const char *const needle) safe_cg_occursin() argument
/third_party/nghttp2/src/
H A Dshrpx_tls.cc2228 in_proto_list(const std::vector<StringRef> &protos, const StringRef &needle) in_proto_list() argument
/third_party/toybox/lib/
H A Dlib.c336 int stridx(char *haystack, char needle) in stridx() argument
432 char *strafter(char *haystack, char *needle) in strafter() argument
/third_party/libuv/src/unix/
H A Dlinux.c335 char* needle; in uv__kernel_version() local
/third_party/pulseaudio/src/pulsecore/
H A Dcore-util.c3094 bool pa_str_in_list(const char *haystack, const char *delimiters, const char *needle) { in pa_str_in_list() argument
3114 bool pa_str_in_list_spaces(const char *haystack, const char *needle) { in pa_str_in_list_spaces() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DRendererVk.cpp104 bool ExtensionFound(const char *needle, const vk::ExtensionNameList &haystack) in ExtensionFound() argument
/third_party/python/Objects/
H A Dbytesobject.c1282 _PyBytes_Find(const char *haystack, Py_ssize_t len_haystack, const char *needle, Py_ssize_t len_needle, Py_ssize_t offset) _PyBytes_Find() argument
1291 _PyBytes_ReverseFind(const char *haystack, Py_ssize_t len_haystack, const char *needle, Py_ssize_t len_needle, Py_ssize_t offset) _PyBytes_ReverseFind() argument
/third_party/elfutils/debuginfod/
H A Ddebuginfod.cxx120 string_endswith(const string& haystack, const string& needle) in string_endswith() argument
/third_party/mesa3d/src/imgui/
H A Dimstb_truetype.h2288 stbtt_uint32 needle, straw; in stbtt__GetGlyphKernInfoAdvance() local
2324 int straw, needle=glyph; in stbtt__GetCoverageIndex() local
2347 int strawStart, strawEnd, needle=glyph; in stbtt__GetCoverageIndex() local
2397 int strawStart, strawEnd, needle=glyph; stbtt__GetGlyphClass() local
2468 int straw, needle; stbtt__GetGlyphGPOSInfoAdvance() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv2.cpp6593 Function needle; in es2GetProcAddress() local
/third_party/skia/third_party/externals/imgui/
H A Dimstb_truetype.h2288 stbtt_uint32 needle, straw; in stbtt__GetGlyphKernInfoAdvance() local
2324 int straw, needle=glyph; in stbtt__GetCoverageIndex() local
2347 int strawStart, strawEnd, needle=glyph; in stbtt__GetCoverageIndex() local
2397 int strawStart, strawEnd, needle=glyph; stbtt__GetGlyphClass() local
2468 int straw, needle; stbtt__GetGlyphGPOSInfoAdvance() local
[all...]
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc1564 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringPred() argument
1570 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { in IsSubstringPred() argument
1578 bool IsSubstringPred(const StringType& needle, in IsSubstringPred() argument
1588 IsSubstringImpl( bool expected_to_be_substring, const char* needle_expr, const char* haystack_expr, const StringType& needle, const StringType& haystack) IsSubstringImpl() argument
1611 IsSubstring( const char* needle_expr, const char* haystack_expr, const char* needle, const char* haystack) IsSubstring() argument
1617 IsSubstring( const char* needle_expr, const char* haystack_expr, const wchar_t* needle, const wchar_t* haystack) IsSubstring() argument
1623 IsNotSubstring( const char* needle_expr, const char* haystack_expr, const char* needle, const char* haystack) IsNotSubstring() argument
1629 IsNotSubstring( const char* needle_expr, const char* haystack_expr, const wchar_t* needle, const wchar_t* haystack) IsNotSubstring() argument
1635 IsSubstring( const char* needle_expr, const char* haystack_expr, const ::std::string& needle, const ::std::string& haystack) IsSubstring() argument
1641 IsNotSubstring( const char* needle_expr, const char* haystack_expr, const ::std::string& needle, const ::std::string& haystack) IsNotSubstring() argument
1648 IsSubstring( const char* needle_expr, const char* haystack_expr, const ::std::wstring& needle, const ::std::wstring& haystack) IsSubstring() argument
1654 IsNotSubstring( const char* needle_expr, const char* haystack_expr, const ::std::wstring& needle, const ::std::wstring& haystack) IsNotSubstring() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dhpsa.c1549 static int hpsa_scsi_find_entry(struct hpsa_scsi_dev_t *needle, in hpsa_scsi_find_entry() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dhpsa.c1555 static int hpsa_scsi_find_entry(struct hpsa_scsi_dev_t *needle, in hpsa_scsi_find_entry() argument
[all...]

Completed in 104 milliseconds

1234