aosp12/external/libcap/generate_cap_names_list.awk

2 lines
95 B
Awk
Raw Normal View History

2023-01-09 17:11:35 +08:00
/#define[ \t](CAP[_A-Z]+)[ \t]+([0-9]+)[ \t]*$/ { printf "{\"%s\", %s},\n", tolower($2), $3; }