Symbol: help
crypto/libressl/apps/nc/netcat.c
133
void help(void) __attribute__((noreturn));
crypto/libressl/apps/nc/netcat.c
227
help();
crypto/openssh/sftp.c
1793
help();
games/boggle/boggle/extern.h
69
int help(void);
games/boggle/boggle/mach.c
257
if (help() < 0)
games/larn/header.h
427
void help(void);
games/larn/main.c
741
help();
games/trek/play.c
61
{ "help", "", help, 0 },
games/trek/trek.h
432
void help(int);
lib/libc/db/test/btree.tests/main.c
65
void help(DB *, char **);
lib/libc/db/test/btree.tests/main.c
83
"?", 0, 0, help, "help", NULL,
lib/libc/db/test/btree.tests/main.c
92
"h", 0, 0, help, "help", "print command summary",
libexec/ftpd/ftpcmd.y
1087
char *help;
libexec/ftpd/ftpcmd.y
1158
static void help(struct tab *, char *);
libexec/ftpd/ftpcmd.y
1597
reply(214, "Syntax: %s%s %s", type, c->name, c->help);
libexec/ftpd/ftpcmd.y
1600
c->name, c->help);
libexec/ftpd/ftpcmd.y
543
help(cmdtab, NULL);
libexec/ftpd/ftpcmd.y
554
help(sitetab, cp);
libexec/ftpd/ftpcmd.y
556
help(sitetab, NULL);
libexec/ftpd/ftpcmd.y
558
help(cmdtab, $3);
libexec/ftpd/ftpcmd.y
591
help(sitetab, NULL);
libexec/ftpd/ftpcmd.y
595
help(sitetab, $5);
sbin/ipfw/ipfw2.c
4002
help();
sbin/ipfw3/ipfw3.c
958
help();
sbin/ipfw3/ipfw3.c
967
help();
sbin/ipfw3/ipfw3.c
999
help();
sbin/ipfw3/ipfw3.h
161
void help(void);
sbin/vinum/v.c
292
FUNKEY(help),
sbin/vinum/vinumparser.c
132
keypair(help),
stand/boot/common/commands.c
60
COMMAND_SET(help, "help", "detailed help", command_help);
sys/dev/raid/vinum/vinumparser.c
139
keypair(help),
sys/platform/vkernel64/platform/init.c
1431
usage_help(_Bool help)
sys/platform/vkernel64/platform/init.c
1438
if (help)
test/stress/stress2/lib/options.c
46
char *help;
test/stress/stress2/lib/options.c
51
help = " t <number><s|m|h|d> : time to run test\n"
test/stress/stress2/lib/options.c
59
printf(help);
test/stress/stress2/lib/options.c
86
char help[128];
test/stress/stress2/lib/options.c
88
snprintf(help, sizeof(help), "%s%s", getprogname(), name);
test/stress/stress2/lib/options.c
89
cp = getenv(help);
test/stress/stress2/tools/fstool.c
120
char help[80];
test/stress/stress2/tools/fstool.c
130
sprintf(help, "rm -rf ./%s", path);
test/stress/stress2/tools/fstool.c
131
system(help);
tools/regression/lib/libc-regex/testregex.c
1288
help(0);
tools/regression/lib/libc-regex/testregex.c
1291
help(p[1] == 'h');
tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c
247
double help = 0.0;
tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c
269
help = (1.0-orgtable[i][j].votes/emax);
tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c
271
help = (1.0-orgtable[i][j].votes/e2);
tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c
273
help = help*help;
tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c
274
ausreiser[i] += help;
tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c
275
help = (1.0-orgtable[i][j].votes/e);
tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c
276
help = help*help;
tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c
277
normal[i] += help;
usr.bin/mail/cmdtab.c
84
{ "?", help, M|NOLIST, 0, 0 },
usr.bin/mail/cmdtab.c
87
{ "help", help, M|NOLIST, 0, 0 },
usr.bin/mail/extern.h
139
int help(void);
usr.bin/telnet/commands.c
1094
const char *help; /* help string */
usr.bin/telnet/commands.c
112
const char *help; /* help string (NULL for no help) */
usr.bin/telnet/commands.c
1140
if (mt->help) {
usr.bin/telnet/commands.c
1141
if (*mt->help)
usr.bin/telnet/commands.c
1142
printf("%-15s %s\n", mt->name, mt->help);
usr.bin/telnet/commands.c
1403
const char *help;
usr.bin/telnet/commands.c
1428
if (c->help) {
usr.bin/telnet/commands.c
1429
if (*c->help)
usr.bin/telnet/commands.c
1430
printf("%-15s %s\n", c->name, c->help);
usr.bin/telnet/commands.c
1476
const char *help;
usr.bin/telnet/commands.c
1522
if (c->help) {
usr.bin/telnet/commands.c
1523
if (*c->help)
usr.bin/telnet/commands.c
1524
printf("%-15s %s\n", c->name, c->help);
usr.bin/telnet/commands.c
1812
const char *help;
usr.bin/telnet/commands.c
1842
if (c->help) {
usr.bin/telnet/commands.c
1843
if (*c->help)
usr.bin/telnet/commands.c
1844
printf("%-15s %s\n", c->name, c->help);
usr.bin/telnet/commands.c
1893
const char *help;
usr.bin/telnet/commands.c
1947
if (c->help) {
usr.bin/telnet/commands.c
1948
if (*c->help)
usr.bin/telnet/commands.c
1949
printf("%-15s %s\n", c->name, c->help);
usr.bin/telnet/commands.c
248
const char *help; /* Help information (0 ==> no help) */
usr.bin/telnet/commands.c
2480
{ "?", helphelp, help, 0 },
usr.bin/telnet/commands.c
2488
{ "help", 0, help, 0 },
usr.bin/telnet/commands.c
2604
if (c->help) {
usr.bin/telnet/commands.c
2606
c->help);
usr.bin/telnet/commands.c
2619
printf("%s\n", c->help);
usr.bin/telnet/commands.c
475
if (s->help)
usr.bin/telnet/commands.c
476
printf("%-15s %s\n", s->name, s->help);
usr.bin/telnet/commands.c
617
const char *help; /* help message */
usr.bin/telnet/commands.c
749
if (c->help) {
usr.bin/telnet/commands.c
750
if (*c->help)
usr.bin/telnet/commands.c
751
printf("%-15s toggle %s\n", c->name, c->help);
usr.bin/telnet/commands.c
767
if (c->help) {
usr.bin/telnet/commands.c
768
if (*c->help)
usr.bin/telnet/commands.c
770
c->help);
usr.bin/telnet/commands.c
831
const char *help; /* help information */
usr.bin/telnet/commands.c
898
printf("%-15s %s\n", ct->name, ct->help);
usr.bin/telnet/commands.c
97
static int help(int, char **);
usr.bin/telnet/commands.c
970
printf("%-15s %s\n", ct->name, ct->help);
usr.bin/tftp/main.c
105
const char *help;
usr.bin/tftp/main.c
136
{ "?", hhelp, help },
usr.bin/tftp/main.c
708
printf("%-*s\t%s\n", (int)HELPINDENT, c->name, c->help);
usr.bin/tftp/main.c
720
printf("%s\n", c->help);
usr.bin/tftp/main.c
79
void help(int, char **);
usr.bin/tip/cmdtab.c
50
{ '?', NORM, "get this summary", help },
usr.bin/tip/tip.h
317
void help(int);
usr.bin/top/commands.c
1008
display_pager("%-7s - %s\n", buf, help);
usr.bin/top/commands.c
85
char *help;
usr.bin/top/commands.c
963
char *help;
usr.bin/top/commands.c
976
if ((help = c->help) == NULL)
usr.bin/unifdef/unifdef.c
226
static void help(void);
usr.bin/unifdef/unifdef.c
302
help();
usr.sbin/cdcontrol/cdcontrol.c
138
static void help(void);
usr.sbin/cdcontrol/cdcontrol.c
146
help(void)
usr.sbin/cdcontrol/cdcontrol.c
451
help ();
usr.sbin/installer/dfuibe_installer/fn_configure.c
453
fn_select_file(const char *title, const char *desc, const char *help, const char *cancel,
usr.sbin/installer/dfuibe_installer/fn_configure.c
468
title, desc, help,
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
57
void help(int _argc, char *_argv[]);
usr.sbin/memcontrol/memcontrol.c
111
help(NULL);
usr.sbin/memcontrol/memcontrol.c
170
help("list");
usr.sbin/memcontrol/memcontrol.c
211
help("set");
usr.sbin/memcontrol/memcontrol.c
216
help("set");
usr.sbin/memcontrol/memcontrol.c
220
help("set");
usr.sbin/memcontrol/memcontrol.c
226
help("set");
usr.sbin/memcontrol/memcontrol.c
230
help("set");
usr.sbin/memcontrol/memcontrol.c
239
help("flags");
usr.sbin/memcontrol/memcontrol.c
245
help("flags");
usr.sbin/memcontrol/memcontrol.c
272
help("clear");
usr.sbin/memcontrol/memcontrol.c
277
help("clear");
usr.sbin/memcontrol/memcontrol.c
281
help("clear");
usr.sbin/memcontrol/memcontrol.c
287
help("clear");
usr.sbin/memcontrol/memcontrol.c
293
help("clear");
usr.sbin/memcontrol/memcontrol.c
314
help("clear");
usr.sbin/memcontrol/memcontrol.c
321
help(argv[1]);
usr.sbin/memcontrol/memcontrol.c
67
static void help(const char *what);
usr.sbin/ngctl/main.c
425
if (cmd->help != NULL) {
usr.sbin/ngctl/main.c
431
for (s = cmd->help; *s != '\0'; s += len) {
usr.sbin/ngctl/ngctl.h
67
const char *help; /* help text */
usr.sbin/pw/pw.c
293
static const char *help[W_NUM][M_NUM] =
usr.sbin/pw/pw.c
427
fprintf(stderr, "%s", help[which][mode]);