Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dhelp.c27 static void do_help(struct toy_list *t) in do_help() function
60 do_help(t); in help_main()
80 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/iproute2/bridge/
Dbridge.c45 static int do_help(int argc, char **argv) in do_help() function
60 { "help", 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/zlib/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/rust/crates/libz-sys/src/zlib/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.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/f2fs-tools/tools/f2fs_io/
Df2fs_io.c1175 static void do_help(int argc, char **argv, const struct cmd_desc *cmd);
1204 static void do_help(int argc, char **argv, const struct cmd_desc *UNUSED(cmd)) in do_help() function
1274 do_help(argc, argv, cmd_list); in main()
1284 do_help(1, argv, cmd_list); in main()
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Ddotest.py212 do_help = False
244 do_help = True
406 if do_help:
/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/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.py1464 def do_help(self, arg): member in Pdb
1472 return cmd.Cmd.do_help(self, arg)
1488 do_h = do_help
/external/python/cpython2/Tools/faqwiz/
Dfaqwiz.py594 def do_help(self): member in FaqWizard