distrib/utils/more/command.c
504
help();
distrib/utils/more/extern.h
50
void help __P((void));
distrib/utils/ssh/ssh.c
290
const char *help;
distrib/utils/ssh/ssh.c
373
printf("usage: %s\n", cp->help);
games/boggle/boggle/extern.h
45
int help(void);
games/boggle/boggle/mach.c
239
if (help() < 0)
games/larn/extern.h
109
void help(void);
games/larn/main.c
785
help();
games/trek/play.c
69
{ "help", "", help, 0 },
games/trek/trek.h
430
void help(int);
lib/libcrypt/crypt.c
710
C_block *help, *ptabp;
lib/libcrypt/crypt.c
720
help = &KS[0];
lib/libcrypt/crypt.c
721
STORE(K&~0x03030303L, K0&~0x03030303L, K1, *help);
lib/libcrypt/crypt.c
723
help++;
lib/libcrypt/crypt.c
724
STORE(K,K0,K1,*help);
lib/libcrypt/crypt.c
726
PERM6464(K,K0,K1,(const unsigned char *)help,ptabp);
lib/libcrypt/crypt.c
727
STORE(K&~0x03030303L, K0&~0x03030303L, K1, *help);
lib/libedit/el.c
288
wchar_t *help = va_arg(ap, wchar_t *);
lib/libedit/el.c
291
rv = map_addfunc(el, name, help, func);
lib/libedit/keymacro.c
597
for (fp = el->el_map.help; fp->name; fp++)
lib/libedit/map.c
1179
ep = &el->el_map.help[el->el_map.nfunc];
lib/libedit/map.c
1180
for (bp = el->el_map.help; bp < ep; bp++)
lib/libedit/map.c
1214
ep = &el->el_map.help[el->el_map.nfunc];
lib/libedit/map.c
1215
for (bp = el->el_map.help; bp < ep; bp++) {
lib/libedit/map.c
1340
ep = &el->el_map.help[el->el_map.nfunc];
lib/libedit/map.c
1341
for (bp = el->el_map.help; bp < ep; bp++)
lib/libedit/map.c
1439
map_addfunc(EditLine *el, const wchar_t *name, const wchar_t *help,
lib/libedit/map.c
1445
if (name == NULL || help == NULL || func == NULL)
lib/libedit/map.c
1452
if ((p = el_realloc(el->el_map.help, nf * sizeof(*el->el_map.help)))
lib/libedit/map.c
1455
el->el_map.help = p;
lib/libedit/map.c
1460
el->el_map.help[nf].name = wcsdup(name);
lib/libedit/map.c
1461
el->el_map.help[nf].func = (int)nf;
lib/libedit/map.c
1462
el->el_map.help[nf].description = wcsdup(help);
lib/libedit/map.c
925
el->el_map.help = el_calloc(EL_NUM_FCNS, sizeof(*el->el_map.help));
lib/libedit/map.c
926
if (el->el_map.help == NULL)
lib/libedit/map.c
928
(void) memcpy(el->el_map.help, el_func_help,
lib/libedit/map.c
929
sizeof(*el->el_map.help) * EL_NUM_FCNS);
lib/libedit/map.c
966
el_free((void *)(intptr_t)el->el_map.help[nf].name);
lib/libedit/map.c
967
el_free((void *)(intptr_t)el->el_map.help[nf].description);
lib/libedit/map.c
969
el_free(el->el_map.help);
lib/libedit/map.c
970
el->el_map.help = NULL;
lib/libedit/map.h
59
el_bindings_t *help; /* The help for the editor functions */
lib/libedit/parse.c
282
el_bindings_t *b = el->el_map.help;
libexec/ftpd/extern.h
230
const char *help;
libexec/ftpd/ftpcmd.y
118
static void help(struct tab *, const char *);
libexec/ftpd/ftpcmd.y
1812
reply(214, "Syntax: %s%s %s", htype, c->name, c->help);
libexec/ftpd/ftpcmd.y
1815
c->name, c->help);
libexec/ftpd/ftpcmd.y
543
help(sitetab, NULL);
libexec/ftpd/ftpcmd.y
563
help(sitetab, $5);
libexec/ftpd/ftpcmd.y
715
help(cmdtab, NULL);
libexec/ftpd/ftpcmd.y
727
help(sitetab, cp);
libexec/ftpd/ftpcmd.y
729
help(sitetab, NULL);
libexec/ftpd/ftpcmd.y
731
help(cmdtab, $3);
libexec/httpd/bozohttpd.c
2189
static const char *help = "DANGER! WILL ROBINSON! DANGER!";
libexec/httpd/bozohttpd.c
2199
return (help);
libexec/httpd/bozohttpd.c
2210
return (help);
sbin/disklabel/interact.c
106
printf("%s\t%s\n", cmd->name, cmd->help);
sbin/disklabel/interact.c
83
const char *help;
sbin/efi/main.c
161
const char *help;
sbin/efi/main.c
168
#define _X(n,a,o,m) { .name = n a, .opt = o, .help = m, },
sbin/efi/main.c
192
printf("%*s %s\n", 32 - n, "", tbl[i].help);
sbin/gpt/gpt.c
844
const char **a = cmd->help;
sbin/gpt/gpt.h
71
const char **help;
sys/arch/arm/imx/imxuart.c
2355
bus_space_handle_t help;
sys/arch/arm/imx/imxuart.c
2359
help = imxuconsregs.ur_ioh;
sys/arch/arm/imx/imxuart.c
2363
help = imxu_kgdb_regs.ur_ioh;
sys/arch/arm/imx/imxuart.c
2369
*ioh = help;
sys/arch/arm/s3c2xx0/sscom.c
2060
bus_space_handle_t help;
sys/arch/arm/s3c2xx0/sscom.c
2064
help = sscomconsioh;
sys/arch/arm/s3c2xx0/sscom.c
2068
help = sscom_kgdb_ioh;
sys/arch/arm/s3c2xx0/sscom.c
2074
*ioh = help;
sys/arch/arm/sa11x0/sa11x0_com.c
1560
bus_space_handle_t help;
sys/arch/arm/sa11x0/sa11x0_com.c
1564
help = sacomconsioh;
sys/arch/arm/sa11x0/sa11x0_com.c
1569
*ioh = help;
sys/arch/arm/xilinx/zynq_uart.c
2086
bus_space_handle_t help;
sys/arch/arm/xilinx/zynq_uart.c
2090
help = zynquartconsregs.ur_ioh;
sys/arch/arm/xilinx/zynq_uart.c
2094
help = zynquart_kgdb_regs.ur_ioh;
sys/arch/arm/xilinx/zynq_uart.c
2100
*ioh = help;
sys/arch/atari/stand/tostools/chg_pid/chg_pid.c
142
help();
sys/arch/atari/stand/tostools/chg_pid/chg_pid.c
85
void help PROTO((void));
sys/arch/atari/stand/tostools/loadbsd/loadbsd.c
136
help();
sys/arch/atari/stand/tostools/loadbsd/loadbsd.c
60
void help PROTO((void));
sys/arch/atari/stand/tostools/rawwrite/rawwrite.c
41
static void help PROTO((void));
sys/arch/atari/stand/tostools/rawwrite/rawwrite.c
95
help();
sys/arch/bebox/bebox/machdep.c
188
struct btinfo_common *help = (struct btinfo_common *)bootinfo;
sys/arch/bebox/bebox/machdep.c
191
bt = help;
sys/arch/bebox/bebox/machdep.c
193
return (help);
sys/arch/bebox/bebox/machdep.c
194
help = (struct btinfo_common *)((char*)help + bt->next);
sys/arch/bebox/bebox/machdep.c
196
(size_t)help < (size_t)bootinfo + sizeof (bootinfo));
sys/arch/cobalt/cobalt/machdep.c
475
char *help = bootinfo;
sys/arch/cobalt/cobalt/machdep.c
478
if (help == NULL) {
sys/arch/cobalt/cobalt/machdep.c
484
bt = (struct btinfo_common *)help;
sys/arch/cobalt/cobalt/machdep.c
487
return (void *)help;
sys/arch/cobalt/cobalt/machdep.c
488
help += bt->next;
sys/arch/cobalt/cobalt/machdep.c
490
(uintptr_t)help < (uintptr_t)bootinfo + BOOTINFO_SIZE);
sys/arch/emips/emips/machdep.c
482
char *help = bootinfo;
sys/arch/emips/emips/machdep.c
485
if (help == NULL)
sys/arch/emips/emips/machdep.c
489
bt = (struct btinfo_common *)help;
sys/arch/emips/emips/machdep.c
491
return ((void *)help);
sys/arch/emips/emips/machdep.c
492
help += bt->next;
sys/arch/emips/emips/machdep.c
494
(size_t)help < (size_t)bootinfo + BOOTINFO_SIZE);
sys/arch/evbarm/dev/plcom.c
2663
bus_space_handle_t help;
sys/arch/evbarm/dev/plcom.c
2668
help = plcomcons_info.pi_ioh;
sys/arch/evbarm/dev/plcom.c
2673
help = plcomkgdb_info.pi_ioh;
sys/arch/evbarm/dev/plcom.c
2679
*ioh = help;
sys/arch/evbarm/mini2440/mini2440_machdep.c
1053
struct btinfo_common *help = (struct btinfo_common *)bootinfo;
sys/arch/evbarm/mini2440/mini2440_machdep.c
1055
if (help->next == 0)
sys/arch/evbarm/mini2440/mini2440_machdep.c
1058
bt = help;
sys/arch/evbarm/mini2440/mini2440_machdep.c
1060
return (help);
sys/arch/evbarm/mini2440/mini2440_machdep.c
1061
help = (struct btinfo_common *)((char*)help + bt->next);
sys/arch/evbarm/mini2440/mini2440_machdep.c
1063
(size_t)help < (size_t)bootinfo + BOOTINFO_MAXSIZE);
sys/arch/hp300/hp300/machdep.c
498
char *help = (char *)bootinfo_va;
sys/arch/hp300/hp300/machdep.c
501
if (help == NULL)
sys/arch/hp300/hp300/machdep.c
505
bt = (struct btinfo_common *)help;
sys/arch/hp300/hp300/machdep.c
507
return help;
sys/arch/hp300/hp300/machdep.c
508
help += bt->next;
sys/arch/hp300/hp300/machdep.c
510
(size_t)help < (size_t)bootinfo_va + BOOTINFO_SIZE);
sys/arch/i386/pnpbios/pnpbios.c
523
short *help = (short *)(pnpbios_scratchbuf + PNPBIOS_BUFSIZE);
sys/arch/i386/pnpbios/pnpbios.c
525
*--help = GSEL(GPNPBIOSDATA_SEL, SEL_KPL);
sys/arch/i386/pnpbios/pnpbios.c
526
*--help = GSEL(GPNPBIOSSCRATCH_SEL, SEL_KPL);
sys/arch/i386/pnpbios/pnpbios.c
527
*--help = 2; /* buffer offset for node size */
sys/arch/i386/pnpbios/pnpbios.c
528
*--help = GSEL(GPNPBIOSSCRATCH_SEL, SEL_KPL);
sys/arch/i386/pnpbios/pnpbios.c
529
*--help = 0; /* buffer offset for numnodes */
sys/arch/i386/pnpbios/pnpbios.c
530
*--help = PNP_FC_GET_NUM_NODES;
sys/arch/i386/pnpbios/pnpbios.c
532
res = pnpbioscall(((char *)help) - pnpbios_scratchbuf);
sys/arch/i386/pnpbios/pnpbios.c
545
short *help = (short *)(pnpbios_scratchbuf + PNPBIOS_BUFSIZE);
sys/arch/i386/pnpbios/pnpbios.c
547
*--help = GSEL(GPNPBIOSDATA_SEL, SEL_KPL);
sys/arch/i386/pnpbios/pnpbios.c
548
*--help = flags;
sys/arch/i386/pnpbios/pnpbios.c
549
*--help = GSEL(GPNPBIOSSCRATCH_SEL, SEL_KPL);
sys/arch/i386/pnpbios/pnpbios.c
550
*--help = 2; /* buffer offset for node data */
sys/arch/i386/pnpbios/pnpbios.c
551
*--help = GSEL(GPNPBIOSSCRATCH_SEL, SEL_KPL);
sys/arch/i386/pnpbios/pnpbios.c
552
*--help = 0; /* buffer offset for index in/out */
sys/arch/i386/pnpbios/pnpbios.c
553
*--help = PNP_FC_GET_DEVICE_NODE;
sys/arch/i386/pnpbios/pnpbios.c
557
res = pnpbioscall(((char *)help) - pnpbios_scratchbuf);
sys/arch/i386/pnpbios/pnpbios.c
573
short *help = (short *)(pnpbios_scratchbuf + PNPBIOS_BUFSIZE);
sys/arch/i386/pnpbios/pnpbios.c
575
*--help = GSEL(GPNPBIOSDATA_SEL, SEL_KPL);
sys/arch/i386/pnpbios/pnpbios.c
576
*--help = flags;
sys/arch/i386/pnpbios/pnpbios.c
577
*--help = GSEL(GPNPBIOSSCRATCH_SEL, SEL_KPL);
sys/arch/i386/pnpbios/pnpbios.c
578
*--help = 0; /* buffer offset for node data */
sys/arch/i386/pnpbios/pnpbios.c
579
*--help = idx;
sys/arch/i386/pnpbios/pnpbios.c
580
*--help = PNP_FC_SET_DEVICE_NODE;
sys/arch/i386/pnpbios/pnpbios.c
584
return (pnpbioscall(((void *)help) - pnpbios_scratchbuf));
sys/arch/i386/pnpbios/pnpbios.c
593
short *help = (short *)(pnpbios_scratchbuf + PNPBIOS_BUFSIZE);
sys/arch/i386/pnpbios/pnpbios.c
595
*--help = GSEL(GPNPBIOSDATA_SEL, SEL_KPL);
sys/arch/i386/pnpbios/pnpbios.c
596
*--help = GSEL(GPNPBIOSSCRATCH_SEL, SEL_KPL);
sys/arch/i386/pnpbios/pnpbios.c
597
*--help = 0; /* buffer offset for message data */
sys/arch/i386/pnpbios/pnpbios.c
598
*--help = PNP_FC_GET_EVENT;
sys/arch/i386/pnpbios/pnpbios.c
600
res = pnpbioscall(((void *)help) - pnpbios_scratchbuf);
sys/arch/i386/pnpbios/pnpbios.c
608
short *help = (short *)(pnpbios_scratchbuf + PNPBIOS_BUFSIZE);
sys/arch/i386/pnpbios/pnpbios.c
610
*--help = GSEL(GPNPBIOSDATA_SEL, SEL_KPL);
sys/arch/i386/pnpbios/pnpbios.c
611
*--help = msg;
sys/arch/i386/pnpbios/pnpbios.c
612
*--help = PNP_FC_SEND_MESSAGE;
sys/arch/i386/pnpbios/pnpbios.c
614
return (pnpbioscall(((void *)help) - pnpbios_scratchbuf));
sys/arch/i386/pnpbios/pnpbios.c
621
short *help = (short *)(pnpbios_scratchbuf + PNPBIOS_BUFSIZE);
sys/arch/i386/pnpbios/pnpbios.c
623
*--help = GSEL(GPNPBIOSDATA_SEL, SEL_KPL);
sys/arch/i386/pnpbios/pnpbios.c
624
*--help = GSEL(GPNPBIOSSCRATCH_SEL, SEL_KPL);
sys/arch/i386/pnpbios/pnpbios.c
625
*--help = 0; /* buffer offset for dock info */
sys/arch/i386/pnpbios/pnpbios.c
626
*--help = PNP_FC_GET_DOCK_INFO;
sys/arch/i386/pnpbios/pnpbios.c
628
res = pnpbioscall(((void *)help) - pnpbios_scratchbuf);
sys/arch/i386/pnpbios/pnpbios.c
641
short *help = (short *)(pnpbios_scratchbuf + PNPBIOS_BUFSIZE);
sys/arch/i386/pnpbios/pnpbios.c
645
*--help = GSEL(GPNPBIOSDATA_SEL, SEL_KPL);
sys/arch/i386/pnpbios/pnpbios.c
646
*--help = GSEL(GPNPBIOSSCRATCH_SEL, SEL_KPL);
sys/arch/i386/pnpbios/pnpbios.c
647
*--help = 2; /* buffer offset for table */
sys/arch/i386/pnpbios/pnpbios.c
648
*--help = GSEL(GPNPBIOSSCRATCH_SEL, SEL_KPL);
sys/arch/i386/pnpbios/pnpbios.c
649
*--help = 0; /* buffer offset for length */
sys/arch/i386/pnpbios/pnpbios.c
650
*--help = PNP_FC_GET_APM_TABLE;
sys/arch/i386/pnpbios/pnpbios.c
653
stacklen = (void *)help - pnpbios_scratchbuf;
sys/arch/i386/pnpbios/pnpbios.c
658
res = pnpbioscall(((void *)help) - pnpbios_scratchbuf);
sys/arch/i386/stand/dosboot/main.c
141
help = col + 1;
sys/arch/i386/stand/dosboot/main.c
143
help = fname;
sys/arch/i386/stand/dosboot/main.c
145
if (*help)
sys/arch/i386/stand/dosboot/main.c
146
*file = help;
sys/arch/i386/stand/dosboot/main.c
289
char *help = default_filename;
sys/arch/i386/stand/dosboot/main.c
292
default_filename = help;
sys/arch/i386/stand/dosboot/main.c
88
const char *col, *help;
sys/arch/i386/stand/lib/getextmemx.c
64
int help = buf[0];
sys/arch/i386/stand/lib/getextmemx.c
65
if (help == 15 * 1024)
sys/arch/i386/stand/lib/getextmemx.c
66
help += buf[1] * 64;
sys/arch/i386/stand/lib/getextmemx.c
67
if (extmem < help)
sys/arch/i386/stand/lib/getextmemx.c
68
extmem = help;
sys/arch/i386/stand/lib/getextmemx.c
88
int help = bufps2.dta[0];
sys/arch/i386/stand/lib/getextmemx.c
89
if (help == 15 * 1024)
sys/arch/i386/stand/lib/getextmemx.c
90
help += bufps2.dta[1];
sys/arch/i386/stand/lib/getextmemx.c
91
if (extmem < help)
sys/arch/i386/stand/lib/getextmemx.c
92
extmem = help;
sys/arch/landisk/landisk/machdep.c
262
struct btinfo_common *help;
sys/arch/landisk/landisk/machdep.c
265
help = (struct btinfo_common *)(bootinfo->info);
sys/arch/landisk/landisk/machdep.c
267
if (help->type == type)
sys/arch/landisk/landisk/machdep.c
268
return (help);
sys/arch/landisk/landisk/machdep.c
269
help = (struct btinfo_common *)((char *)help + help->len);
sys/arch/landisk/stand/boot/boot2.c
284
struct btinfo_common *help;
sys/arch/landisk/stand/boot/boot2.c
292
help = (struct btinfo_common *)(bootinfo->entry[i]);
sys/arch/landisk/stand/boot/boot2.c
293
memcpy(p, help, help->len);
sys/arch/landisk/stand/boot/boot2.c
294
p += help->len;
sys/arch/macppc/stand/fixcoff/fixcoff.c
135
help(getprogname());
sys/arch/macppc/stand/ofwboot/alloc.c
128
char *help;
sys/arch/macppc/stand/ofwboot/alloc.c
176
help = OF_claim(NULL, (unsigned)size, NBPG);
sys/arch/macppc/stand/ofwboot/alloc.c
177
if (help == (char *)-1)
sys/arch/macppc/stand/ofwboot/alloc.c
180
f = (struct ml *)help;
sys/arch/macppc/stand/ofwboot/alloc.c
184
(u_long)(help + OVERHEAD), f->size);
sys/arch/macppc/stand/ofwboot/alloc.c
197
help = (char *)f;
sys/arch/macppc/stand/ofwboot/alloc.c
199
printf("=%lx (origsize %u)\n", (u_long)(help + OVERHEAD), f->size);
sys/arch/macppc/stand/ofwboot/alloc.c
204
return (help + OVERHEAD);
sys/arch/mipsco/mipsco/machdep.c
320
char *help = bootinfo;
sys/arch/mipsco/mipsco/machdep.c
323
if (help == NULL)
sys/arch/mipsco/mipsco/machdep.c
327
bt = (struct btinfo_common *)help;
sys/arch/mipsco/mipsco/machdep.c
329
return ((void *)help);
sys/arch/mipsco/mipsco/machdep.c
330
help += bt->next;
sys/arch/mipsco/mipsco/machdep.c
332
(size_t)help < (size_t)bootinfo + BOOTINFO_SIZE);
sys/arch/mmeye/mmeye/machdep.c
812
char *help = bootinfo;
sys/arch/mmeye/mmeye/machdep.c
814
if (((struct btinfo_common *)help)->next == 0)
sys/arch/mmeye/mmeye/machdep.c
817
bt = (struct btinfo_common *)help;
sys/arch/mmeye/mmeye/machdep.c
820
return (void *)help;
sys/arch/mmeye/mmeye/machdep.c
821
help += bt->next;
sys/arch/mmeye/mmeye/machdep.c
823
(size_t)help < (size_t)bootinfo + BOOTINFO_SIZE);
sys/arch/newsmips/newsmips/machdep.c
411
char *help = bootinfo;
sys/arch/newsmips/newsmips/machdep.c
414
if (help == NULL)
sys/arch/newsmips/newsmips/machdep.c
418
bt = (struct btinfo_common *)help;
sys/arch/newsmips/newsmips/machdep.c
420
return (void *)help;
sys/arch/newsmips/newsmips/machdep.c
421
help += bt->next;
sys/arch/newsmips/newsmips/machdep.c
423
(size_t)help < (size_t)bootinfo + BOOTINFO_SIZE);
sys/arch/pmax/pmax/machdep.c
396
char *help = bootinfo;
sys/arch/pmax/pmax/machdep.c
399
if (help == NULL)
sys/arch/pmax/pmax/machdep.c
403
bt = (struct btinfo_common *)help;
sys/arch/pmax/pmax/machdep.c
405
return ((void *)help);
sys/arch/pmax/pmax/machdep.c
406
help += bt->next;
sys/arch/pmax/pmax/machdep.c
408
(size_t)help < (size_t)bootinfo + BOOTINFO_SIZE);
sys/arch/prep/prep/machdep.c
222
struct btinfo_common *help = (struct btinfo_common *)bootinfo;
sys/arch/prep/prep/machdep.c
225
bt = help;
sys/arch/prep/prep/machdep.c
227
return (help);
sys/arch/prep/prep/machdep.c
228
help = (struct btinfo_common *)((char*)help + bt->next);
sys/arch/prep/prep/machdep.c
230
(size_t)help < (size_t)bootinfo + sizeof (bootinfo));
sys/arch/rs6000/rs6000/machdep.c
447
struct btinfo_common *help = (struct btinfo_common *)bootinfo;
sys/arch/rs6000/rs6000/machdep.c
450
bt = help;
sys/arch/rs6000/rs6000/machdep.c
452
return (help);
sys/arch/rs6000/rs6000/machdep.c
453
help = (struct btinfo_common *)((char*)help + bt->next);
sys/arch/rs6000/rs6000/machdep.c
455
(size_t)help < (size_t)bootinfo + sizeof (bootinfo));
sys/arch/sandpoint/sandpoint/machdep.c
297
struct btinfo_common *help = (struct btinfo_common *)bootinfo;
sys/arch/sandpoint/sandpoint/machdep.c
299
if (help->next == 0)
sys/arch/sandpoint/sandpoint/machdep.c
302
bt = help;
sys/arch/sandpoint/sandpoint/machdep.c
304
return (help);
sys/arch/sandpoint/sandpoint/machdep.c
305
help = (struct btinfo_common *)((char*)help + bt->next);
sys/arch/sandpoint/sandpoint/machdep.c
307
(size_t)help < (size_t)bootinfo + BOOTINFO_MAXSIZE);
sys/arch/shark/stand/ofwboot/alloc.c
129
char *help;
sys/arch/shark/stand/ofwboot/alloc.c
177
help = OF_claim(NULL, (unsigned)size, NBPG);
sys/arch/shark/stand/ofwboot/alloc.c
178
if (help == (char *)-1)
sys/arch/shark/stand/ofwboot/alloc.c
181
f = (struct ml *)help;
sys/arch/shark/stand/ofwboot/alloc.c
185
(u_long)(help + OVERHEAD), f->size);
sys/arch/shark/stand/ofwboot/alloc.c
198
help = (char *)f;
sys/arch/shark/stand/ofwboot/alloc.c
200
printf("=%lx (origsize %u)\n", (u_long)(help + OVERHEAD), f->size);
sys/arch/shark/stand/ofwboot/alloc.c
205
return (help + OVERHEAD);
sys/arch/sparc/sparc/autoconf.c
1930
char *help = bootinfo;
sys/arch/sparc/sparc/autoconf.c
1933
if (help == NULL)
sys/arch/sparc/sparc/autoconf.c
1937
bt = (struct btinfo_common *)help;
sys/arch/sparc/sparc/autoconf.c
1939
return ((void *)help);
sys/arch/sparc/sparc/autoconf.c
1940
help += bt->next;
sys/arch/sparc/sparc/autoconf.c
1942
(size_t)help < (size_t)bootinfo + BOOTINFO_SIZE);
sys/arch/sparc/stand/ofwboot/alloc.c
129
char *help;
sys/arch/sparc/stand/ofwboot/alloc.c
177
help = OF_claim(NULL, (unsigned)size, NBPG);
sys/arch/sparc/stand/ofwboot/alloc.c
178
if (help == (char *)-1)
sys/arch/sparc/stand/ofwboot/alloc.c
181
f = (struct ml *)help;
sys/arch/sparc/stand/ofwboot/alloc.c
185
(u_long)(help + OVERHEAD), f->size);
sys/arch/sparc/stand/ofwboot/alloc.c
198
help = (char *)f;
sys/arch/sparc/stand/ofwboot/alloc.c
200
printf("=%lx (origsize %u)\n", (u_long)(help + OVERHEAD), f->size);
sys/arch/sparc/stand/ofwboot/alloc.c
205
return (help + OVERHEAD);
sys/arch/sparc/stand/ofwboot/boot.c
477
help();
sys/arch/sparc64/sparc64/autoconf.c
244
char *help = bootinfo;
sys/arch/sparc64/sparc64/autoconf.c
247
if (help == NULL)
sys/arch/sparc64/sparc64/autoconf.c
251
bt = (struct btinfo_common *)help;
sys/arch/sparc64/sparc64/autoconf.c
253
return ((void *)help);
sys/arch/sparc64/sparc64/autoconf.c
254
help += bt->next;
sys/arch/sparc64/sparc64/autoconf.c
256
(size_t)help < (size_t)bootinfo + BOOTINFO_SIZE);
sys/arch/x68k/stand/boot/boot.c
254
help();
sys/arch/x68k/stand/boot/boot.c
273
help();
sys/arch/x68k/stand/boot/boot.c
345
help();
sys/arch/x68k/stand/boot/boot.c
64
static void help(void);
sys/arch/zaurus/stand/zboot/loadfile_zboot.c
105
struct btinfo_common *help;
sys/arch/zaurus/stand/zboot/loadfile_zboot.c
118
help = (struct btinfo_common *)(bootinfo->entry[i]);
sys/arch/zaurus/stand/zboot/loadfile_zboot.c
119
if ((p - bibuf) + help->len > BOOTINFO_MAXSIZE)
sys/arch/zaurus/stand/zboot/loadfile_zboot.c
122
memcpy(p, help, help->len);
sys/arch/zaurus/stand/zboot/loadfile_zboot.c
123
p += help->len;
sys/arch/zaurus/zaurus/machdep.c
1156
struct btinfo_common *help;
sys/arch/zaurus/zaurus/machdep.c
1163
help = (struct btinfo_common *)(bootinfo->info);
sys/arch/zaurus/zaurus/machdep.c
1165
if (help->type == type)
sys/arch/zaurus/zaurus/machdep.c
1166
return (help);
sys/arch/zaurus/zaurus/machdep.c
1167
help = (struct btinfo_common *)((char *)help + help->len);
sys/dev/ic/com.c
3003
bus_space_handle_t help;
sys/dev/ic/com.c
3008
help = comcons_info.regs.cr_ioh;
sys/dev/ic/com.c
3013
help = comkgdbregs.cr_ioh;
sys/dev/ic/com.c
3019
*ioh = help;
sys/dev/ic/elinkxl.c
1000
help = bus_space_read_2(sc->sc_iot, sc->sc_ioh,
sys/dev/ic/elinkxl.c
1002
if (help & LINKBEAT_DETECT)
sys/dev/ic/elinkxl.c
988
uint16_t help;
sys/dev/vme/if_ie_vme.c
314
size_t help;
sys/dev/vme/if_ie_vme.c
328
help = size / 2;
sys/dev/vme/if_ie_vme.c
329
bus_space_read_region_2(sc->bt, sc->bh, offset, p, help);
sys/dev/vme/if_ie_vme.c
330
if (2 * help == size)
sys/dev/vme/if_ie_vme.c
333
offset += 2 * help;
sys/dev/vme/if_ie_vme.c
334
p = (uint16_t *)p + help;
sys/dev/vme/if_ie_vme.c
344
size_t help;
sys/dev/vme/if_ie_vme.c
358
help = size / 2;
sys/dev/vme/if_ie_vme.c
359
bus_space_write_region_2(sc->bt, sc->bh, offset, p, help);
sys/dev/vme/if_ie_vme.c
360
if (2 * help == size)
sys/dev/vme/if_ie_vme.c
363
offset += 2 * help;
sys/dev/vme/if_ie_vme.c
364
p = (const uint16_t *)p + help;
sys/dev/vme/vme.c
326
vmem_addr_t help;
sys/dev/vme/vme.c
340
&help);
sys/dev/vme/vme.c
342
*addr = help;
sys/dev/wscons/wscons_rops.c
114
u_char help;
sys/dev/wscons/wscons_rops.c
122
help = uc & 0xff;
sys/dev/wscons/wscons_rops.c
123
raster_textn(rc->rc_sp, x, y, op, rc->rc_font, &help, 1);
sys/dev/wscons/wsemul_vt100_subr.c
103
help);
sys/dev/wscons/wsemul_vt100_subr.c
191
int n, m, help, flags, fgcol, bgcol;
sys/dev/wscons/wsemul_vt100_subr.c
393
help = NCOLS(vd) - (vd->ccol + n);
sys/dev/wscons/wsemul_vt100_subr.c
394
if (help > 0)
sys/dev/wscons/wsemul_vt100_subr.c
395
COPYCOLS(vd, vd->ccol, vd->ccol + n, help);
sys/dev/wscons/wsemul_vt100_subr.c
403
help = vd->crow - m; /* rows above */
sys/dev/wscons/wsemul_vt100_subr.c
404
vd->crow -= uimin(DEF1_ARG(vd, 0), help);
sys/dev/wscons/wsemul_vt100_subr.c
412
help = m - vd->crow; /* rows below */
sys/dev/wscons/wsemul_vt100_subr.c
413
vd->crow += uimin(DEF1_ARG(vd, 0), help);
sys/dev/wscons/wsemul_vt100_subr.c
461
help = NCOLS(vd) - (vd->ccol + n);
sys/dev/wscons/wsemul_vt100_subr.c
462
if (help > 0)
sys/dev/wscons/wsemul_vt100_subr.c
463
COPYCOLS(vd, vd->ccol + n, vd->ccol, help);
sys/dev/wscons/wsemul_vt100_subr.c
59
int help;
sys/dev/wscons/wsemul_vt100_subr.c
64
help = vd->scrreg_nrows - n;
sys/dev/wscons/wsemul_vt100_subr.c
65
if (help > 0) {
sys/dev/wscons/wsemul_vt100_subr.c
69
help);
sys/dev/wscons/wsemul_vt100_subr.c
697
help = uimin(DEF1_ARG(vd, 0), vd->nrows) - 1;
sys/dev/wscons/wsemul_vt100_subr.c
698
n = uimin(DEFx_ARG(vd, 1, vd->nrows), vd->nrows) - help;
sys/dev/wscons/wsemul_vt100_subr.c
703
vd->scrreg_startrow = help;
sys/dev/wscons/wsemul_vt100_subr.c
73
help);
sys/dev/wscons/wsemul_vt100_subr.c
76
vd->scrreg_startrow + help, n,
sys/dev/wscons/wsemul_vt100_subr.c
79
memset(&vd->dblwid[vd->scrreg_startrow + help], 0, n);
sys/dev/wscons/wsemul_vt100_subr.c
802
int help;
sys/dev/wscons/wsemul_vt100_subr.c
803
help = bgcol;
sys/dev/wscons/wsemul_vt100_subr.c
805
fgcol = help;
sys/dev/wscons/wsemul_vt100_subr.c
89
int help;
sys/dev/wscons/wsemul_vt100_subr.c
94
help = vd->scrreg_nrows - n;
sys/dev/wscons/wsemul_vt100_subr.c
95
if (help > 0) {
sys/dev/wscons/wsemul_vt100_subr.c
99
help);
sys/lib/libsa/alloc.c
168
char *help;
sys/lib/libsa/alloc.c
194
help = top;
sys/lib/libsa/alloc.c
202
panic("heap full (%p+%zu)", help, size);
sys/lib/libsa/alloc.c
204
*(unsigned int *)(void *)help = (unsigned int)ALIGN(size);
sys/lib/libsa/alloc.c
205
return help + ALIGN(sizeof(unsigned int));
sys/lib/libsa/alloc.c
213
help = (char *)(void *)*f;
sys/lib/libsa/alloc.c
215
return help + ALIGN(sizeof(unsigned int));
tests/net/if/ifconf.c
119
help();
tests/net/if/ifconf.c
129
help();
tests/net/if/ifconf.c
131
help();
usr.bin/cdplay/cdplay.c
166
static void help(void);
usr.bin/cdplay/cdplay.c
632
help();
usr.bin/ftp/cmdtab.c
222
{ "help", H(helphelp), 0, 0, 1, CMPL(C) help },
usr.bin/ftp/cmdtab.c
290
{ "usage", H(usagehelp), 0, 0, 1, CMPL(C) help },
usr.bin/ftp/cmdtab.c
294
{ "?", H(helphelp), 0, 0, 1, CMPL(C) help },
usr.bin/ftp/extern.h
141
void help(int, char **);
usr.bin/ftp/main.c
761
if (c->c_handler != help)
usr.bin/m4/main.c
173
static void help(void);
usr.bin/m4/main.c
302
help();
usr.bin/mail/cmdtab.c
113
{ "?", help, S, CMP(n) T|M|NOLIST, 0, 0 },
usr.bin/mail/cmdtab.c
116
{ "help", help, S, CMP(n) T|M|NOLIST, 0, 0 },
usr.bin/mail/extern.h
103
int help(void *);
usr.bin/nc/netcat.c
271
help();
usr.bin/systat/keyboard.c
110
command(help);
usr.bin/systat/keyboard.c
60
static char help[] = "help";
usr.bin/telnet/commands.c
1019
printf("%-15s %s\n", ct->name, ct->help);
usr.bin/telnet/commands.c
114
const char *help; /* help string (NULL for no help) */
usr.bin/telnet/commands.c
1143
const char *help; /* help string */
usr.bin/telnet/commands.c
1190
if (mt->help) {
usr.bin/telnet/commands.c
1191
if (*mt->help)
usr.bin/telnet/commands.c
1192
printf("%-15s %s\n", mt->name, mt->help);
usr.bin/telnet/commands.c
1457
const char *help;
usr.bin/telnet/commands.c
1480
if (c->help) {
usr.bin/telnet/commands.c
1481
if (*c->help)
usr.bin/telnet/commands.c
1482
printf("%-15s %s\n", c->name, c->help);
usr.bin/telnet/commands.c
1528
const char *help;
usr.bin/telnet/commands.c
1556
if (c->help) {
usr.bin/telnet/commands.c
1557
if (*c->help)
usr.bin/telnet/commands.c
1558
printf("%-15s %s\n", c->name, c->help);
usr.bin/telnet/commands.c
169
static int help(int, char *[]);
usr.bin/telnet/commands.c
1810
const char *help;
usr.bin/telnet/commands.c
1833
if (c->help) {
usr.bin/telnet/commands.c
1834
if (*c->help)
usr.bin/telnet/commands.c
1835
printf("%-15s %s\n", c->name, c->help);
usr.bin/telnet/commands.c
1884
const char *help;
usr.bin/telnet/commands.c
1926
if (c->help) {
usr.bin/telnet/commands.c
1927
if (*c->help)
usr.bin/telnet/commands.c
1928
printf("%-15s %s\n", c->name, c->help);
usr.bin/telnet/commands.c
2315
{ "?", helphelp, help, 0 },
usr.bin/telnet/commands.c
2323
{ "help", 0, help, 0 },
usr.bin/telnet/commands.c
2442
if (c->help) {
usr.bin/telnet/commands.c
2444
c->help);
usr.bin/telnet/commands.c
2456
else if (c->help)
usr.bin/telnet/commands.c
2457
printf("%s\n", c->help);
usr.bin/telnet/commands.c
308
const char *help; /* Help information (0 ==> no help) */
usr.bin/telnet/commands.c
526
if (s->help)
usr.bin/telnet/commands.c
527
printf("%-15s %s\n", s->name, s->help);
usr.bin/telnet/commands.c
666
const char *help; /* help message */
usr.bin/telnet/commands.c
794
if (c->help) {
usr.bin/telnet/commands.c
795
if (*c->help)
usr.bin/telnet/commands.c
796
printf("%-15s toggle %s\n", c->name, c->help);
usr.bin/telnet/commands.c
812
if (c->help) {
usr.bin/telnet/commands.c
813
if (*c->help)
usr.bin/telnet/commands.c
815
c->help);
usr.bin/telnet/commands.c
874
const char *help; /* help information */
usr.bin/telnet/commands.c
947
printf("%-15s %s\n", ct->name, ct->help);
usr.bin/tftp/main.c
101
static void help(int, char **);
usr.bin/tftp/main.c
132
const char *help;
usr.bin/tftp/main.c
169
{ "?", hhelp, help },
usr.bin/tftp/main.c
762
c->help);
usr.bin/tftp/main.c
774
(void)printf("%s\n", c->help);
usr.bin/tip/cmdtab.c
58
{ '?', NORM, "get this summary", help },
usr.bin/tip/tip.h
278
void help(char);
usr.sbin/altq/libaltq/parser.c
100
const char *help;
usr.sbin/altq/libaltq/parser.c
186
printf("%s\n", tp->help);
usr.sbin/lpr/lpc/cmdtab.c
70
{ "help", helphelp, help, 0 },
usr.sbin/lpr/lpc/cmdtab.c
78
{ "?", helphelp, help, 0 },
usr.sbin/lpr/lpc/extern.h
45
void help(int, char **);
usr.sbin/sunlabel/sunlabel.c
1223
static const char *help[] = {
usr.sbin/sunlabel/sunlabel.c
1254
for (i = 0; help[i]; i++)
usr.sbin/sunlabel/sunlabel.c
1255
printf("%s\n", help[i]);
usr.sbin/timed/timedc/cmdtab.c
53
{ "help", helphelp, help },
usr.sbin/timed/timedc/cmdtab.c
57
{ "?", helphelp, help },
usr.sbin/timed/timedc/timedc-extern.h
39
void help(int, char *[]);
usr.sbin/traceroute/traceroute.c
1801
struct sockaddr_in help;
usr.sbin/traceroute/traceroute.c
1807
help.sin_family = AF_INET;
usr.sbin/traceroute/traceroute.c
1812
help.sin_port = 42;
usr.sbin/traceroute/traceroute.c
1813
help.sin_addr.s_addr = to->sin_addr.s_addr;
usr.sbin/traceroute/traceroute.c
1814
if (prog_connect(sock, (struct sockaddr *)&help, sizeof(help)) < 0) {
usr.sbin/traceroute/traceroute.c
1819
help_len = sizeof(help);
usr.sbin/traceroute/traceroute.c
1820
if (prog_getsockname(sock, (struct sockaddr *)&help, &help_len) < 0 ||
usr.sbin/traceroute/traceroute.c
1821
help_len != sizeof(help) ||
usr.sbin/traceroute/traceroute.c
1822
help.sin_addr.s_addr == INADDR_ANY) {
usr.sbin/traceroute/traceroute.c
1828
setsin(from, help.sin_addr.s_addr);