Searched refs:do_help (Results 1 – 9 of 9) 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/e2fsprogs/misc/ |
D | e4crypt.c | 631 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/ |
D | callstats.py | 543 def do_help(parser, subparsers, args): function 670 func=lambda args: do_help(parser, subparsers, args),
|