| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/ |
| H A D | CVE-2022-38725-0006.patch | 38 - if (strncasecmp(*buf, "Sun", 3) == 0) 39 + if (strncasecmp(*buf, "Sun", abbrev_length) == 0) 41 - else if (strncasecmp(*buf, "Sat", 3) == 0) 42 + else if (strncasecmp(*buf, "Sat", abbrev_length) == 0) 48 - if (strncasecmp(*buf, "Mon", 3) == 0) 49 + if (strncasecmp(*buf, "Mon", abbrev_length) == 0) 55 - if (strncasecmp(*buf, "Tue", 3) == 0) 56 + if (strncasecmp(*buf, "Tue", abbrev_length) == 0) 58 - else if (strncasecmp(*buf, "Thu", 3) == 0) 59 + else if (strncasecmp(*buf, "Thu", abbrev_length) == 0) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pnp/ |
| H A D | interface.c | 350 if (!strncasecmp(buf, "disable", 7)) { in resources_store() 354 if (!strncasecmp(buf, "activate", 8)) { in resources_store() 358 if (!strncasecmp(buf, "fill", 4)) { in resources_store() 364 if (!strncasecmp(buf, "auto", 4)) { in resources_store() 371 if (!strncasecmp(buf, "clear", 5)) { in resources_store() 377 if (!strncasecmp(buf, "get", 3)) { in resources_store() 384 if (!strncasecmp(buf, "set", 3)) { in resources_store() 396 if (!strncasecmp(buf, "io", 2)) { in resources_store() 402 } else if (!strncasecmp(buf, "mem", 3)) { in resources_store() 408 } else if (!strncasecmp(buf, "irq", 3)) { in resources_store() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | parseurl.c | 58 if(len == 4 && strncasecmp(url, "rtmp", 4)==0) in RTMP_ParseURL() 60 else if(len == 5 && strncasecmp(url, "rtmpt", 5)==0) in RTMP_ParseURL() 62 else if(len == 5 && strncasecmp(url, "rtmps", 5)==0) in RTMP_ParseURL() 64 else if(len == 5 && strncasecmp(url, "rtmpe", 5)==0) in RTMP_ParseURL() 66 else if(len == 5 && strncasecmp(url, "rtmfp", 5)==0) in RTMP_ParseURL() 68 else if(len == 6 && strncasecmp(url, "rtmpte", 6)==0) in RTMP_ParseURL() 70 else if(len == 6 && strncasecmp(url, "rtmpts", 6)==0) in RTMP_ParseURL()
|
| /OK3568_Linux_fs/kernel/block/partitions/ |
| H A D | mac.c | 89 if (!strncasecmp(part->type, "Linux_RAID", 10)) in mac_partition() 108 || (strncasecmp(part->type, "Linux", 5) == 0 in mac_partition() 117 if (strncasecmp(part->name + i, "root", in mac_partition() 123 if (strncasecmp(part->name, "swap", 4) == 0) in mac_partition()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/ |
| H A D | lpd270.c | 426 if (!strncasecmp(str, "lq057q3dc02", 11)) { in lpd270_set_lcd() 428 } else if (!strncasecmp(str, "lq121s1dg31", 11)) { in lpd270_set_lcd() 430 } else if (!strncasecmp(str, "lq036q1da01", 11)) { in lpd270_set_lcd() 432 } else if (!strncasecmp(str, "lq64d343", 8)) { in lpd270_set_lcd() 434 } else if (!strncasecmp(str, "lq10d368", 8)) { in lpd270_set_lcd() 436 } else if (!strncasecmp(str, "lq035q7db02-20", 14)) { in lpd270_set_lcd()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/ipmitool/ipmitool/ |
| H A D | 0004-lanp-Fix-buffer-overflows-in-get_lan_param_select.patch | 54 if (strncasecmp(argv[1], "def", 3) == 0 || 55 strncasecmp(argv[1], "default", 7) == 0) { 63 if (strncasecmp(argv[1], "on", 2) == 0 || 64 strncasecmp(argv[1], "yes", 3) == 0) { 72 if (strncasecmp(argv[1], "pet", 3) == 0) {
|
| /OK3568_Linux_fs/buildroot/package/ipmitool/ |
| H A D | 0012-lanp-Fix-buffer-overflows-in-get_lan_param_select.patch | 52 if (strncasecmp(argv[1], "def", 3) == 0 || 53 strncasecmp(argv[1], "default", 7) == 0) { 61 if (strncasecmp(argv[1], "on", 2) == 0 || 62 strncasecmp(argv[1], "yes", 3) == 0) { 70 if (strncasecmp(argv[1], "pet", 3) == 0) {
|
| /OK3568_Linux_fs/kernel/drivers/cpuidle/ |
| H A D | governor.c | 36 if (!strncasecmp(str, gov->name, CPUIDLE_NAME_LEN)) in cpuidle_find_governor() 95 !strncasecmp(param_governor, gov->name, CPUIDLE_NAME_LEN) || in cpuidle_register_governor() 97 strncasecmp(param_governor, cpuidle_curr_governor->name, in cpuidle_register_governor()
|
| /OK3568_Linux_fs/kernel/sound/xen/ |
| H A D | xen_snd_front_cfg.c | 166 if (!strncasecmp(cur_rate, in cfg_hw_rates() 196 if (!strncasecmp(cur_format, in cfg_formats() 313 if (!strncasecmp(str, XENSND_STREAM_TYPE_PLAYBACK, in cfg_get_stream_type() 316 } else if (!strncasecmp(str, XENSND_STREAM_TYPE_CAPTURE, in cfg_get_stream_type() 355 if (!strncasecmp(str, XENSND_STREAM_TYPE_PLAYBACK, in cfg_stream() 358 } else if (!strncasecmp(str, XENSND_STREAM_TYPE_CAPTURE, in cfg_stream()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_cmd/fltest_watchdog/ |
| H A D | watchdog.c | 47 if (!strncasecmp(argv[1], "-d", 2)) { in main() 53 } else if (!strncasecmp(argv[1], "-e", 2)) { in main()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/cluster/ |
| H A D | masklog.c | 38 if (!strncasecmp(buf, "allow", 5)) { in mlog_mask_store() 41 } else if (!strncasecmp(buf, "deny", 4)) { in mlog_mask_store() 44 } else if (!strncasecmp(buf, "off", 3)) { in mlog_mask_store()
|
| /OK3568_Linux_fs/kernel/tools/power/cpupower/bench/ |
| H A D | parse.c | 32 if (strncasecmp("high", str, strlen(str)) == 0) in string_to_prio() 34 else if (strncasecmp("default", str, strlen(str)) == 0) in string_to_prio() 36 else if (strncasecmp("low", str, strlen(str)) == 0) in string_to_prio()
|
| /OK3568_Linux_fs/buildroot/package/procps-ng/ |
| H A D | 0003-pgrep-Fix-compile-error-with-BSP-4.4-kernel.patch | 20 …omp rpmatch select setlocale strcasecmp strchr strcspn strdup strerror strncasecmp strndup strpbrk… 21 …omp rpmatch select setlocale strcasecmp strchr strcspn strdup strerror strncasecmp strndup strpbrk…
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipvs/ |
| H A D | ip_vs_ftp.c | 110 if (strncasecmp(data, pattern, data_limit - data) == 0) in ip_vs_ftp_get_addrport() 116 if (strncasecmp(data, pattern, plen) != 0) { in ip_vs_ftp_get_addrport() 446 strncasecmp(data, "PASV\r\n", 6) == 0) { in ip_vs_ftp_in() 456 if (strncasecmp(data, "EPSV", 4) == 0 && in ip_vs_ftp_in()
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifs_dfs_ref.c | 214 if (strncasecmp(sb_mountdata + off, "unc=", 4) == 0) { in cifs_compose_mount_options() 218 if (strncasecmp(sb_mountdata + off, "ip=", 3) == 0) { in cifs_compose_mount_options() 222 if (strncasecmp(sb_mountdata + off, "prefixpath=", 11) == 0) { in cifs_compose_mount_options()
|
| /OK3568_Linux_fs/kernel/kernel/debug/kdb/ |
| H A D | kdb_bp.c | 55 if (strncasecmp(argv[nextarg], "datar", sizeof("datar")) == 0) in kdb_parsebp() 57 else if (strncasecmp(argv[nextarg], "dataw", sizeof("dataw")) == 0) in kdb_parsebp() 59 else if (strncasecmp(argv[nextarg], "inst", sizeof("inst")) == 0) in kdb_parsebp()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/ulp/rtrs/ |
| H A D | rtrs-clt-sysfs.c | 124 if (!strncasecmp(buf, "round-robin", 11) || in mpath_policy_store() 125 !strncasecmp(buf, "rr", 2)) in mpath_policy_store() 127 else if (!strncasecmp(buf, "min-inflight", 12) || in mpath_policy_store() 128 !strncasecmp(buf, "mi", 2)) in mpath_policy_store()
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-help.c | 202 return (!strncasecmp("man", name, len) || in supported_man_viewer() 203 !strncasecmp("woman", name, len) || in supported_man_viewer() 204 !strncasecmp("konqueror", name, len)); in supported_man_viewer()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conntrack_sip.c | 259 if (strncasecmp(dptr, "sip:", strlen("sip:")) == 0) { in ct_sip_parse_request() 361 if (strncasecmp(dptr, needle, len) == 0) in ct_sip_header_search() 394 strncasecmp(dptr, hdr->name, hdr->len) == 0) in ct_sip_get_header() 397 strncasecmp(dptr, hdr->cname, hdr->clen) == 0 && in ct_sip_get_header() 631 if (!strncasecmp(dptr + matchoff, "TCP", strlen("TCP"))) in ct_sip_parse_transport() 633 else if (!strncasecmp(dptr + matchoff, "UDP", strlen("UDP"))) in ct_sip_parse_transport() 754 strncasecmp(dptr, thdr->name, thdr->len) == 0) in ct_sip_get_sdp_header() 757 strncasecmp(dptr, hdr->name, hdr->len) == 0) in ct_sip_get_sdp_header() 1439 strncasecmp(*dptr + matchend, handler->method, handler->len)) in process_sip_response() 1480 strncasecmp(*dptr, handler->method, handler->len)) in process_sip_request() [all …]
|
| /OK3568_Linux_fs/kernel/net/batman-adv/ |
| H A D | gateway_common.c | 47 if (strncasecmp(tmp_ptr, "mbit", 4) == 0) in batadv_parse_throughput() 50 if (strncasecmp(tmp_ptr, "kbit", 4) == 0 || in batadv_parse_throughput()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/ |
| H A D | strings.h | 46 int strncasecmp(const char*, const char*, size_t);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | strings.h | 12 int strncasecmp(const char*, const char*, size_t);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | strings.h | 12 int strncasecmp(const char*, const char*, size_t);
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/sis/ |
| H A D | sis_main.c | 199 if(!strncasecmp(name, sisbios_mode[MODE_INDEX_NONE].name, strlen(name))) { in sisfb_search_mode() 238 if(!strncasecmp(nameptr, sisbios_mode[i++].name, strlen(nameptr))) { in sisfb_search_mode() 299 if(!strncasecmp(name, sis_crt2type[i].name, strlen(sis_crt2type[i].name))) { in sisfb_search_crt2type() 326 if(!strncasecmp(name, sis_tvtype[i].name, strlen(sis_tvtype[i].name))) { in sisfb_search_tvstd() 345 if(!strncasecmp(name, "none", 4)) { in sisfb_search_specialtiming() 350 if(!strncasecmp(name,mycustomttable[i].optionName, in sisfb_search_specialtiming() 3993 if(!strncasecmp(this_opt, "off", 3)) { in sisfb_setup() 3995 } else if(!strncasecmp(this_opt, "forcecrt2type:", 14)) { in sisfb_setup() 3998 } else if(!strncasecmp(this_opt, "tvmode:",7)) { in sisfb_setup() 4000 } else if(!strncasecmp(this_opt, "tvstandard:",11)) { in sisfb_setup() [all …]
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | strcasestr.c | 59 } while (strncasecmp(s, find, len) != 0); in xstrcasestr()
|