| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/ |
| H A D | CVE-2022-22576.patch | 72 if(strcmp(needle->user, check->user) || 73 - strcmp(needle->passwd, check->passwd)) { 74 + strcmp(needle->passwd, check->passwd) || 75 + !Curl_safecmp(needle->sasl_authzid, check->sasl_authzid) || 76 + !Curl_safecmp(needle->oauth_bearer, check->oauth_bearer)) { 128 blobcmp(data->cert_blob, needle->cert_blob) && 129 blobcmp(data->ca_info_blob, needle->ca_info_blob) && 130 blobcmp(data->issuercert_blob, needle->issuercert_blob) && 131 - safecmp(data->CApath, needle->CApath) && 132 - safecmp(data->CAfile, needle->CAfile) && [all …]
|
| H A D | CVE-2022-27782-2.patch | 34 * Given one filled in connection struct (named needle), this function should 40 + if(get_protocol_family(needle->handler) == PROTO_FAMILY_SSH) { 41 + if(!ssh_config_matches(needle, check)) 45 if((needle->handler->flags&PROTOPT_SSL) 47 || !needle->bits.httpproxy || needle->bits.tunnel_proxy
|
| H A D | CVE-2022-27782-1.patch | 402 if((data->version == needle->version) && 403 (data->version_max == needle->version_max) && 404 + (data->ssl_options == needle->ssl_options) && 405 (data->verifypeer == needle->verifypeer) && 406 (data->verifyhost == needle->verifyhost) && 407 (data->verifystatus == needle->verifystatus) && 409 Curl_safecmp(data->clientcert, needle->clientcert) && 410 Curl_safecmp(data->random_file, needle->random_file) && 411 Curl_safecmp(data->egdsocket, needle->egdsocket) && 413 + Curl_safecmp(data->username, needle->username) && [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/src/libnu/ |
| H A D | strcoll.c | 257 const char *needle, const char *needle_limit, in _nu_strstr() argument 264 if (needle_limit != needle) { in _nu_strstr() 265 it2(needle, &n0); in _nu_strstr() 268 if (needle_limit == needle || n0 == 0) { in _nu_strstr() 273 ? (needle_limit - needle) in _nu_strstr() 274 : nu_strbytelen(needle, it2)); in _nu_strstr() 288 _nu_strcoll(h0, haystack_limit, needle, needle_limit, in _nu_strstr() 357 const char* nu_strstr(const char *haystack, const char *needle, in nu_strstr() argument 359 return _nu_strstr(haystack, NU_UNLIMITED, needle, NU_UNLIMITED, in nu_strstr() 366 const char* nu_strcasestr(const char *haystack, const char *needle, in nu_strcasestr() argument [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/include/libnu/ |
| H A D | strcoll.h | 109 const char* nu_strstr(const char *haystack, const char *needle, 118 const char* nu_strcasestr(const char *haystack, const char *needle, 181 const char *needle, size_t needle_max_len, 190 const char *needle, size_t needle_max_len,
|
| H A D | strcoll_internal.h | 220 const char *needle, const char *needle_limit,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/ |
| H A D | unwinder.py | 86 for needle in locus.frame_unwinders: 87 if needle.name == unwinder.name:
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/ |
| H A D | unwinder.py | 86 for needle in locus.frame_unwinders: 87 if needle.name == unwinder.name:
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/cgroup/ |
| H A D | cgroup_util.h | 30 const char *needle); 52 extern int proc_read_strstr(int pid, bool thread, const char *item, const char *needle);
|
| H A D | cgroup_util.c | 127 int cg_read_strstr(const char *cgroup, const char *control, const char *needle) in cg_read_strstr() argument 134 return strstr(buf, needle) ? 0 : -1; in cg_read_strstr() 545 int proc_read_strstr(int pid, bool thread, const char *item, const char *needle) in proc_read_strstr() argument 552 return strstr(buf, needle) ? 0 : -1; in proc_read_strstr()
|
| /OK3568_Linux_fs/u-boot/lib/avb/libavb/ |
| H A D | avb_util.c | 228 const char* avb_strstr(const char* haystack, const char* needle) { in avb_strstr() argument 235 if (haystack[n] != needle[0]) { in avb_strstr() 240 if (needle[m] == '\0') { in avb_strstr() 244 if (haystack[n + m] != needle[m]) { in avb_strstr()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/signal/ |
| H A D | sigreturn_vdso.c | 26 static int search_proc_maps(char *needle, unsigned long *low, unsigned long *high) in search_proc_maps() argument 52 if (strstr(name, needle)) { in search_proc_maps()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/ |
| H A D | stack_expansion_ldst.c | 75 static int search_proc_maps(char *needle, unsigned long *low, unsigned long *high) in search_proc_maps() argument 101 if (strstr(name, needle)) { in search_proc_maps()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ncp/libowfat/ |
| H A D | 0001-replace-__pure__-with-compiler-attribute-pure.patch | 46 * inclusive such that one[i] equals needle, or len if not found. */ 47 -size_t byte_chr(const void* haystack, size_t len, char needle) __pure__; 48 +size_t byte_chr(const void* haystack, size_t len, char needle) __PURE; 51 * such that one[i] equals needle, or len if not found. */ 52 -size_t byte_rchr(const void* haystack,size_t len,char needle) __pure__; 53 +size_t byte_rchr(const void* haystack,size_t len,char needle) __PURE; 371 /* str_chr returns the index of the first occurance of needle or \0 in haystack */ 372 -size_t str_chr(const char *haystack,char needle) __pure__; 373 +size_t str_chr(const char *haystack,char needle) __PURE; 375 /* str_rchr returns the index of the last occurance of needle or \0 in haystack */ [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_verifier.c | 901 char needle[80]; in cmp_str_seq() local 911 if (len >= sizeof(needle) || !len) { in cmp_str_seq() 915 strncpy(needle, exp, len); in cmp_str_seq() 916 needle[len] = 0; in cmp_str_seq() 917 q = strstr(log, needle); in cmp_str_seq() 920 "EXP: %s\nRES:\n", needle); in cmp_str_seq()
|
| H A D | test_offload.py | 660 def check_no_extack(res, needle): argument 661 fail((res[1] + res[2]).count(needle) or (res[1] + res[2]).count("Warning:"), 662 "Found '%s' in command output, leaky extack?" % (needle)) 680 def test_spurios_extack(sim, obj, skip_hw, needle): argument 683 check_no_extack(res, needle) 686 check_no_extack(res, needle) 689 check_no_extack(res, needle)
|
| /OK3568_Linux_fs/buildroot/package/ctorrent/ |
| H A D | 0001-fix-musl-build.patch | 19 char *strnstr(const char *haystack, const char *needle, size_t haystacklen)
|
| /OK3568_Linux_fs/kernel/tools/testing/kunit/ |
| H A D | kunit_tool_test.py | 93 def assertContains(self, needle, haystack): argument 95 if needle in line: 98 str(needle) + '" not found in "' + str(haystack) + '"!')
|
| /OK3568_Linux_fs/kernel/arch/sh/drivers/dma/ |
| H A D | dma-api.c | 104 static int search_cap(const char **haystack, const char *needle) in search_cap() argument 109 if (strcmp(*p, needle) == 0) in search_cap()
|
| /OK3568_Linux_fs/u-boot/include/android_avb/ |
| H A D | avb_util.h | 244 const char* needle) AVB_ATTR_WARN_UNUSED_RESULT;
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | taskexp.py | 147 def finder(model, path, iter, needle): argument 149 if package == needle:
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | NCR5380.c | 2181 struct scsi_cmnd *needle) in list_find_cmd() argument 2186 if (NCR5380_to_scmd(ncmd) == needle) in list_find_cmd() 2198 struct scsi_cmnd *needle) in list_del_cmd() argument 2200 if (list_find_cmd(haystack, needle)) { in list_del_cmd() 2201 struct NCR5380_cmd *ncmd = scsi_cmd_priv(needle); in list_del_cmd()
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | tas5086.c | 340 static int index_in_array(const int *array, int len, int needle) in index_in_array() argument 345 if (array[i] == needle) in index_in_array()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | data.py | 444 needle = os.path.join('classes', '%s.bbclass' % klass) 446 if v.endswith(needle):
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conntrack_sip.c | 351 const char *needle, unsigned int len) in ct_sip_header_search() argument 361 if (strncasecmp(dptr, needle, len) == 0) in ct_sip_header_search() 712 const char *needle, unsigned int len) in ct_sdp_header_search() argument 717 if (strncmp(dptr, needle, len) == 0) in ct_sdp_header_search()
|