Home
last modified time | relevance | path

Searched refs:tolower (Results 1 – 21 of 21) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dini.c210 requested_section[i] = tolower(requested_section[i]); in ini_handler()
212 section[i] = tolower(section[i]); in ini_handler()
218 name[i] = tolower(name[i]); in ini_handler()
220 value[i] = tolower(value[i]); in ini_handler()
H A Dhash.c36 *s = tolower(*s); in do_hash()
H A Dpxe.c932 t->val[i] = tolower(*b); in get_string()
/rk3399_rockchip-uboot/lib/
H A Dstrto.c21 if (tolower(s[1]) == 'x' && isxdigit(s[2])) in _parse_integer_fixup_radix()
28 if (*base == 16 && s[0] == '0' && tolower(s[1]) == 'x') in _parse_integer_fixup_radix()
H A Dstring.c46 c1 = tolower(c1); in strncasecmp()
47 c2 = tolower(c2); in strncasecmp()
/rk3399_rockchip-uboot/tools/
H A Dgen_ethaddr_crc.c36 nibble[0] = tolower(nibble[0]); in process_mac()
H A Dproftool.c130 symtype = tolower(symtype); in read_system_map()
/rk3399_rockchip-uboot/include/
H A Dhexdump.h41 ch = tolower(ch); in hex_to_bin()
/rk3399_rockchip-uboot/include/linux/
H A Dctype.h57 #define tolower(c) __tolower(c) macro
/rk3399_rockchip-uboot/drivers/misc/
H A Dswap_case.c182 *str = tolower(*str); in sandbox_swap_case_do_op()
186 *str = tolower(*str); in sandbox_swap_case_do_op()
/rk3399_rockchip-uboot/scripts/kconfig/lxdialog/
H A Dmenubox.c274 key = tolower(key); in dialog_menu()
282 if (key == tolower(item_str()[j])) in dialog_menu()
289 if (key == tolower(item_str()[j])) in dialog_menu()
H A Dutil.c525 c = tolower(string[i]); in first_alpha()
/rk3399_rockchip-uboot/board/gdsys/a38x/
H A Dkeyprogram.c52 char cur = tolower(hexstr[i]); in decode_hexstr()
/rk3399_rockchip-uboot/board/atmel/sama5d3xek/
H A Dsama5d3xek.c267 *p = tolower(*p); in board_late_init()
/rk3399_rockchip-uboot/scripts/basic/
H A Dfixdep.c214 c = tolower(c); in use_config()
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dfdt.c201 tolower(cpu->name[0]), cpu->name + 1) + 1; in ft_fixup_l2cache_compatible()
/rk3399_rockchip-uboot/common/
H A Dbedbug.c1025 *s = tolower (*s); in downstring()
H A Dlrz.c1857 int tolower(int c) in tolower() function
1869 *s = tolower(*s); in uncaps()
/rk3399_rockchip-uboot/fs/fat/
H A Dfat.c39 *str = tolower(*str); in downcase()
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dconfdata.c911 c = tolower(c); in conf_split_config()
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/
H A Dgw_ventana.c747 str[i] = tolower(info->model[i]); in misc_init_r()