Searched refs:tolower (Results 1 – 21 of 21) sorted by relevance
210 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()
36 *s = tolower(*s); in do_hash()
932 t->val[i] = tolower(*b); in get_string()
21 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()
46 c1 = tolower(c1); in strncasecmp()47 c2 = tolower(c2); in strncasecmp()
36 nibble[0] = tolower(nibble[0]); in process_mac()
130 symtype = tolower(symtype); in read_system_map()
41 ch = tolower(ch); in hex_to_bin()
57 #define tolower(c) __tolower(c) macro
182 *str = tolower(*str); in sandbox_swap_case_do_op()186 *str = tolower(*str); in sandbox_swap_case_do_op()
274 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()
525 c = tolower(string[i]); in first_alpha()
52 char cur = tolower(hexstr[i]); in decode_hexstr()
267 *p = tolower(*p); in board_late_init()
214 c = tolower(c); in use_config()
201 tolower(cpu->name[0]), cpu->name + 1) + 1; in ft_fixup_l2cache_compatible()
1025 *s = tolower (*s); in downstring()
1857 int tolower(int c) in tolower() function1869 *s = tolower(*s); in uncaps()
39 *str = tolower(*str); in downcase()
911 c = tolower(c); in conf_split_config()
747 str[i] = tolower(info->model[i]); in misc_init_r()