Searched defs:help (Results 1 - 5 of 5) sorted by relevance

/system/bt/tools/hci/
H A Dmain.c22 const char *help; member in struct:__anon1295
26 static int help(int argc, char **argv);
36 { "help", "<command> - shows help text for <command>.", help },
42 static int help(int argc, char **argv) { function
44 printf("No help command specified.\n");
54 printf("%s %s\n", argv[0], command->help);
184 printf("For detailed help on a command, run '%s help <comman
[all...]
/system/core/fastboot/
H A Dusbtest.c131 const char *help; member in struct:__anon1315
146 fprintf(stderr," %-8s %s\n", tests[i].cmd, tests[i].help);
/system/bt/btcore/src/
H A Dcounter.c63 const char *help; member in struct:__anon577
84 static int help(socket_t *socket);
90 { "help", "<command> - show help text for <command>", help},
404 static int help(UNUSED_ATTR socket_t *socket) { function
405 output(socket, "help command unimplemented\n");
/system/bt/test/bluedroidtest/
H A Dbluedroidtest.c360 const char *help; member in struct:__anon1290
670 bdt_log("%s %s\n", (char*)line, (char*)console_cmd_list[i].help);
729 { "help", do_help, "lists all available console commands", 0 },
/system/core/adb/
H A Dcommandline.cpp73 static void help() { function
113 " (see 'adb help all')\n"
197 " adb help - show this help message\n"
241 help();
1476 else if (!strcmp(argv[0], "help") || !strcmp(argv[0], "/?")) {
1477 help();

Completed in 81 milliseconds