Home
last modified time | relevance | path

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

/tools/power/acpi/tools/acpidump/
Dapfiles.c124 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()
/tools/perf/util/
Dstring.c139 if (tolower(*str) != tolower(*pat)) in __match_glob()
Dconfig.c227 name[baselen++] = tolower(c); in get_base_var()
281 var[baselen] = tolower(c); in perf_parse_file()
/tools/lib/symbol/
Dkallsyms.c8 type = tolower(type); in kallsyms2elf_type()
/tools/include/linux/
Dctype.h57 #define tolower(c) __tolower(c) macro
/tools/perf/ui/browsers/
Dmap.c58 if (target[0] == '0' && tolower(target[1]) == 'x') { in map_browser__search()
/tools/testing/selftests/bpf/
Dtest_tag.c72 ch = tolower(ch); in __hex2bin()
/tools/perf/pmu-events/
Djevents.c106 *s = tolower(*s); in fixname()
606 *s = tolower(*s); in json_events()
624 *s = tolower(*s); in json_events()
628 *s = tolower(*s); in json_events()
/tools/power/cpupower/utils/
Dcpufreq-set.c85 scan[i] && tolower(scan[i]) == unit->str_unit[i]; in string_to_frequency()
/tools/lib/traceevent/
Devent-plugin.c46 *str = tolower(*str); in lower_case()
/tools/lib/subcmd/
Dparse-options.c786 int sa = tolower(a->short_name), sb = tolower(b->short_name), ret; in option__cmp()