Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dhelp.c34 static void do_help(struct toy_list *t) in do_help() function
57 do_help(t); in help_main()
71 do_help(toy_list+i); in help_main()
/external/vboot_reference/futility/
Dfutility.c222 static int do_help(int argc, char *argv[]) in do_help() function
260 DECLARE_FUTIL_COMMAND(help, do_help, VBOOT_VERSION_ALL,
281 return do_help(2, fake_argv); in run_command()
354 do_help(0, 0); in main()
367 do_help(0, 0); in main()
/external/iproute2/bridge/
Dbridge.c45 static int do_help(int argc, char **argv) in do_help() function
60 { "help", do_help },
/external/iproute2/ip/
Dip.c65 static int do_help(int argc, char **argv) in do_help() function
100 { "help", do_help },
Diplink.c1215 static void do_help(int argc, char **argv) in do_help() function
1265 do_help(argc-1, argv+1); in do_iplink()
/external/zlib/src/contrib/minizip/
Dminizip.c172 void do_help() in do_help() function
266 do_help();
515 do_help();
Dminiunz.c194 void do_help() in do_help() function
555 do_help();
/external/chromium-trace/catapult/third_party/coverage/coverage/
Dcmdline.py442 if self.do_help(options, args, parser):
556 def do_help(self, options, args, parser): member in CoverageScript
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dapp2.py294 def do_help(self, command_name): member in CommandLoop
/external/chromium-trace/catapult/third_party/coverage/
Digor.py336 def do_help(): function