Symbol: help
bin/nproc/nproc.c
56
help();
bin/nproc/nproc.c
99
help();
crypto/heimdal/admin/ktutil.c
129
if(c->help && *c->help)
crypto/heimdal/admin/ktutil.c
130
fprintf (stderr, "%s\n", c->help);
crypto/heimdal/appl/ftp/ftp/cmdtab.c
139
{ "help", helphelp, 0, 0, 1, help },
crypto/heimdal/appl/ftp/ftp/cmdtab.c
188
{ "?", helphelp, 0, 0, 1, help },
crypto/heimdal/appl/ftp/ftp/extern.h
83
void help (int, char **);
crypto/heimdal/appl/ftp/ftp/main.c
332
if (c->c_handler != help)
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
2098
help(cmdtab, (char *) 0);
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
2113
help(sitetab, cp);
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
2115
help(sitetab, (char *) 0);
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
2117
help(cmdtab, (yyvsp[(3) - (5)].s));
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
2192
help(sitetab, (char *) 0);
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
2200
help(sitetab, (yyvsp[(5) - (7)].s));
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
263
char *help;
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
270
static void help (struct tab *, char *);
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3482
reply(214, "Syntax: %s%s %s", t, c->name, c->help);
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3485
c->name, c->help);
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
1429
reply(214, "Syntax: %s%s %s", t, c->name, c->help);
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
1432
c->name, c->help);
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
383
help(cmdtab, (char *) 0);
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
395
help(sitetab, cp);
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
397
help(sitetab, (char *) 0);
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
399
help(cmdtab, $3);
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
451
help(sitetab, (char *) 0);
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
456
help(sitetab, $5);
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
64
char *help;
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
71
static void help (struct tab *, char *);
crypto/heimdal/appl/telnet/telnet/commands.c
1053
char *help; /* help string */
crypto/heimdal/appl/telnet/telnet/commands.c
1101
if (mt->help) {
crypto/heimdal/appl/telnet/telnet/commands.c
1102
if (*mt->help)
crypto/heimdal/appl/telnet/telnet/commands.c
1103
printf("%-15s %s\r\n", mt->name, mt->help);
crypto/heimdal/appl/telnet/telnet/commands.c
1361
char *help;
crypto/heimdal/appl/telnet/telnet/commands.c
1386
if (c->help) {
crypto/heimdal/appl/telnet/telnet/commands.c
1387
if (*c->help)
crypto/heimdal/appl/telnet/telnet/commands.c
1388
printf("%-15s %s\r\n", c->name, c->help);
crypto/heimdal/appl/telnet/telnet/commands.c
1434
char *help;
crypto/heimdal/appl/telnet/telnet/commands.c
1464
if (c->help) {
crypto/heimdal/appl/telnet/telnet/commands.c
1465
if (*c->help)
crypto/heimdal/appl/telnet/telnet/commands.c
1466
printf("%-15s %s\r\n", c->name, c->help);
crypto/heimdal/appl/telnet/telnet/commands.c
1744
char *help;
crypto/heimdal/appl/telnet/telnet/commands.c
1770
if (c->help) {
crypto/heimdal/appl/telnet/telnet/commands.c
1771
if (*c->help)
crypto/heimdal/appl/telnet/telnet/commands.c
1772
printf("%-15s %s\r\n", c->name, c->help);
crypto/heimdal/appl/telnet/telnet/commands.c
1822
char *help;
crypto/heimdal/appl/telnet/telnet/commands.c
1865
if (c->help) {
crypto/heimdal/appl/telnet/telnet/commands.c
1866
if (*c->help)
crypto/heimdal/appl/telnet/telnet/commands.c
1867
printf("%-15s %s\r\n", c->name, c->help);
crypto/heimdal/appl/telnet/telnet/commands.c
189
char *help; /* Help information (0 ==> no help) */
crypto/heimdal/appl/telnet/telnet/commands.c
2292
static int help(int argc, char **argv);
crypto/heimdal/appl/telnet/telnet/commands.c
2316
{ "?", helphelp, help, 0 },
crypto/heimdal/appl/telnet/telnet/commands.c
2324
{ "help", 0, help, 0 },
crypto/heimdal/appl/telnet/telnet/commands.c
2440
if (c->help) {
crypto/heimdal/appl/telnet/telnet/commands.c
2442
c->help);
crypto/heimdal/appl/telnet/telnet/commands.c
2455
printf("%s\r\n", c->help);
crypto/heimdal/appl/telnet/telnet/commands.c
420
if (s->help)
crypto/heimdal/appl/telnet/telnet/commands.c
421
printf("%-15s %s\r\n", s->name, s->help);
crypto/heimdal/appl/telnet/telnet/commands.c
50
char *help; /* help string (NULL for no help) */
crypto/heimdal/appl/telnet/telnet/commands.c
573
char *help; /* help message */
crypto/heimdal/appl/telnet/telnet/commands.c
712
if (c->help) {
crypto/heimdal/appl/telnet/telnet/commands.c
713
if (*c->help)
crypto/heimdal/appl/telnet/telnet/commands.c
714
printf("%-15s toggle %s\r\n", c->name, c->help);
crypto/heimdal/appl/telnet/telnet/commands.c
730
if (c->help) {
crypto/heimdal/appl/telnet/telnet/commands.c
731
if (*c->help)
crypto/heimdal/appl/telnet/telnet/commands.c
733
c->help);
crypto/heimdal/appl/telnet/telnet/commands.c
792
char *help; /* help information */
crypto/heimdal/appl/telnet/telnet/commands.c
859
printf("%-15s %s\r\n", ct->name, ct->help);
crypto/heimdal/appl/telnet/telnet/commands.c
931
printf("%-15s %s\r\n", ct->name, ct->help);
crypto/heimdal/kdc/string2key.c
110
if(help)
crypto/heimdal/kdc/string2key.c
45
int help;
crypto/heimdal/kdc/string2key.c
58
{ "help", 0, arg_flag, &help, NULL, NULL }
crypto/heimdal/kuser/kdigest.c
556
help(NULL, argc, argv);
crypto/heimdal/kuser/kdigest.c
568
help(NULL, argc, argv);
crypto/heimdal/lib/gssapi/gsstool.c
250
help(NULL, argc, argv);
crypto/heimdal/lib/kadm5/iprop-log.c
449
if(c->help && *c->help)
crypto/heimdal/lib/kadm5/iprop-log.c
450
fprintf (stderr, "%s\n", c->help);
crypto/heimdal/lib/roken/getarg.c
174
if(args[i].help)
crypto/heimdal/lib/roken/getarg.c
175
printf("%s\n", args[i].help);
crypto/heimdal/lib/roken/getarg.c
304
if (args[i].help) {
crypto/heimdal/lib/roken/getarg.c
324
fprintf (stderr, "%s\n", (*i18n)(args[i].help));
crypto/heimdal/lib/roken/getarg.h
64
const char *help;
crypto/heimdal/lib/sl/sl.c
164
if(c->help && *c->help)
crypto/heimdal/lib/sl/sl.c
165
printf ("%s\n", c->help);
crypto/heimdal/lib/sl/sl.c
374
static char help[] = "--help";
crypto/heimdal/lib/sl/sl.c
377
fake[1] = help;
crypto/heimdal/lib/sl/sl.c
382
if(c->help && *c->help)
crypto/heimdal/lib/sl/sl.c
383
fprintf (stderr, "%s\n", c->help);
crypto/heimdal/lib/sl/sl.h
47
const char *help;
crypto/heimdal/lib/sl/slc-gram.c
2043
struct assignment *help = find(tmp->u.assignment, "help");
crypto/heimdal/lib/sl/slc-gram.c
2059
if(help)
crypto/heimdal/lib/sl/slc-gram.c
2060
fprintf(cfile, "\"%s\", ", help->u.value);
crypto/heimdal/lib/sl/slc-gram.y
534
struct assignment *help = find(tmp->u.assignment, "help");
crypto/heimdal/lib/sl/slc-gram.y
550
if(help)
crypto/heimdal/lib/sl/slc-gram.y
551
fprintf(cfile, "\"%s\", ", help->u.value);
crypto/krb5/src/plugins/kdb/db2/libdb2/test/btree.tests/main.c
105
void help __P((DB *, char **));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/btree.tests/main.c
133
"?", 0, 0, help, "help", NULL,
crypto/krb5/src/plugins/kdb/db2/libdb2/test/btree.tests/main.c
148
"h", 0, 0, help, "help", "print command summary",
crypto/openssh/regress/netcat.c
128
void help(void);
crypto/openssh/regress/netcat.c
200
help();
crypto/openssh/sftp.c
1793
help();
crypto/openssl/apps/include/function.h
32
const OPTIONS *help;
crypto/openssl/apps/lib/opt.c
1145
const char *help;
crypto/openssl/apps/lib/opt.c
1153
help = o->helpstr ? o->helpstr : "(No additional info)";
crypto/openssl/apps/lib/opt.c
1155
opt_printf_stderr(help, prog);
crypto/openssl/apps/lib/opt.c
1159
opt_printf_stderr(help, prog);
crypto/openssl/apps/lib/opt.c
1173
opt_printf_stderr("%s %s\n", start, help);
crypto/openssl/apps/lib/opt.c
1200
opt_printf_stderr("%s %s\n", start, help);
crypto/openssl/apps/list.c
1148
if ((o = fp->help) == NULL)
lib/libc/db/test/btree.tests/main.c
64
void help(DB *, char **);
lib/libc/db/test/btree.tests/main.c
82
"?", 0, 0, help, "help", NULL,
lib/libc/db/test/btree.tests/main.c
91
"h", 0, 0, help, "help", "print command summary",
sbin/ipfw/main.c
311
help();
sbin/ipfw/main.c
369
help();
sbin/ipfw/main.c
453
help();
sbin/pfilctl/pfilctl.c
202
help();
sbin/pfilctl/pfilctl.c
206
help();
sbin/pfilctl/pfilctl.c
212
help();
sbin/pfilctl/pfilctl.c
216
help();
sbin/pfilctl/pfilctl.c
51
static void help(void);
sbin/pfilctl/pfilctl.c
70
help();
stand/common/commands.c
58
COMMAND_SET(help, "help", "detailed help", command_help);
sys/dev/bhnd/nvram/bhnd_nvram_private.h
316
const char *help; /**< human readable help text,
sys/netinet/tcp_stacks/sack_filter.c
890
help:
sys/netinet/tcp_stacks/sack_filter.c
904
goto help;
tools/test/stress2/lib/options.c
46
const char *help;
tools/test/stress2/lib/options.c
51
help = " t <number><s|m|h|d> : time to run test\n"
tools/test/stress2/lib/options.c
59
printf("%s", help);
tools/test/stress2/lib/options.c
86
char help[128];
tools/test/stress2/lib/options.c
88
snprintf(help, sizeof(help), "%s%s", getprogname(), name);
tools/test/stress2/lib/options.c
89
cp = getenv(help);
tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c
245
double help = 0.0;
tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c
267
help = (1.0-orgtable[i][j].votes/emax);
tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c
269
help = (1.0-orgtable[i][j].votes/e2);
tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c
271
help = help*help;
tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c
272
ausreiser[i] += help;
tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c
273
help = (1.0-orgtable[i][j].votes/e);
tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c
274
help = help*help;
tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c
275
normal[i] += help;
usr.bin/diff/diff.c
336
help = true;
usr.bin/diff/diff.c
41
static bool help = false;
usr.bin/diff/diff.c
626
(void)fprintf(help ? stdout : stderr,
usr.bin/diff/diff.c
648
if (help)
usr.bin/mail/cmdtab.c
82
{ "?", help, M|NOLIST, 0, 0 },
usr.bin/mail/cmdtab.c
85
{ "help", help, M|NOLIST, 0, 0 },
usr.bin/mail/extern.h
137
int help(void *);
usr.bin/tftp/main.c
121
const char *help;
usr.bin/tftp/main.c
145
{ "help", help, "print help information" },
usr.bin/tftp/main.c
148
{ "?", help, "print help information" },
usr.bin/tftp/main.c
83
static void help(int, char **);
usr.bin/tftp/main.c
854
printf("%-*s\t%s\n", (int)HELPINDENT, c->name, c->help);
usr.bin/tftp/main.c
870
printf("%s\n", c->help);
usr.bin/tip/tip/cmdtab.c
55
{ '?', NORM, "get this summary", help },
usr.bin/tip/tip/tip.h
325
void help(int);
usr.sbin/bluetooth/bthidcontrol/bthidcontrol.c
116
int e, help;
usr.sbin/bluetooth/bthidcontrol/bthidcontrol.c
118
help = 0;
usr.sbin/bluetooth/bthidcontrol/bthidcontrol.c
133
help = 1;
usr.sbin/bluetooth/bthidcontrol/bthidcontrol.c
146
if (!help)
usr.sbin/bluetooth/hccontrol/hccontrol.c
176
int s, e, help;
usr.sbin/bluetooth/hccontrol/hccontrol.c
178
help = 0;
usr.sbin/bluetooth/hccontrol/hccontrol.c
198
help = 1;
usr.sbin/bluetooth/hccontrol/hccontrol.c
233
if (!help) {
usr.sbin/bluetooth/l2control/l2control.c
104
int s, e, help;
usr.sbin/bluetooth/l2control/l2control.c
106
help = 0;
usr.sbin/bluetooth/l2control/l2control.c
120
help = 1;
usr.sbin/bluetooth/l2control/l2control.c
130
if (!help) {
usr.sbin/bluetooth/sdpcontrol/sdpcontrol.c
110
int e, help;
usr.sbin/bluetooth/sdpcontrol/sdpcontrol.c
112
help = 0;
usr.sbin/bluetooth/sdpcontrol/sdpcontrol.c
126
help = 1;
usr.sbin/bluetooth/sdpcontrol/sdpcontrol.c
136
if (!help) {
usr.sbin/cdcontrol/cdcontrol.c
145
static void help(void);
usr.sbin/cdcontrol/cdcontrol.c
464
help ();
usr.sbin/devctl/devctl.c
116
DEVCTL_COMMAND(top, help, help);
usr.sbin/flowctl/flowctl.c
131
help();
usr.sbin/flowctl/flowctl.c
160
help();
usr.sbin/flowctl/flowctl.c
95
static void help(void);
usr.sbin/lpr/lpc/cmdtab.c
69
{ "help", helphelp, 0, help, 0 },
usr.sbin/lpr/lpc/cmdtab.c
79
{ "?", helphelp, 0, help, 0 },
usr.sbin/lpr/lpc/extern.h
55
void help(int _argc, char *_argv[]);
usr.sbin/memcontrol/memcontrol.c
110
help(NULL);
usr.sbin/memcontrol/memcontrol.c
169
help("list");
usr.sbin/memcontrol/memcontrol.c
209
help("set");
usr.sbin/memcontrol/memcontrol.c
214
help("set");
usr.sbin/memcontrol/memcontrol.c
218
help("set");
usr.sbin/memcontrol/memcontrol.c
224
help("set");
usr.sbin/memcontrol/memcontrol.c
228
help("set");
usr.sbin/memcontrol/memcontrol.c
237
help("flags");
usr.sbin/memcontrol/memcontrol.c
243
help("flags");
usr.sbin/memcontrol/memcontrol.c
270
help("clear");
usr.sbin/memcontrol/memcontrol.c
275
help("clear");
usr.sbin/memcontrol/memcontrol.c
279
help("clear");
usr.sbin/memcontrol/memcontrol.c
285
help("clear");
usr.sbin/memcontrol/memcontrol.c
291
help("clear");
usr.sbin/memcontrol/memcontrol.c
312
help("clear");
usr.sbin/memcontrol/memcontrol.c
319
help(argv[1]);
usr.sbin/memcontrol/memcontrol.c
67
static void help(const char *what);
usr.sbin/ngctl/main.c
610
if (cmd->help == NULL)
usr.sbin/ngctl/main.c
613
for (s = cmd->help; *s != '\0'; s += len) {
usr.sbin/ngctl/ngctl.h
45
const char *help; /* help text */
usr.sbin/pw/pw.c
258
static const char *help[W_NUM][M_NUM] =
usr.sbin/pw/pw.c
404
fprintf(stderr, "%s", help[which][mode]);