Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Dhelp.c10 static int do_help(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_help() function
22 help, CONFIG_SYS_MAXARGS, 1, do_help,
32 "?", CONFIG_SYS_MAXARGS, 1, do_help,
/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()
76 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/f2fs-tools/tools/sg_write_buffer/
Dsg_write_buffer.c197 int do_help = 0; in main() local
240 ++do_help; in main()
326 if (do_help) { in main()
327 if (do_help > 1) { in main()
/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.c405 static void do_help(int argc, char **argv, const struct cmd_desc *cmd);
417 static void do_help(int argc, char **argv, const struct cmd_desc *UNUSED(cmd)) in do_help() function
487 do_help(argc, argv, cmd_list); in main()
497 do_help(1, argv, cmd_list); in main()
/external/iproute2/bridge/
Dbridge.c45 static int do_help(int argc, char **argv) in do_help() function
60 { "help", do_help },
/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/iproute2/ip/
Dip.c66 static int do_help(int argc, char **argv) in do_help() function
105 { "help", do_help },
Diplink.c1554 static void do_help(int argc, char **argv) in do_help() function
1612 do_help(argc-1, argv+1); in do_iplink()
/external/e2fsprogs/misc/
De4crypt.c640 static void do_help(int argc, char **argv, const struct cmd_desc *cmd);
836 static void do_help(int argc, char **argv, in do_help() function
871 do_help(argc, argv, cmd_list); in main()
881 do_help(1, argv, cmd_list); in main()
/external/f2fs-tools/tools/
Df2fscrypt.c677 static void do_help(int argc, char **argv, const struct cmd_desc *cmd);
877 static void do_help(int argc, char **argv, const struct cmd_desc *UNUSED(cmd)) in do_help() function
911 do_help(argc, argv, cmd_list); in main()
921 do_help(1, argv, cmd_list); in main()
/external/python/cpython2/Doc/library/
Dcmd.rst68 character ``'?'`` is dispatched to the method :meth:`do_help`. As another
84 All subclasses of :class:`Cmd` inherit a predefined :meth:`do_help`. This
87 :meth:`do_bar`, if available. With no argument, :meth:`do_help` lists all
/external/python/cpython3/Doc/library/
Dcmd.rst70 character ``'?'`` is dispatched to the method :meth:`do_help`. As another
86 All subclasses of :class:`Cmd` inherit a predefined :meth:`do_help`. This
89 :meth:`do_bar`, if available. With no argument, :meth:`do_help` lists all
/external/v8/tools/
Dcallstats.py578 def do_help(parser, subparsers, args): function
705 func=lambda args: do_help(parser, subparsers, args),
Dgrokdump.py3450 def do_help(self, cmd=None): member in InspectionShell
3465 return super(InspectionShell, self).do_help(cmd)
/external/python/apitools/apitools/base/py/
Dapp2.py307 def do_help(self, arg): member in CommandLoop
/external/python/cpython2/Lib/
Dcmd.py296 def do_help(self, arg): member in Cmd
Dpdb.py315 do_h = cmd.Cmd.do_help
/external/python/cpython3/Lib/
Dcmd.py292 def do_help(self, arg): member in Cmd
Dpdb.py1461 def do_help(self, arg): member in Pdb
1469 return cmd.Cmd.do_help(self, arg)
1485 do_h = do_help
/external/python/cpython2/Tools/faqwiz/
Dfaqwiz.py594 def do_help(self): member in FaqWizard