/external/u-boot/cmd/ |
D | help.c | 10 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/ |
D | help.c | 34 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/ |
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/f2fs-tools/tools/sg_write_buffer/ |
D | sg_write_buffer.c | 197 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/ |
D | f2fs_io.c | 405 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/ |
D | bridge.c | 45 static int do_help(int argc, char **argv) in do_help() function 60 { "help", do_help },
|
/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/iproute2/ip/ |
D | ip.c | 66 static int do_help(int argc, char **argv) in do_help() function 105 { "help", do_help },
|
D | iplink.c | 1554 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/ |
D | e4crypt.c | 640 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/ |
D | f2fscrypt.c | 677 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/ |
D | cmd.rst | 68 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/ |
D | cmd.rst | 70 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/ |
D | callstats.py | 578 def do_help(parser, subparsers, args): function 705 func=lambda args: do_help(parser, subparsers, args),
|
D | grokdump.py | 3450 def do_help(self, cmd=None): member in InspectionShell 3465 return super(InspectionShell, self).do_help(cmd)
|
/external/python/apitools/apitools/base/py/ |
D | app2.py | 307 def do_help(self, arg): member in CommandLoop
|
/external/python/cpython2/Lib/ |
D | cmd.py | 296 def do_help(self, arg): member in Cmd
|
D | pdb.py | 315 do_h = cmd.Cmd.do_help
|
/external/python/cpython3/Lib/ |
D | cmd.py | 292 def do_help(self, arg): member in Cmd
|
D | pdb.py | 1461 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/ |
D | faqwiz.py | 594 def do_help(self): member in FaqWizard
|