Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dsysctl.c67 static int do_show_keys(struct dirtree *dt) in do_show_keys() function
109 if (!access(path, R_OK)) dirtree_read(path, do_show_keys); in process_key()
120 if (toys.optflags & FLAG_a) dirtree_read("/proc/sys", do_show_keys); in sysctl_main()