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

1234567891011>>

/freebsd-10-stable/contrib/file/
H A Dmissing28 echo 1>&2 "Try '$0 --help' for more information"
45 -h|--h|--he|--hel|--help)
53 -h, --help display this help and exit
74 echo 1>&2 "Try '$0 --help' for more information"
89 case $2 in --version|--help) exit $st;; esac
/freebsd-10-stable/sbin/atm/atmconfig/
H A DMakefile35 FILES= atmconfig.help atmconfig_device.help
/freebsd-10-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dmissing28 echo 1>&2 "Try '$0 --help' for more information"
45 -h|--h|--he|--hel|--help)
53 -h, --help display this help and exit
74 echo 1>&2 "Try '$0 --help' for more information"
89 case $2 in --version|--help) exit $st;; esac
/freebsd-10-stable/sys/boot/powerpc/ps3/
H A DMakefile82 CLEANFILES+= vers.c loader.help
113 loader.help: help.common help.ps3 ${.CURDIR}/../../fdt/help.fdt
/freebsd-10-stable/contrib/libyaml/tests/
H A Dexample-reformatter.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-stable/tools/tools/net80211/wesside/wesside/
H A Daircrack-ptw-lib.c247 double help = 0.0; local
269 help = (1.0-orgtable[i][j].votes/emax);
271 help = (1.0-orgtable[i][j].votes/e2);
273 help = help*help;
274 ausreiser[i] += help;
275 help = (1.0-orgtable[i][j].votes/e);
276 help = help*hel
[all...]
/freebsd-10-stable/contrib/libpcap/
H A Drunlex.sh83 if flex --help | egrep noFUNCTION >/dev/null
96 if flex --help | egrep reentrant >/dev/null
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObjectRegexCommand.h34 const char *help,
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dgetarg.h64 const char *help; member in struct:getargs
/freebsd-10-stable/usr.sbin/bluetooth/l2control/
H A Dl2control.c102 int s, e, help; local
104 help = 0;
105 if (strcasecmp(cmd, "help") == 0) {
113 "'help command'\n");
118 help = 1;
128 if (!help) {
216 "(see l2control help)\n");
/freebsd-10-stable/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-stable/sys/boot/i386/loader/
H A DMakefile67 CLEANFILES= vers.c ${LOADER} ${LOADER}.bin loader.help
100 loader.help: help.common help.i386
/freebsd-10-stable/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-stable/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-stable/contrib/groff/contrib/eqn2graph/
H A Deqn2graph.sh52 --help)
/freebsd-10-stable/contrib/groff/contrib/pic2graph/
H A Dpic2graph.sh57 --help)
/freebsd-10-stable/contrib/libreadline/support/
H A Dmkinstalldirs11 Usage: mkinstalldirs [-h] [--help] [-m mode] dir ..."
16 -h | --help | --h*) # -h for help
/freebsd-10-stable/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-stable/contrib/dialog/
H A Ddialog-config.in105 --help)
126 --help prints this message
130 @SHELL@ $0 --help 1>&2
/freebsd-10-stable/contrib/ncurses/misc/
H A Dncurses-config.in126 --help)
151 --help prints this message
155 @SHELL@ $0 --help 1>&2
/freebsd-10-stable/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c50 char *help; /* help string (NULL for no help) */ member in struct:__anon5024
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-stable/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:__anon1
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...]

Completed in 154 milliseconds

1234567891011>>