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

1234567891011>>

/freebsd-9.3-release/gnu/lib/libdialog/
H A DMakefile8 dlg_keys.c editbox.c fselect.c formbox.c guage.c help.c \
/freebsd-9.3-release/usr.bin/less/
H A DMakefile5 decode.c edit.c filename.c forwback.c help.c ifile.c input.c \
/freebsd-9.3-release/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-9.3-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-9.3-release/usr.sbin/lpr/lpc/
H A Dextern.h57 void help(int _argc, char *_argv[]);
/freebsd-9.3-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-9.3-release/usr.sbin/sade/
H A Dmisc.c359 static char help[FILENAME_MAX]; local
364 /* Say where our help comes from */
367 use_helpfile(systemHelpFile(helpfile, help));
387 while (layout[n].help != NULL) {
417 int ret, i, len = strlen(layout[*n].help);
419 /* Display the help line at the bottom of the screen */
421 help_line[i] = (i < len) ? layout[*n].help[i] : ' ';
/freebsd-9.3-release/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-9.3-release/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-9.3-release/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-9.3-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-9.3-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();
/freebsd-9.3-release/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";
146 { "help", helphelp, 0, 0, 1, help },
195 { "?", helphelp, 0, 0, 1, help },
H A Dextern.h83 void help (int, char **);
/freebsd-9.3-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-9.3-release/contrib/gcc/
H A Dparams.h59 const char *const help; member in struct:param_info
/freebsd-9.3-release/contrib/groff/contrib/gdiffmk/
H A Dgdiffmk.sh59 --help Print this message on the standard error.
203 --help)
/freebsd-9.3-release/contrib/openpam/
H A Dtest-driver62 --help) print_usage; exit $?;;
/freebsd-9.3-release/lib/libc/mips/string/
H A Dbzero.S71 bne a0, a3, 2b # unrolling loop doesnt help
/freebsd-9.3-release/usr.sbin/flowctl/
H A Dflowctl.c84 static void help(void);
120 help();
149 help();
401 help(void) function
/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A Dusage.c278 * Print a message suggesting how to get help.
285 char help[24]; local
297 help[0] = '-';
298 help[1] = od->optValue;
299 help[2] = NUL;
304 help[0] = help[1] = '-';
305 strncpy(help + 2, od->pz_Name, 20);
309 strncpy(help, od->pz_Name, 20);
316 strcpy(help, "
[all...]
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dmisc.c398 static char help[FILENAME_MAX]; local
403 /* Say where our help comes from */
406 use_helpfile(systemHelpFile(helpfile, help));
426 while (layout[n].help != NULL) {
456 int ret, i, len = strlen(layout[*n].help);
458 /* Display the help line at the bottom of the screen */
460 help_line[i] = (i < len) ? layout[*n].help[i] : ' ';
/freebsd-9.3-release/contrib/opie/
H A Dftpcmd.y155 char *help;
158 VOIDRET help __P((struct tab *, char *));
400 help(cmdtab, (char *) 0);
411 help(sitetab, cp);
413 help(sitetab, (char *) 0);
415 help(cmdtab, (char *) $3);
447 help(sitetab, (char *) 0);
451 help(sitetab, (char *) $5);
1186 VOIDRET help FUNCTION((ctab, s), struct tab *ctab AND char *s)
1242 reply(214, "Syntax: %s%s %s", type, c->name, c->help);
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y64 char *help;
71 static void help (struct tab *, char *);
368 help(cmdtab, (char *) 0);
380 help(sitetab, cp);
382 help(sitetab, (char *) 0);
384 help(cmdtab, $3);
436 help(sitetab, (char *) 0);
441 help(sitetab, $5);
1386 help(struct tab *ctab, char *s)
1447 reply(214, "Syntax: %s%s %s", t, c->name, c->help);
[all...]

Completed in 242 milliseconds

1234567891011>>