Searched refs:tolower (Results 1 – 14 of 14) 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()
139 if (tolower(*str) != tolower(*pat)) in __match_glob()
131 *p = tolower(*p); in expr__add_ref()
228 name[baselen++] = tolower(c); in get_base_var()282 var[baselen] = tolower(c); in perf_parse_file()
10 type = tolower(type); in kallsyms2elf_type()
64 #define tolower(c) __tolower(c) macro
58 if (target[0] == '0' && tolower(target[1]) == 'x') { in map_browser__search()
72 ch = tolower(ch); in __hex2bin()
148 *s = tolower(*s); in fixname()645 *s = tolower(*s); in json_events()669 *s = tolower(*s); in json_events()673 *s = tolower(*s); in json_events()
85 scan[i] && tolower(scan[i]) == unit->str_unit[i]; in string_to_frequency()
35 switch (tolower(*scale)) { in parse_size()
792 int sa = tolower(a->short_name), sb = tolower(b->short_name), ret; in option__cmp()
53 *str = tolower(*str); in lower_case()
612 if (flag && strchr(options->file_types, tolower(c))) in skip()