Searched refs:tolower (Results 1 – 25 of 26) sorted by relevance
12
22 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()
48 c1 = tolower(c1); in strncasecmp()49 c2 = tolower(c2); in strncasecmp()
209 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()
36 *s = tolower(*s); in do_hash()
196 d = (unsigned char)tolower(*q) - 'a'; in process_escape_sequence()
35 nibble[0] = tolower(nibble[0]); in process_mac()
41 ch = tolower(ch); in hex_to_bin()
57 #define tolower(c) __tolower(c) macro
111 cpu[i] = tolower(cpu_name[i]); in arch_misc_init()
273 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()
524 c = tolower(string[i]); in first_alpha()
260 *str = tolower(*str); in sandbox_swap_case_do_op()264 *str = tolower(*str); in sandbox_swap_case_do_op()
55 char cur = tolower(hexstr[i]); in decode_hexstr()
208 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()
53 tolower(*str1) == tolower(*str2)) in h_compare_opt()
184 *p = tolower(*p); in board_late_init()
153 c = tolower(c); in print_dep()
179 rev_pcb = tolower(get_pcb_rev(model)); in gsc_get_dtb_name()
678 str[i] = tolower(info->model[i]); in misc_init_r()
542 desc->name[i] = tolower(desc->name[i]); in board_name_decode()
204 tolower(cpu->name[0]), cpu->name + 1) + 1; in ft_fixup_l2cache_compatible()
980 c = tolower(c); in conf_split_config()
896 t->val[i] = tolower(*b); in get_string()
34 *str = tolower(*str); in downcase()
Completed in 66 milliseconds