Searched refs:strncasecmp (Results 1 – 18 of 18) sorted by relevance
| /u-boot/arch/m68k/include/asm/ |
| A D | string.h | 19 extern int strncasecmp(const char *, const char *, __kernel_size_t);
|
| /u-boot/arch/powerpc/include/asm/ |
| A D | string.h | 17 extern int strncasecmp(const char *, const char *, __kernel_size_t);
|
| /u-boot/fs/yaffs2/ |
| A D | ydirectenv.h | 43 #define yaffs_strncmp(a, b, c) strncasecmp(a, b, c)
|
| /u-boot/include/linux/ |
| A D | string.h | 48 extern int strncasecmp(const char *s1, const char *s2, __kernel_size_t len);
|
| /u-boot/tools/ |
| A D | update_octeon_header.c | 83 if (!strncasecmp("generic", board_name, strlen("generic"))) in lookup_board_type() 129 if (!strncasecmp(cvmx_board_type_to_string(i), board_name, in lookup_board_type() 135 if (!strncasecmp(cvmx_board_type_to_string(i), board_name, in lookup_board_type()
|
| /u-boot/lib/ |
| A D | string.c | 31 int strncasecmp(const char *s1, const char *s2, size_t len) in strncasecmp() function 63 return strncasecmp(s1, s2, -1U); in strcasecmp()
|
| /u-boot/cmd/ |
| A D | gpio.c | 96 !strncasecmp(gpio_name, bank_name, banklen)) { in do_gpio_status()
|
| /u-boot/board/gateworks/gw_ventana/ |
| A D | eeprom.c | 71 if (strncasecmp((const char *)info->model, "GW5400-A", 8) == 0) in read_eeprom()
|
| A D | gsc.c | 123 if (strncasecmp((const char*) ventana_info.model, "GW553", 5)) in gsc_info()
|
| /u-boot/board/friendlyarm/nanopi2/ |
| A D | lcds.c | 644 if (!strncasecmp("HDMI", str, 4)) { in bd_setup_lcd_by_name()
|
| /u-boot/drivers/mtd/spi/ |
| A D | sandbox.c | 161 if (!strncasecmp(spec, data->name, len)) in sandbox_sf_probe()
|
| /u-boot/drivers/net/qe/ |
| A D | dm_qe_uec.c | 940 if (strncasecmp(source, "brg", 3) == 0) { in qe_clock_source() 948 if (strncasecmp(source, "clk", 3) == 0) { in qe_clock_source()
|
| /u-boot/fs/fat/ |
| A D | fat.c | 1108 if (!strncasecmp(path, itr->name, n)) in fat_itr_resolve() 1111 !strncasecmp(path, itr->s_name, n)) in fat_itr_resolve()
|
| /u-boot/drivers/fastboot/ |
| A D | fb_mmc.c | 593 if (strncasecmp(cmd, "zimage", 6) == 0) {
|
| /u-boot/scripts/kconfig/ |
| A D | mconf.c | 423 if (strncasecmp(dialog_input_result, CONFIG_, strlen(CONFIG_)) == 0) in search_conf()
|
| A D | nconf.c | 722 if (strncasecmp(dialog_input_result, CONFIG_, strlen(CONFIG_)) == 0) in search_conf()
|
| /u-boot/lib/efi_loader/ |
| A D | efi_hii.c | 810 if (!strncasecmp(language, languages, n) && in language_match()
|
| /u-boot/drivers/gpio/ |
| A D | gpio-uclass.c | 138 if (!strncasecmp(name, uc_priv->bank_name, len)) { in dm_gpio_lookup_name()
|
Completed in 34 milliseconds