Searched refs:help (Results 126 - 150 of 466) sorted by relevance

1234567891011>>

/freebsd-10-stable/usr.bin/less/
H A DMakefile5 decode.c edit.c filename.c forwback.c help.c ifile.c input.c \
/freebsd-10-stable/usr.bin/mail/
H A DMakefile8 FILES= mail.help mail.tildehelp
H A Dcmdtab.c88 { "?", help, M|NOLIST, 0, 0 },
91 { "help", help, M|NOLIST, 0, 0 },
/freebsd-10-stable/usr.sbin/bluetooth/hccontrol/
H A Dhccontrol.c170 int s, e, help; local
172 help = 0;
173 if (strcasecmp(cmd, "help") == 0) {
186 "'help command'\n");
191 help = 1;
221 if (!help) {
/freebsd-10-stable/usr.sbin/lpr/lpc/
H A Dextern.h57 void help(int _argc, char *_argv[]);
/freebsd-10-stable/contrib/subversion/subversion/svnbench/
H A Dcl.h82 svn_boolean_t help; /* print usage message */
80 svn_boolean_t help; /* print usage message */ member in struct:svn_cl__opt_state_t
/freebsd-10-stable/contrib/tcsh/
H A Dconfig.rpath149 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
159 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
170 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
180 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
187 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
/freebsd-10-stable/contrib/apr/
H A Dapr-config.in77 --help print this help
233 --help)
/freebsd-10-stable/contrib/binutils/
H A Dconfig.rpath146 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
156 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
167 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
177 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
/freebsd-10-stable/contrib/gdb/
H A Dltcf-gcj.sh94 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
204 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
220 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
240 if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then
/freebsd-10-stable/contrib/libreadline/support/
H A Dconfig.rpath146 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
156 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
167 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
177 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
/freebsd-10-stable/contrib/xz/src/lzmainfo/
H A Dlzmainfo.c30 help(void) function
33 _("Usage: %s [--help] [--version] [FILE]...\n"
66 { "help", no_argument, NULL, OPT_HELP },
75 help();
/freebsd-10-stable/contrib/xz/src/xzdec/
H A Dxzdec.c61 help(void) function
72 " -h, --help display this help and exit\n"
107 { "help", no_argument, NULL, 'h' },
130 help();
/freebsd-10-stable/crypto/heimdal/appl/ftp/ftp/
H A Dcmdtab.c59 char helphelp[] = "print local help information";
84 char remotehelp[] = "get help from remote server";
93 char sitehelp[] = "send site specific command to remote server\n\t\tTry \"rhelp site\" or \"site help\" for more information";
139 { "help", helphelp, 0, 0, 1, help },
188 { "?", helphelp, 0, 0, 1, help },
H A Dextern.h83 void help (int, char **);
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dmissing22 echo 1>&2 "Try \`$0 --help' for more information"
28 -h|--h|--he|--hel|--help)
36 -h, --help display this help and exit
57 echo 1>&2 "Try \`$0 --help' for more information"
/freebsd-10-stable/crypto/openssl/engines/ccgost/
H A Dgostsum.c21 void help() function
71 help();
/freebsd-10-stable/usr.sbin/pw/
H A Dpw.c176 } else if (strcmp(argv[1], "help") == 0 && argv[2] == NULL)
215 * This is probably an overkill for a cmdline help system, but it reflects
223 fprintf(stderr, "usage:\n pw [user|group|lock|unlock] [add|del|mod|show|next] [help|switches/values]\n");
225 fprintf(stderr, "usage:\n pw %s [add|del|mod|show|next] [help|switches/values]\n", Which[which]);
229 * We need to give mode specific help
231 static const char *help[W_NUM][M_NUM] = local
378 fprintf(stderr, "%s", help[which][mode]);
/freebsd-10-stable/contrib/unbound/libunbound/python/
H A DMakefile36 help:
/freebsd-10-stable/contrib/gcc/
H A Dparams.h59 const char *const help; member in struct:param_info
/freebsd-10-stable/contrib/groff/contrib/gdiffmk/
H A Dgdiffmk.sh59 --help Print this message on the standard error.
203 --help)
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMultiword.cpp33 const char *help,
37 CommandObject (interpreter, name, help, syntax, flags),
126 if (::strcasecmp (sub_command, "help") == 0)
186 // First time through here, generate the help text for the object and
219 output_stream.PutCString ("\nFor more help on any particular subcommand, type 'help <command> <subcommand>'.\n");
345 const char *help,
348 CommandObject (interpreter, name, help, syntax, flags)
29 CommandObjectMultiword( CommandInterpreter &interpreter, const char *name, const char *help, const char *syntax, uint32_t flags ) argument
343 CommandObjectProxy(CommandInterpreter &interpreter, const char *name, const char *help, const char *syntax, uint32_t flags) argument
/freebsd-10-stable/contrib/openpam/
H A Dtest-driver62 --help) print_usage; exit $?;;
/freebsd-10-stable/crypto/heimdal/kuser/
H A Dkcc.c44 { "help", 0, arg_flag, &help_flag, NULL, NULL }
60 help(void *opt, int argc, char **argv) function
/freebsd-10-stable/lib/libc/mips/string/
H A Dbzero.S71 bne a0, a3, 2b # unrolling loop doesnt help

Completed in 296 milliseconds

1234567891011>>