Home
last modified time | relevance | path

Searched refs:do_help (Results 1 – 9 of 9) 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/e2fsprogs/misc/
De4crypt.c631 static void do_help(int argc, char **argv, const struct cmd_desc *cmd);
831 static void do_help(int argc, char **argv, in do_help() function
866 do_help(argc, argv, cmd_list); in main()
876 do_help(1, argv, cmd_list); in main()
/external/v8/tools/
Dcallstats.py543 def do_help(parser, subparsers, args): function
670 func=lambda args: do_help(parser, subparsers, args),