Home
last modified time | relevance | path

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

/external/iproute2/misc/
Darpd.c593 int do_list = 0; in main() local
609 do_list = 1; in main()
735 if (do_list) { in main()
757 if (do_load || do_list) in main()
/external/toybox/toys/pending/
Dcrontab.c211 static void do_list(char *name) in do_list() function
356 else if (toys.optflags & FLAG_l) do_list(pwd->pw_name); in crontab_main()
/external/zlib/src/contrib/minizip/
Dminiunz.c234 int do_list(uf) in do_list() function
638 ret_value = do_list(uf);
/external/lldb/examples/python/
Dcrashlog.py455 def do_list(self, line=None): member in Interactive
526 interpreter.do_list()
/external/v8/tools/
Dgrokdump.py2920 def do_list(self, smth): member in InspectionShell