| /rk3399_rockchip-uboot/arch/m68k/include/asm/ |
| H A D | string.h | 19 extern int strncasecmp(const char *, const char *, __kernel_size_t);
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | string.h | 17 extern int strncasecmp(const char *, const char *, __kernel_size_t);
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | string.h | 48 extern int strncasecmp(const char *s1, const char *s2, __kernel_size_t len);
|
| /rk3399_rockchip-uboot/fs/yaffs2/ |
| H A D | ydirectenv.h | 43 #define yaffs_strncmp(a, b, c) strncasecmp(a, b, c)
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | string.c | 30 int strncasecmp(const char *s1, const char *s2, size_t len) in strncasecmp() function 62 return strncasecmp(s1, s2, -1U); in strcasecmp()
|
| H A D | sysmem.c | 200 if (!strncasecmp(kmem->attr.name, alias, in sysmem_overflow_check()
|
| /rk3399_rockchip-uboot/board/gateworks/gw_ventana/ |
| H A D | eeprom.c | 64 if (strncasecmp((const char *)info->model, "GW5400-A", 8) == 0) in read_eeprom()
|
| H A D | gsc.c | 120 if (strncasecmp((const char*) ventana_info.model, "GW553", 5)) in gsc_info()
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_spl_display.c | 221 if (strncasecmp(disp_info->disp_head_flag, "DISP", 4)) in rockchip_get_disp_info()
|
| H A D | rockchip_display.c | 174 if (strncasecmp(base_parameter.head_flag, "BASP", 4)) { in rockchip_get_baseparameter() 215 if (strncasecmp(disp_info->disp_head_flag, "DISP", 4)) in rockchip_get_disp_info() 2710 if (!strncasecmp(cacm_header, "CACM", 4)) { in rockchip_display_fixup()
|
| H A D | rockchip_vop2.c | 2468 if (strncasecmp(enable_flag, "CACM", 4)) { in vop3_post_config()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | fb_mmc.c | 384 if (strncasecmp(cmd, "zimage", 6) == 0) { in fb_mmc_flash_write()
|
| /rk3399_rockchip-uboot/fs/fat/ |
| H A D | fat.c | 942 if (!strncasecmp(path, itr->name, n)) in fat_itr_resolve() 945 !strncasecmp(path, itr->s_name, n)) in fat_itr_resolve()
|
| /rk3399_rockchip-uboot/drivers/mtd/spi/ |
| H A D | sandbox.c | 164 if (!strncasecmp(spec, data->name, len)) in sandbox_sf_probe()
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | mconf.c | 424 if (strncasecmp(dialog_input_result, CONFIG_, strlen(CONFIG_)) == 0) in search_conf()
|
| H A D | nconf.c | 722 if (strncasecmp(dialog_input_result, CONFIG_, strlen(CONFIG_)) == 0) in search_conf()
|
| /rk3399_rockchip-uboot/drivers/gpio/ |
| H A D | gpio-uclass.c | 78 if (!strncasecmp(name, uc_priv->bank_name, len)) { in dm_gpio_lookup_name()
|