Searched refs:help (Results 101 - 125 of 505) sorted by relevance

1234567891011>>

/freebsd-10.2-release/contrib/ofed/librdmacm/config/
H A Dcompile34 echo "$0: No command. Try \`$0 --help' for more information." 1>&2
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
/freebsd-10.2-release/contrib/ntp/sntp/
H A Dcompile34 echo "$0: No command. Try \`$0 --help' for more information." 1>&2
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
/freebsd-10.2-release/contrib/ntp/sntp/libevent/build-aux/
H A Dcompile34 echo "$0: No command. Try \`$0 --help' for more information." 1>&2
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
/freebsd-10.2-release/contrib/ntp/
H A Dcompile34 echo "$0: No command. Try \`$0 --help' for more information." 1>&2
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
/freebsd-10.2-release/crypto/heimdal/
H A Dcompile34 echo "$0: No command. Try \`$0 --help' for more information." 1>&2
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
/freebsd-10.2-release/contrib/sendmail/contrib/
H A Dsmcontrol.pl305 # &help -- get help from the daemon using the control socket
314 sub help subroutine
321 return "The control socket is not configured so the daemon can not be queried for help.";
380 elsif (lc($command) eq "help")
382 $status = &help($control);
/freebsd-10.2-release/contrib/gdb/
H A Dmkinstalldirs18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
28 -h | --help | --h*) # -h for help
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py305 help=_("%s permission locally") % verb)
307 help=_("%s permission for descendents") % verb)
309 help=_("%s permission for user") % verb)
311 help=_("%s permission for group") % verb)
313 help=_("%s permission for everyone") % verb)
315 help=_("%s create time permissions") % verb)
316 parser.add_option("-s", action="store_true", dest="set", help=sstr)
319 help=_("remove permissions recursively"))
H A Dholds.py53 help=_("list holds recursively"))
/freebsd-10.2-release/contrib/groff/
H A Dmkinstalldirs18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
28 -h | --help | --h*) # -h for help
/freebsd-10.2-release/contrib/groff/src/roff/grog/
H A Dgrog.pl17 &help() if $arg eq "--help";
171 sub help { subroutine
/freebsd-10.2-release/contrib/groff/src/roff/nroff/
H A Dnroff.sh77 --help)
/freebsd-10.2-release/contrib/binutils/
H A Dmkinstalldirs18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
28 -h | --help | --h*) # -h for help
/freebsd-10.2-release/crypto/heimdal/tools/
H A Dkrb5-config.in49 --help)
/freebsd-10.2-release/crypto/openssl/apps/
H A DCA.pl66 if ( /^(-\?|-h|-help)$/ ) {
/freebsd-10.2-release/gnu/lib/libdialog/
H A DMakefile9 help.c inputbox.c inputstr.c menubox.c mixedform.c \
/freebsd-10.2-release/usr.bin/mail/
H A DMakefile8 FILES= mail.help mail.tildehelp
/freebsd-10.2-release/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.2-release/usr.sbin/lpr/lpc/
H A Dextern.h57 void help(int _argc, char *_argv[]);
/freebsd-10.2-release/usr.bin/less/
H A DMakefile5 decode.c edit.c filename.c forwback.c help.c ifile.c input.c \
/freebsd-10.2-release/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.2-release/contrib/apr/
H A Dapr-config.in77 --help print this help
233 --help)
/freebsd-10.2-release/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.2-release/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.2-release/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();

Completed in 266 milliseconds

1234567891011>>