Searched refs:strcasecmp (Results 1 – 15 of 15) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
D | strings.h | 29 int strcasecmp (const char *, const char *);
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
D | osal_string.c | 50 return strcasecmp(s1, s2); in osal_strcasecmp()
|
/device/soc/esp/esp32/components/libs/ |
D | esp32.rom.newlib-funcs.ld | 89 strcasecmp = 0x400011cc; symbol
|
/device/soc/esp/esp32/components/esp_rom/esp32/ld/ |
D | esp32.rom.newlib-funcs.ld | 89 strcasecmp = 0x400011cc; symbol
|
/device/soc/esp/esp32/components/newlib/ |
D | esp32-spiram-rom-functions-c.lf | 95 lib_a-strcasecmp (noflash)
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/include/linux/ |
D | of.h | 986 #define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2)) 988 #define of_node_cmp(s1, s2) strcasecmp((s1), (s2))
|
/device/soc/winnermicro/wm800/board/platform/common/utils/ |
D | utils.c | 569 int strcasecmp(const char *s1, const char *s2) in strcasecmp() function
|
/device/soc/hisilicon/common/platform/hieth-sf/src/ |
D | interface.c | 437 if (!strcasecmp(phyMode, PhyModes(i))) { in HisiEthSetPhyMode()
|
/device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
D | Rockchip_OSAL_OHOS.cpp | 800 !strcasecmp(pValue, "true")) { in Get_Video_HorAlign()
|
/device/soc/rockchip/common/sdk_linux/drivers/media/usb/uvc/ |
D | uvc_driver.c | 2581 if (strcasecmp(val, "monotonic") == 0) { in uvc_clock_param_set() 2583 } else if (strcasecmp(val, "realtime") == 0) { in uvc_clock_param_set()
|
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/ |
D | wl_android.c | 1135 if (!strcasecmp(band, "a")) { in wl_android_bandstr_to_fwband() 1137 } else if (!strcasecmp(band, "b")) { in wl_android_bandstr_to_fwband() 1140 } else if (!strcasecmp(band, "6g")) { in wl_android_bandstr_to_fwband() 1143 } else if (!strcasecmp(band, "all")) { in wl_android_bandstr_to_fwband() 13959 if (!strcasecmp(rssi, "rssi")) in wl_cfg80211_wbtext_weight_config() 13961 else if (!strcasecmp(rssi, "cu")) in wl_cfg80211_wbtext_weight_config() 13963 else if (!strcasecmp(rssi, "estm_dl")) in wl_cfg80211_wbtext_weight_config() 14047 if (!strcasecmp(rssi, "rssi")) { in wl_cfg80211_wbtext_table_config() 14050 else if (!strcasecmp(rssi, "cu")) { in wl_cfg80211_wbtext_table_config()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/ |
D | wl_cfg80211.c | 19048 if (!strcasecmp(rssi, "rssi")) in wl_cfg80211_wbtext_weight_config() 19050 else if (!strcasecmp(rssi, "cu")) in wl_cfg80211_wbtext_weight_config() 19058 if (!strcasecmp(band, "a")) in wl_cfg80211_wbtext_weight_config() 19060 else if (!strcasecmp(band, "b")) in wl_cfg80211_wbtext_weight_config() 19062 else if (!strcasecmp(band, "all")) in wl_cfg80211_wbtext_weight_config() 19138 if (!strcasecmp(rssi, "rssi")) { in wl_cfg80211_wbtext_table_config() 19141 else if (!strcasecmp(rssi, "cu")) { in wl_cfg80211_wbtext_table_config() 19149 if (!strcasecmp(band, "a")) { in wl_cfg80211_wbtext_table_config() 19152 else if (!strcasecmp(band, "b")) { in wl_cfg80211_wbtext_table_config() 19155 else if (!strcasecmp(band, "all")) { in wl_cfg80211_wbtext_table_config() [all …]
|
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/ |
D | Rkvpu_OMX_Vdec.c | 282 …if (!Rockchip_OSAL_GetEnvStr("cts_gts.media.gts", pValue, sizeof(pValue), NULL) && !strcasecmp(pVa… in Rkvpu_OMX_DebugSwitchfromPropget()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/ |
D | rtw_proc.c | 3480 if (!strcasecmp(str, btreg_type[i])) { in btreg_parse_str()
|
/device/board/isoftstone/zhiyuan/kernel/driver/ramfs/ |
D | rootfs_arm64.cpio.gz |
|