Searched refs:tolower (Results 1 – 25 of 65) sorted by relevance
123
124 filename[0] = (char)tolower((int)filename[0]); in ap_write_to_binary_file()125 filename[1] = (char)tolower((int)filename[1]); in ap_write_to_binary_file()126 filename[2] = (char)tolower((int)filename[2]); in ap_write_to_binary_file()127 filename[3] = (char)tolower((int)filename[3]); in ap_write_to_binary_file()
42 *string = (char)tolower((int)*string); in acpi_ut_strlwr()96 c1 = tolower((int)*string1); in acpi_ut_stricmp()97 c2 = tolower((int)*string2); in acpi_ut_stricmp()
359 if (tolower((int)*command) != tolower((int)*invocation)) { in acpi_db_match_command_help()
274 (tolower((int)*(*string + 1)) == 'x')) { in acpi_ut_remove_hex_prefix()
299 dev_id->id[3] = tolower(id[3]); in pnp_add_id()300 dev_id->id[4] = tolower(id[4]); in pnp_add_id()301 dev_id->id[5] = tolower(id[5]); in pnp_add_id()302 dev_id->id[6] = tolower(id[6]); in pnp_add_id()
118 dev_id->id[3] = tolower(id[3]); in pnp_add_card_id()119 dev_id->id[4] = tolower(id[4]); in pnp_add_card_id()120 dev_id->id[5] = tolower(id[5]); in pnp_add_card_id()121 dev_id->id[6] = tolower(id[6]); in pnp_add_card_id()
25 char msb = tolower(*src) - '0'; in atohx()26 char lsb = tolower(*(src + 1)) - '0'; in atohx()
54 c1 = tolower(c1); in strncasecmp()55 c2 = tolower(c2); in strncasecmp()70 c1 = tolower(*s1++); in strcasecmp()71 c2 = tolower(*s2++); in strcasecmp()
30 ch = tolower(ch); in hex_to_bin()
123 bm->bad_shift[tolower(bm->pattern[i])] in compute_prefix_tbl()
139 if (tolower(*str) != tolower(*pat)) in __match_glob()
50 if (tolower(*s) == tolower(*p)) { in match_pattern()
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()
45 tolower(mach[i]), mach[i]);
57 return isdigit(c) ? c - '0' : tolower(c) - 'a' + 10; in hex2val()
71 switch (tolower(buf[1])) { in ctrlchar_handle()
10 type = tolower(type); in kallsyms2elf_type()
63 #define tolower(c) __tolower(c) macro
95 *dst++ = tolower(*src); in string_lower()
64 #define tolower(c) __tolower(c) macro
84 cname[i] = tolower(cname[i]); in nvkm_firmware_get()
63 hash = tolower(name->name[i]) ^ rol32(hash, 7); in xfs_ascii_ci_hashname()84 if (tolower(args->name[i]) != tolower(name[i])) in xfs_ascii_ci_compname()
58 if (target[0] == '0' && tolower(target[1]) == 'x') { in map_browser__search()
147 *s = tolower(*s); in fixname()652 *s = tolower(*s); in json_events()676 *s = tolower(*s); in json_events()680 *s = tolower(*s); in json_events()
136 *c = tolower(*c); in parse_qcomsmem_part()
Completed in 41 milliseconds