HomeSort by relevance Sort by last modified time
    Searched refs:do_help (Results 1 - 25 of 30) sorted by null

1 2

  /external/toybox/toys/other/
help.c 34 static void do_help(struct toy_list *t) function
57 do_help(t);
76 do_help(toy_list+i);
  /external/vboot_reference/futility/
futility.c 222 static int do_help(int argc, char *argv[]) function
260 DECLARE_FUTIL_COMMAND(help, do_help, VBOOT_VERSION_ALL,
281 return do_help(2, fake_argv);
354 do_help(0, 0);
367 do_help(0, 0);
  /external/iproute2/bridge/
bridge.c 45 static int do_help(int argc, char **argv) function
60 { "help", do_help },
  /external/f2fs-tools/tools/sg_write_buffer/
sg_write_buffer.c 197 int do_help = 0; local
240 ++do_help;
326 if (do_help) {
327 if (do_help > 1) {
  /external/zlib/src/contrib/minizip/
minizip.c 172 void do_help() function
266 do_help();
515 do_help();
miniunz.c 194 void do_help() function
555 do_help();
  /toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
minizip.c 172 void do_help() function
266 do_help();
515 do_help();
miniunz.c 194 void do_help() function
555 do_help();
  /external/iproute2/ip/
ip.c 66 static int do_help(int argc, char **argv) function
105 { "help", do_help },
iplink.c 1554 static void do_help(int argc, char **argv) function
    [all...]
  /system/bt/vendor_libs/test_vendor_lib/scripts/
test_channel.py 216 def do_help(self, args): member in class:TestChannelShell
223 cmd.Cmd.do_help(self, args)
  /external/e2fsprogs/misc/
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, function
866 do_help(argc, argv, cmd_list);
876 do_help(1, argv, cmd_list);
  /external/f2fs-tools/tools/
f2fscrypt.c 676 static void do_help(int argc, char **argv, const struct cmd_desc *cmd);
875 static void do_help(int argc, char **argv, const struct cmd_desc *cmd) function
909 do_help(argc, argv, cmd_list);
919 do_help(1, argv, cmd_list);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cmd.py 294 def do_help(self, arg): member in class:Cmd
pdb.py 315 do_h = cmd.Cmd.do_help
    [all...]
  /system/bt/tools/mcap_tool/
mcap_tool.cc 586 void do_help(char* p) { function
856 {"help", do_help, "", 0},
911 do_help(nullptr);
  /external/python/cpython3/Lib/
pdb.py 1457 def do_help(self, arg): member in class:Pdb
    [all...]
cmd.py 292 def do_help(self, arg): member in class:Cmd
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
cmd.py 296 def do_help(self, arg): member in class:Cmd
  /external/python/cpython2/Lib/
cmd.py 296 def do_help(self, arg): member in class:Cmd
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cmd.py 296 def do_help(self, arg): member in class:Cmd
  /prebuilts/gdb/linux-x86/lib/python2.7/
cmd.py 296 def do_help(self, arg): member in class:Cmd
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cmd.py 296 def do_help(self, arg): member in class:Cmd
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cmd.py 296 def do_help(self, arg): member in class:Cmd
  /external/v8/tools/
callstats.py 562 def do_help(parser, subparsers, args): function
689 func=lambda args: do_help(parser, subparsers, args),

Completed in 1182 milliseconds

1 2