Home
last modified time | relevance | path

Searched refs:ascii_toupper (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/basic/
Dstring-util.h123 char ascii_toupper(char x);
Dstring-util.c187 char ascii_toupper(char x) { in ascii_toupper() function
208 *p = ascii_toupper(*p); in ascii_strupper()
/systemd-251/src/tmpfiles/
Dtmpfiles.c2440 ret[j++] = is_dir ? ascii_toupper(ab_map[i]) : ab_map[i]; in age_by_to_string()
2878 } else if (*s == ascii_toupper(age_by_types[i].age_by_chr)) { in parse_age_by_from_arg()
/systemd-251/src/core/
Dunit.c2480 joined[0] = ascii_toupper(joined[0]); in unit_log_resources()