Home
last modified time | relevance | path

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

12

/u-boot/lib/
A Dstrto.c22 int ch = tolower(s[1]); in _parse_integer_fixup_radix()
53 ch = tolower(ch); in decode_digit()
121 switch (tolower(**endp)) { in ustrtoul()
142 switch (tolower(**endp)) { in ustrtoull()
A Dstring.c48 c1 = tolower(c1); in strncasecmp()
49 c2 = tolower(c2); in strncasecmp()
/u-boot/cmd/
A Dini.c209 requested_section[i] = tolower(requested_section[i]); in ini_handler()
211 section[i] = tolower(section[i]); in ini_handler()
217 name[i] = tolower(name[i]); in ini_handler()
219 value[i] = tolower(value[i]); in ini_handler()
A Dhash.c36 *s = tolower(*s); in do_hash()
A Dprintf.c196 d = (unsigned char)tolower(*q) - 'a'; in process_escape_sequence()
/u-boot/tools/
A Dgen_ethaddr_crc.c35 nibble[0] = tolower(nibble[0]); in process_mac()
/u-boot/include/
A Dhexdump.h41 ch = tolower(ch); in hex_to_bin()
A Dctype.h57 #define tolower(c) __tolower(c) macro
/u-boot/include/linux/
A Dctype.h57 #define tolower(c) __tolower(c) macro
/u-boot/arch/arm/mach-rmobile/
A Dcpu_info.c111 cpu[i] = tolower(cpu_name[i]); in arch_misc_init()
/u-boot/scripts/kconfig/lxdialog/
A Dmenubox.c273 key = tolower(key); in dialog_menu()
281 if (key == tolower(item_str()[j])) in dialog_menu()
288 if (key == tolower(item_str()[j])) in dialog_menu()
A Dutil.c524 c = tolower(string[i]); in first_alpha()
/u-boot/drivers/misc/
A Dswap_case.c260 *str = tolower(*str); in sandbox_swap_case_do_op()
264 *str = tolower(*str); in sandbox_swap_case_do_op()
/u-boot/board/gdsys/a38x/
A Dkeyprogram.c55 char cur = tolower(hexstr[i]); in decode_hexstr()
/u-boot/board/gateworks/venice/
A Deeprom.c208 rev_pcb = tolower(get_pcb_rev(som_info.model)); in eeprom_get_dtb_name()
217 int rev_base_pcb = tolower(get_pcb_rev(base_info.model)); in eeprom_get_dtb_name()
/u-boot/arch/sandbox/cpu/
A Dstart.c53 tolower(*str1) == tolower(*str2)) in h_compare_opt()
/u-boot/board/atmel/sama5d3xek/
A Dsama5d3xek.c184 *p = tolower(*p); in board_late_init()
/u-boot/scripts/basic/
A Dfixdep.c153 c = tolower(c); in print_dep()
/u-boot/board/gateworks/gw_ventana/
A Deeprom.c179 rev_pcb = tolower(get_pcb_rev(model)); in gsc_get_dtb_name()
A Dgw_ventana.c678 str[i] = tolower(info->model[i]); in misc_init_r()
/u-boot/board/xilinx/common/
A Dboard.c542 desc->name[i] = tolower(desc->name[i]); in board_name_decode()
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dfdt.c204 tolower(cpu->name[0]), cpu->name + 1) + 1; in ft_fixup_l2cache_compatible()
/u-boot/scripts/kconfig/
A Dconfdata.c980 c = tolower(c); in conf_split_config()
/u-boot/boot/
A Dpxe_utils.c896 t->val[i] = tolower(*b); in get_string()
/u-boot/fs/fat/
A Dfat.c34 *str = tolower(*str); in downcase()

Completed in 66 milliseconds

12