Searched refs:do_help (Results 1 – 10 of 10) sorted by relevance
/external/toybox/toys/other/ |
D | help.c | 34 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/ |
D | futility.c | 222 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/ |
D | bridge.c | 45 static int do_help(int argc, char **argv) in do_help() function 60 { "help", do_help },
|
/external/iproute2/ip/ |
D | ip.c | 65 static int do_help(int argc, char **argv) in do_help() function 100 { "help", do_help },
|
D | iplink.c | 1215 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/ |
D | minizip.c | 172 void do_help() in do_help() function 266 do_help(); 515 do_help();
|
D | miniunz.c | 194 void do_help() in do_help() function 555 do_help();
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
D | cmdline.py | 442 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/ |
D | app2.py | 294 def do_help(self, command_name): member in CommandLoop
|
/external/chromium-trace/catapult/third_party/coverage/ |
D | igor.py | 336 def do_help(): function
|