Searched refs:help (Results 76 - 100 of 505) sorted by relevance

1234567891011>>

/freebsd-10.2-release/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.c108 int e, help; local
110 help = 0;
111 if (strcasecmp(cmd, "help") == 0) {
119 "'help command'\n");
124 help = 1;
134 if (!help) {
/freebsd-10.2-release/contrib/gcc/
H A Doptc-gen.awk49 help[n_opts] = $3
94 print " " help[i] " */"
173 if (help[i] == "")
176 hlp = quote help[i] quote;
H A Dopth-gen.awk46 help[n_opts] = $3
182 if (help[i] == "")
185 hlp = "N_(\"" help[i] "\")";
/freebsd-10.2-release/crypto/heimdal/lib/sl/
H A Dsl.c160 "Try \"help\" for a list of all commands\n",
164 if(c->help && *c->help)
165 printf ("%s\n", c->help);
370 "Try \"help\" for a list of commands\n",
374 static char help[] = "--help"; local
377 fake[1] = help;
382 if(c->help && *c->help)
[all...]
/freebsd-10.2-release/contrib/groff/contrib/eqn2graph/
H A Deqn2graph.sh52 --help)
/freebsd-10.2-release/contrib/groff/contrib/pic2graph/
H A Dpic2graph.sh57 --help)
/freebsd-10.2-release/contrib/libreadline/support/
H A Dmkinstalldirs11 Usage: mkinstalldirs [-h] [--help] [-m mode] dir ..."
16 -h | --help | --h*) # -h for help
/freebsd-10.2-release/contrib/dialog/samples/
H A Dform1-both20 --extra-button --help-button \
H A Dform1-help2 # $Id: form1-help,v 1.5 2010/01/13 10:47:35 tom Exp $
20 --help-button \
H A Dform33 # form1 with --help-button
21 --help-button \
/freebsd-10.2-release/sys/boot/forth/
H A DMakefile.inc12 FILES+= loader.help
/freebsd-10.2-release/contrib/ncurses/misc/
H A Dncurses-config.in126 --help)
151 --help prints this message
155 @SHELL@ $0 --help 1>&2
/freebsd-10.2-release/contrib/dialog/
H A Ddialog-config.in105 --help)
126 --help prints this message
130 @SHELL@ $0 --help 1>&2
/freebsd-10.2-release/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c50 char *help; /* help string (NULL for no help) */ member in struct:__anon5142
189 char *help; /* Help information (0 ==> no help) */ member in struct:sendlist
228 { "help", 0, 0, 0, send_help, 0, 0 },
250 printf("'send ?' for help\r\n");
263 printf("Unknown send argument '%s'\r\n'send ?' for help.\r\n",
267 printf("Ambiguous send argument '%s'\r\n'send ?' for help.\r\n",
273 "Need %d argument%s to 'send %s' command. 'send %s ?' for help
573 char *help; /* help message */ member in struct:togglelist
792 char *help; /* help information */ member in struct:setlist
1053 char *help; /* help string */ member in struct:modelist
1361 char *help; member in struct:slclist
1434 char *help; member in struct:envlist
1744 char *help; member in struct:authlist
1822 char *help; member in struct:encryptlist
2433 help(int argc, char **argv) function
[all...]
/freebsd-10.2-release/contrib/telnet/telnet/
H A Dcommands.c104 static int help(int, char **);
119 const char *help; /* help string (NULL for no help) */ member in struct:__anon4773
284 const char *help; /* Help information (0 ==> no help) */ member in struct:sendlist
323 { "help", NULL, 0, 0, (int (*)(char *, ...))send_help, 0, 0 },
345 printf("'send ?' for help\n");
358 printf("Unknown send argument '%s'\n'send ?' for help.\n",
362 printf("Ambiguous send argument '%s'\n'send ?' for help
654 const char *help; /* help message */ member in struct:togglelist
868 const char *help; /* help information */ member in struct:setlist
1132 const char *help; /* help string */ member in struct:modelist
1441 const char *help; member in struct:slclist
1514 const char *help; member in struct:envlist
1847 const char *help; member in struct:authlist
1928 const char *help; member in struct:encryptlist
2679 help(int argc, char *argv[]) function
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp38 const char *help = NULL,
41 CommandObjectParsed (interpreter, name, help, syntax, flags),
536 SBCommandInterpreter::AddMultiwordCommand (const char* name, const char* help) argument
538 CommandObjectMultiword *new_command = new CommandObjectMultiword(*m_opaque_ptr,name,help);
547 SBCommandInterpreter::AddCommand (const char* name, lldb::SBCommandPluginInterface* impl, const char* help) argument
550 new_command_sp.reset(new CommandPluginInterfaceImplementation(*m_opaque_ptr,name,impl,help));
586 SBCommand::AddMultiwordCommand (const char* name, const char* help) argument
592 CommandObjectMultiword *new_command = new CommandObjectMultiword(m_opaque_sp->GetCommandInterpreter(),name,help);
601 SBCommand::AddCommand (const char* name, lldb::SBCommandPluginInterface *impl, const char* help) argument
608 new_command_sp.reset(new CommandPluginInterfaceImplementation(m_opaque_sp->GetCommandInterpreter(),name,impl,help));
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObject.h81 const char *help = NULL,
210 // Generates a nicely formatted command args string for help command output.
559 const char *help = NULL,
562 CommandObject (interpreter, name, help, syntax, flags) {}
585 const char *help = NULL,
588 CommandObject (interpreter, name, help, syntax, flags) {}
H A DCommandObjectMultiword.h35 const char *help = NULL,
103 const char *help = NULL,
/freebsd-10.2-release/sys/boot/arm/uboot/
H A DMakefile95 CLEANFILES+= vers.c loader.help
125 loader.help: help.common help.uboot ${.CURDIR}/../../fdt/help.fdt
/freebsd-10.2-release/lib/libedit/
H A Dmap.c915 el->el_map.help = (el_bindings_t *) el_malloc(sizeof(el_bindings_t) *
917 if (el->el_map.help == NULL)
919 (void) memcpy(el->el_map.help, help__get(),
951 el_free((ptr_t) el->el_map.help);
952 el->el_map.help = NULL;
1130 ep = &el->el_map.help[el->el_map.nfunc];
1131 for (bp = el->el_map.help; bp < ep; bp++)
1165 ep = &el->el_map.help[el->el_map.nfunc];
1166 for (bp = el->el_map.help; bp < ep; bp++) {
1296 ep = &el->el_map.help[e
1395 map_addfunc(EditLine *el, const char *name, const char *help, el_func_t func) argument
[all...]
/freebsd-10.2-release/contrib/libyaml/tests/
H A Dexample-reformatter-alt.c10 int help = 0; local
31 || strcmp(argv[k], "--help") == 0) {
32 help = 1;
47 "Try `%s --help` for more information.\n",
53 /* Display the help string. */
55 if (help)
58 "or\n%s -h | --help\nReformat a YAML stream\n\nOptions:\n"
59 "-h, --help\t\tdisplay this help and exit\n"
/freebsd-10.2-release/crypto/heimdal/kdc/
H A Dstring2key.c45 int help; variable
58 { "help", 0, arg_flag, &help, NULL, NULL }
110 if(help)
/freebsd-10.2-release/usr.sbin/pkg_install/
H A Dtkpkg51 button .menu.help -text "Help" -command "do_help"
60 .menu.help right
101 proc do_help {{w .help}} {
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObjectRegexCommand.cpp31 const char *help,
36 CommandObjectRaw (interpreter, name, help, syntax),
27 CommandObjectRegexCommand( CommandInterpreter &interpreter, const char *name, const char *help, const char *syntax, uint32_t max_matches, uint32_t completion_type_mask ) argument
/freebsd-10.2-release/contrib/ofed/libibcm/config/
H A Dcompile34 echo "$0: No command. Try \`$0 --help' for more information." 1>&2
39 Usage: compile [--help] [--version] PROGRAM [ARGS]

Completed in 320 milliseconds

1234567891011>>