| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| H A D | hxtool-commands.in | 43 help = "certificate stores to pull certificates from" 50 help = "certificate to sign with" 56 help = "trust anchors" 62 help = "certificate store to pull certificates from" 68 help = "password, prompter, or environment" 74 help = "oid that the peer support" 80 help = "content type oid" 85 help = "wrapped out-data in a ContentInfo" 90 help = "wrap out-data in PEM armor" 95 help = "create a detached signature" [all …]
|
| /netbsd-src/sys/arch/ia64/stand/common/ |
| H A D | merge_help.awk | 38 help[ind, "T"] = T; 39 help[ind, "S"] = S; 40 help[ind, "link"] = -1; 43 while (help[i, "T"] help[i, "S"] < T S) 46 i = help[i, "link"]; 52 help[j, "link"] = ind; 53 help[ind, "link"] = -1; 55 help[ind, "link"] = i; 59 help[j, "link"] = ind; 62 help[ind, "T"] = T; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
| H A D | cl_arguments.py | 21 help='File or path to include in the test suite') 30 help="Number of workers used for testing", 36 help="Prefix for 'lit' config files") 40 help="Add 'NAME' = 'VAL' to the user defined parameters", 48 help="Suppress no error output", 51 help="Reduce amount of output." 57 help="Show test output for failures", 62 help="Echo all commands as they are executed to stdout. In case of " 66 help="Display all commandlines and output", 70 help="Write test results to the provided path", [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/ |
| H A D | kadmin-commands.in | 42 help = "encryption type" 50 help = "master key file" 55 help = "just convert keyfile to new format" 60 help = "use a random password (and print the password to stdout)" 66 help = "filedescriptor to read passphrase from" 69 help = "Writes the Kerberos master key to a file used by the KDC. \nLocal (-l) mode only." 77 help = "decrypt keys" 83 help = "dump format, mit or heimdal (default: heimdal)" 88 …help = "Dumps the database in a human readable format to the specified file, \nor the standard out… 96 help = "realm max ticket lifetime" [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/ |
| H A D | arguments.py | 157 help="""Extend existing compilation database with new entries. 163 dest='build', nargs=argparse.REMAINDER, help="""Command to run.""") 179 help="""Run the build commands first, intercept compiler 190 help="""The exit status of '%(prog)s' is the same as the executed 199 help="""Do not run static analyzer against files found in this 209 help="""Specifies the output directory for analyzer reports. 214 help="""Don't remove the build results directory even if no issues 219 help="""Specify the title used on generated HTML pages. 229 help="""Cause the results as a set of .plist files.""") 237 help="""Cause the results as a set of .html and .plist files.""") [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/ |
| H A D | SATest.py | 206 help="Add a new project for the analyzer testing.") 209 add_parser.add_argument("name", nargs=1, help="Name of the new project") 212 help="Build mode: 0 for single file project, " 217 help="Source type of the new project: " 224 help="Origin link for a git repository") 226 help="Git hash for a commit to checkout") 232 help="Build projects from the project map and compare results with " 236 help="0 to fail on runtime errors, 1 to fail " 242 help="Regenerate reference output.") 244 default=False, help="Call scan-build with " [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/kuser/ |
| H A D | kdigest-commands.in | 40 help = "Kerberos realm to communicate with" 42 help = "probe what mech is allowed/supported for this server" 49 help = "digest type" 56 help = "" 62 help = "digest type to use in the algorithm" 68 help = "type of channel bindings" 74 help = "value of channel bindings" 80 help = "hostname of the server" 85 help = "Kerberos realm to communicate with" 87 help = "Sets up a digest context and return initial parameters" [all …]
|
| H A D | heimtools-commands.in | 37 help = "List kerberos tickets" 42 help = "credential cache to list" 48 help = "list flags" 54 help = "test for having tickets" 65 help = "display AFS tokens" 72 help = "display v5 credential tokens" 78 help = "List all caches with their content" 84 help = "List all caches" 89 help = "JSON formated output" 95 help = "Verbose output" [all …]
|
| /netbsd-src/external/mit/expat/dist/xmlwf/ |
| H A D | xmlwf_helpgen.py | 59 input_related.add_argument('-s', action='store_true', help='print an error if the document is not [… 60 input_related.add_argument('-n', action='store_true', help='enable [n]amespace processing') 61 input_related.add_argument('-p', action='store_true', help='enable processing external DTDs and [p]… 62 input_related.add_argument('-x', action='store_true', help='enable processing of e[x]ternal entitie… 63 input_related.add_argument('-e', action='store', metavar='ENCODING', help='override any in-document… 64 input_related.add_argument('-w', action='store_true', help='enable support for [W]indows code pages… 65 input_related.add_argument('-r', action='store_true', help='disable memory-mapping and use normal f… 66 input_related.add_argument('-k', action='store_true', help='when processing multiple files, [k]eep … 69 output_related.add_argument('-d', action='store', metavar='DIRECTORY', help='output [d]estination d… 71 output_mode.add_argument('-c', action='store_true', help='write a [c]opy of input XML, not canonica… [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/admin/ |
| H A D | ktutil-commands.in | 41 help = "principal to add" 49 help = "key version number" 57 help = "encryption type" 63 help = "password for key" 69 help = "use unsalted keys" 76 help = "generate random key" 82 help = "password is a hexadecimal string" 85 help = "Adds a key to a keytab." 95 help = "realm to use" 102 help = "server to contact" [all …]
|
| /netbsd-src/external/lgpl3/gmp/dist/tune/ |
| H A D | freq.c | 146 if (help) \ 156 freq_environment (int help) in freq_environment() argument 180 freq_getsysinfo (int help) in freq_getsysinfo() argument 209 freq_pstat_getprocessor (int help) in freq_pstat_getprocessor() argument 234 freq_sysctlbyname_i586_freq (int help) in freq_sysctlbyname_i586_freq() argument 261 freq_sysctlbyname_tsc_freq (int help) in freq_sysctlbyname_tsc_freq() argument 288 freq_sysctl_hw_cpufrequency (int help) in freq_sysctl_hw_cpufrequency() argument 322 freq_sysctl_hw_model (int help) in freq_sysctl_hw_model() argument 377 freq_proc_cpuinfo (int help) in freq_proc_cpuinfo() argument 436 freq_sunos_sysinfo (int help) in freq_sunos_sysinfo() argument [all …]
|
| /netbsd-src/libexec/httpd/lua/ |
| H A D | bozo.lua | 37 opt.add_option{"-C", "--cgimap", action="store", dest="cgimap", help="--cgimap 's t'"} 38 opt.add_option{"-E", "--enable-user-cgibin", action="store_true", dest="enableusercgibin", help="--… 39 opt.add_option{"-H", "--hide-dots", action="store_true", dest="hidedots", help="--hide-dots"} 40 opt.add_option{"-I", "--portnum", action="store", dest="portnum", help="--portnum number"} 41 opt.add_option{"-M", "--dynamicmime", action="store", dest="dynmime", help="--dynamicmime 'suffix t… 42 opt.add_option{"-S", "--server-software", action="store", dest="serversw", help="--server-software … 43 opt.add_option{"-U", "--username", action="store", dest="username", help="--username name"} 44 opt.add_option{"-V", "--unknown-slash", action="store_true", dest="unknown", help="--unknown-slash"} 45 opt.add_option{"-X", "--dir-index", action="store_true", dest="dirindex", help="--dir-index"} 46 opt.add_option{"-Z", "--ssl", action="store", dest="ssl", help="--ssl 'cert priv'"} [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| H A D | iprop-commands.in | 41 help = "configuration file" 48 help = "don't lock iprop log" 54 help = "dump the log in reverse order" 60 help = "realm" 63 help = "Prints the iprop transaction log in text." 72 help = "configuration file" 79 help = "realm" 85 help = "number of entries to keep" 92 help = "keep entries that fit in the given number of bytes" 99 help = "reset the log to version 1; forces full propagation" [all …]
|
| /netbsd-src/sys/arch/i386/stand/lib/ |
| H A D | getextmemx.c | 64 int help = buf[0]; in getextmemx() 65 if (help == 15 * 1024) in getextmemx() 66 help += buf[1] * 64; in getextmemx() 67 if (extmem < help) in getextmemx() 68 extmem = help; in getextmemx() 88 int help = bufps2.dta[0]; in getextmemx() 89 if (help == 15 * 1024) in getextmemx() 90 help += bufps2.dta[1]; in getextmemx() 91 if (extmem < help) in getextmemx() 92 extmem = help; in getextmemx() 60 int help = buf[0]; getextmemx() local 84 int help = bufps2.dta[0]; getextmemx() local [all...] |
| /netbsd-src/sys/arch/i386/pnpbios/ |
| H A D | pnpbios.c | 523 short *help = (short *)(pnpbios_scratchbuf + PNPBIOS_BUFSIZE); in pnpbios_getnumnodes() local 525 *--help = GSEL(GPNPBIOSDATA_SEL, SEL_KPL); in pnpbios_getnumnodes() 526 *--help = GSEL(GPNPBIOSSCRATCH_SEL, SEL_KPL); in pnpbios_getnumnodes() 527 *--help = 2; /* buffer offset for node size */ in pnpbios_getnumnodes() 528 *--help = GSEL(GPNPBIOSSCRATCH_SEL, SEL_KPL); in pnpbios_getnumnodes() 529 *--help = 0; /* buffer offset for numnodes */ in pnpbios_getnumnodes() 530 *--help = PNP_FC_GET_NUM_NODES; in pnpbios_getnumnodes() 532 res = pnpbioscall(((char *)help) - pnpbios_scratchbuf); in pnpbios_getnumnodes() 545 short *help = (short *)(pnpbios_scratchbuf + PNPBIOS_BUFSIZE); in pnpbios_getnode() local 547 *--help = GSEL(GPNPBIOSDATA_SEL, SEL_KPL); in pnpbios_getnode() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/ |
| H A D | params.py | 58 help="The target triple to compile the test suite for. This must be " 73 help="The version of the standard to compile the test suite with.", 81 help="Whether to enable exceptions when compiling the test suite.", 88 help="Whether to enable RTTI when compiling the test suite.", 95 help="The C++ Standard Library implementation being tested.", 101 help="Whether to enable warnings when compiling the test suite.", 107 help="The debugging level to enable in the test suite.", 114 help="An optional sanitizer to enable when building and running the test suite.", 139 …help="Whether to enable tests for experimental C++ libraries (typically Library Fundamentals TSes)… 151 …help="Whether to enable tests that take longer to run. This can be useful when running on a very s… [all …]
|
| /netbsd-src/sys/dev/wscons/ |
| H A D | wsemul_vt100_subr.c | 59 int help; in wsemul_vt100_scrollup() local 64 help = vd->scrreg_nrows - n; in wsemul_vt100_scrollup() 65 if (help > 0) { in wsemul_vt100_scrollup() 69 help); in wsemul_vt100_scrollup() 73 help); in wsemul_vt100_scrollup() 76 vd->scrreg_startrow + help, n, in wsemul_vt100_scrollup() 79 memset(&vd->dblwid[vd->scrreg_startrow + help], 0, n); in wsemul_vt100_scrollup() 89 int help; in wsemul_vt100_scrolldown() local 94 help = vd->scrreg_nrows - n; in wsemul_vt100_scrolldown() 95 if (help > 0) { in wsemul_vt100_scrolldown() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/ |
| H A D | FuzzTest | 203 parser.add_option("-v", "--verbose", help="Show more output", 205 parser.add_option("-s", "--succinct", help="Reduce amount of output", 209 group.add_option("", "--expected-exit-code", help="Set expected exit code", 213 help="Set additional expected exit code", 217 help="Capture test logs to an output directory", 221 help="Log all outputs (not just failures)", 227 help="Add an input file to fuzz", 230 help="Add a list of inputs files to fuzz (one per line)", 236 help="Characters to insert/replace", 239 action="append", help="Add a replacement string to use", [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/ABITest/ |
| H A D | ABITestGen.py | 355 help="autogeneration mode (random or linear) [default %default]", 358 help="autogenerate COUNT functions according to MODE", 361 help="start autogeneration with the Nth function type [default %default]", 364 help="maximum index for random autogeneration [default %default]", 367 help="random number generator seed [default %default]", 370 help="use random value for initial random number generator seed", 373 help="add a test index to skip", 376 help="write output to FILE [default %default]", 379 help="write header file for output to FILE [default %default]", 382 help="write function tests to FILE [default %default]", [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
| H A D | 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') 77 help='Path to the output directory for html reports') 79 help='Path to an instrumented binary') 81 help='Only merge raw profiles together, skip report ' 84 help='Do not delete raw profiles', action='store_true') 86 help='Specify an existing indexed profile to use') 88 help='Emit a unified report for all binaries') 91 help='Restrict the reporting to the given source paths'
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/Misc/ |
| H A D | zkill | 145 help="Name of the signal to use (default=%default)", 149 help="List known signal names", 153 help="Only print the actions that would be taken", 156 help="Print more verbose output", 159 help="Enable debugging output", 162 help="Perform the specified commands, even if it seems like a bad idea", 168 help="Kill processes whose name matches the given regexp", 171 help="Kill processes whose executable matches the given regexp", 174 help="Kill processes whose user matches the given regexp", 177 help="Kill processes with CPU usage >= PCT", [all …]
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/bindings/lua/ |
| H A D | netpgp.lua | 37 opt.add_option{"-s", "--sign", action="store_true", dest="sign", help="--sign [--detached] [--armou… 38 opt.add_option{"-v", "--verify", action="store_true", dest="verify", help="--verify [--armour] file… 39 opt.add_option{"-e", "--encrypt", action="store_true", dest="encrypt", help="--encrypt [--armour] f… 40 opt.add_option{"-d", "--decrypt", action="store_true", dest="decrypt", help="--decrypt [--armour] f… 41 opt.add_option{"-h", "--homedir", action="store", dest="homedir", help="--homedir directory"} 42 opt.add_option{"-o", "--output", action="store", dest="output", help="--output file"} 43 opt.add_option{"-a", "--armour", action="store_true", dest="armour", help="--armour"} 44 opt.add_option{"-D", "--detached", action="store_true", dest="detached", help="--detached"}
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/tools/ |
| H A D | compare.py | 39 help='This tool has multiple modes of operation:', 44 help='The most simple use-case, compare all the output of these two benchmarks') 52 help='A benchmark executable or JSON output file') 60 help='A benchmark executable or JSON output file') 65 help='Arguments to pass when running benchmark executables') 68 'filters', help='Compare filter one with the filter two of benchmark') 76 help='A benchmark executable or JSON output file') 82 help='The first filter, that will be used as baseline') 90 help='The second filter, that will be compared against the baseline') 95 help='Arguments to pass when running benchmark executables') [all …]
|
| /netbsd-src/external/bsd/kyua-cli/dist/integration/ |
| H A D | cmd_help_test.sh | 32 atf_check -s exit:0 -o save:stdout -e empty kyua help 44 atf_check -s exit:0 -o save:stdout -e empty kyua help test 58 atf_check -s exit:0 -o save:stdout -e empty kyua -c bad-config help 67 Usage error for command help: The command abc does not exist. 70 atf_check -s exit:3 -o empty -e file:stderr kyua help abc 77 Usage error for command help: Too many arguments. 80 atf_check -s exit:3 -o empty -e file:stderr kyua help about cde
|
| /netbsd-src/sys/arch/shark/stand/ofwboot/ |
| H A D | alloc.c | 129 char *help; in alloc() local 177 help = OF_claim(NULL, (unsigned)size, NBPG); in alloc() 178 if (help == (char *)-1) in alloc() 181 f = (struct ml *)help; in alloc() 185 (u_long)(help + OVERHEAD), f->size); in alloc() 198 help = (char *)f; in alloc() 200 printf("=%lx (origsize %u)\n", (u_long)(help + OVERHEAD), f->size); in alloc() 205 return (help + OVERHEAD); in alloc()
|