Searched refs:tolower (Results 1 – 16 of 16) sorted by relevance
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()
10 type = tolower(type); in kallsyms2elf_type()
64 #define tolower(c) __tolower(c) macro
138 if (tolower(*str) != tolower(*pat)) in __match_glob()
245 name[baselen++] = tolower(c); in get_base_var()299 var[baselen] = tolower(c); in perf_parse_file()
231 *p = tolower(*p); in fix_name()
472 event_file_name[i] = tolower(event_file_name[i]); in perf_pmu__find_alias()1157 h = h * 31 + tolower(*s); in aliases__hash()
58 if (target[0] == '0' && tolower(target[1]) == 'x') { in map_browser__search()
72 ch = tolower(ch); in __hex2bin()
85 scan[i] && tolower(scan[i]) == unit->str_unit[i]; in string_to_frequency()
316 int tolower(int c) in tolower() function
53 switch (tolower(*scale)) { in parse_size()
789 int sa = tolower(a->short_name), sb = tolower(b->short_name), ret; in option__cmp()
1536 CASE_TEST(tolower); EXPECT_EQ(1, tolower('A'), 'a'); break; in run_stdlib()1537 CASE_TEST(tolower_noop); EXPECT_EQ(1, tolower('a'), 'a'); break; in run_stdlib()
1148 switch (tolower(opt)) { in test_enabled()
2849 if (optarg[0] != '0' || tolower(optarg[1]) != 'x') { in check_optarg()
Completed in 37 milliseconds