HomeSort by: relevance | last modified time | path
    Searched defs:help (Results 1 - 25 of 205) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/distrib/utils/more/
help.c 1 /* $NetBSD: help.c,v 1.6 2003/10/13 14:34:25 agc Exp $ */
36 static char sccsid[] = "@(#)help.c 8.1 (Berkeley) 6/6/93";
38 __RCSID("$NetBSD: help.c,v 1.6 2003/10/13 14:34:25 agc Exp $");
50 help() function
  /src/crypto/external/apache2/openssl/dist/util/
ck_errf.pl 24 sub help subroutine
40 -help Show this help text.
62 &help();
65 die "Unknown option $arg; use -h for help.\n";
78 die "Configuration file not given.\nSee '$0 -help' for information\n"
mkerr.pl 38 sub help subroutine
72 -help Show this help text.
107 &help();
110 die "Unknown option $arg; use -h for help.\n";
  /src/crypto/external/bsd/openssl/dist/util/
ck_errf.pl 24 sub help subroutine
40 -help Show this help text.
62 &help();
65 die "Unknown option $arg; use -h for help.\n";
78 die "Configuration file not given.\nSee '$0 -help' for information\n"
mkerr.pl 38 sub help subroutine
72 -help Show this help text.
107 &help();
110 die "Unknown option $arg; use -h for help.\n";
  /src/crypto/external/bsd/openssl.old/dist/util/
ck_errf.pl 24 sub help subroutine
40 -help Show this help text.
62 &help();
65 die "Unknown option $arg; use -h for help.\n";
77 die "Configuration file not given.\nSee '$0 -help' for information\n"
mkerr.pl 35 sub help subroutine
69 -help Show this help text.
104 &help();
107 die "Unknown option $arg; use -h for help.\n";
  /src/external/bsd/zstd/dist/tests/cli-tests/bin/
cmp_size 10 help() function
17 -h) help; exit 0 ;;
18 --help) help; exit 0 ;;
  /src/external/gpl2/groff/dist/src/roff/grog/
grog.pl 17 &help() if $arg eq "--help";
171 sub help { subroutine
  /src/external/gpl3/gcc/dist/contrib/gcc-changelog/
git_check_commit.py 28 help='Git revisions (e.g. hash~5..hash or just hash) - ' variable
31 help='Path to git repository') variable
33 help='Print final changelog entires') variable
35 help='Print verbose information') variable
  /src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
git_check_commit.py 26 help='Git revisions (e.g. hash~5..hash or just hash) - ' variable
29 help='Path to git repository') variable
31 help='Print final changelog entires') variable
33 help='Print verbose information') variable
  /src/games/boggle/boggle/
help.c 1 /* $NetBSD: help.c,v 1.7 2011/08/31 16:24:55 plunky Exp $ */
38 static char sccsid[] = "@(#)help.c 8.1 (Berkeley) 6/11/93";
40 __RCSID("$NetBSD: help.c,v 1.7 2011/08/31 16:24:55 plunky Exp $");
53 help(void) function
67 wprintw(win, "There doesn't seem to be any help.");
  /src/games/larn/
help.c 1 /* $NetBSD: help.c,v 1.9 2012/06/19 05:30:43 dholland Exp $ */
3 /* help.c Larn is copyrighted 1986 by Noah Morgan. */
6 __RCSID("$NetBSD: help.c,v 1.9 2012/06/19 05:30:43 dholland Exp $");
18 * help function to display the help info
20 * format of the .larn.help file
22 * 1st character of file: # of pages of help available (ascii digit)
24 * pages of help text (23 lines per page)
27 help(void) function
35 return; /* open the help file and get # pages *
    [all...]
  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
params.py 58 help="The target triple to compile the test suite for. This must be " variable
73 help="The version of the standard to compile the test suite with.", variable
81 help="Whether to enable exceptions when compiling the test suite.", variable
88 help="Whether to enable RTTI when compiling the test suite.", variable
95 help="The C++ Standard Library implementation being tested.", variable
101 help="Whether to enable warnings when compiling the test suite.", variable
107 help="The debugging level to enable in the test suite.", variable
114 help="An optional sanitizer to enable when building and running the test suite.", variable
139 help="Whether to enable tests for experimental C++ libraries (typically Library Fundamentals TSes).", variable
151 help="Whether to enable tests that take longer to run. This can be useful when running on a very slow d (…) variable
157 help="Whether to enable tests that exercise the libc++ debugging mode.", variable
    [all...]
  /src/external/gpl3/gcc/dist/contrib/
git-commit-mklog.py 37 help='Add the specified PRs (comma separated)') variable
39 help='Download title of mentioned PRs') variable
41 help='Add Co-Authored-By trailer (comma separated)') variable
analyze_brprob_spec.py 31 help = 'Sub-folder with SPEC benchmarks (e.g. Programming/cpu2017/benchspec/CPU)') variable
35 parser.add_argument('-d', '--def-file', help = 'path to predict.def')
36 parser.add_argument('-v', '--verbose', action = 'store_true', help = 'Print verbose informations')
  /src/external/gpl3/gcc.old/dist/contrib/
git-commit-mklog.py 37 help='Add the specified PRs (comma separated)') variable
39 help='Download title of mentioned PRs') variable
41 help='Add Co-Authored-By trailer (comma separated)') variable
  /src/games/trek/
help.c 1 /* $NetBSD: help.c,v 1.13 2009/08/12 08:54:54 dholland Exp $ */
35 static char sccsid[] = "@(#)help.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: help.c,v 1.13 2009/08/12 08:54:54 dholland Exp $");
48 ** call starbase for help
73 help(int v __unused) function
80 /* check to see if calling for help is reasonable ... */
  /src/sys/arch/i386/stand/lib/
getextmemx.c 64 int help = buf[0]; local
65 if (help == 15 * 1024)
66 help += buf[1] * 64;
67 if (extmem < help)
68 extmem = help;
88 int help = bufps2.dta[0]; local
89 if (help == 15 * 1024)
90 help += bufps2.dta[1];
91 if (extmem < help)
92 extmem = help;
    [all...]
  /src/tests/net/if/
ifconf.c 43 help(void) function
119 help();
129 help();
131 help();
  /src/usr.bin/systat/
keyboard.c 60 static char help[] = "help"; local
110 command(help);
  /src/crypto/external/bsd/heimdal/dist/lib/sl/
sl.h 49 const char *help; member in struct:sl_cmd
  /src/external/apache2/llvm/dist/llvm/utils/
prepare-code-coverage-artifact.py 72 parser.add_argument('host_llvm_profdata', help='Path to llvm-profdata')
73 parser.add_argument('host_llvm_cov', help='Path to llvm-cov')
75 help='Path to the directory containing the raw profiles') variable
77 help='Path to the output directory for html reports') variable
79 help='Path to an instrumented binary') variable
81 help='Only merge raw profiles together, skip report ' variable
84 help='Do not delete raw profiles', action='store_true')
86 help='Specify an existing indexed profile to use') variable
88 help='Emit a unified report for all binaries') variable
91 help='Restrict the reporting to the given source paths variable
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
objdump.h 36 /* Help displayed for --help. */
37 void (*help)(FILE *stream); member in struct:objdump_private_desc
  /src/external/gpl3/binutils.old/dist/binutils/
objdump.h 36 /* Help displayed for --help. */
37 void (*help)(FILE *stream); member in struct:objdump_private_desc

Completed in 32 milliseconds

1 2 3 4 5 6 7 8 9