Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dbpf_iter_ksym.c10 static inline char to_lower(char c) in to_lower() function
56 type = iter->exported ? to_upper(type) : to_lower(type); in dump_ksym()