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

1 2 3 4 5 6 7 8 91011>>

  /src/crypto/external/bsd/heimdal/dist/kuser/
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...]
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...]
  /src/crypto/external/bsd/heimdal/dist/kadmin/
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. Local (-l) mode only."
96 help = "realm max ticket lifetime
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
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...]
  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
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...]
  /src/crypto/external/bsd/heimdal/dist/admin/
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...]
  /src/sys/arch/ia64/stand/common/
merge_help.awk 6 # Merge two boot loader help files for FreeBSD 3.0
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
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/
gss-commands.in 38 help = "Print the supported mechanisms"
43 help = "Print the attributes for mechs"
55 name = "help"
60 help = "Help! I need somebody."
  /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/external/mit/expat/dist/xmlwf/
xmlwf_helpgen.py 48 %(prog)s -h|--help
59 input_related.add_argument('-s', action='store_true', help='print an error if the document is not [s]tandalone')
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 of external DTDs and [p]arameter entities')
62 input_related.add_argument('-x', action='store_true', help='enable processing of e[x]ternal entities')
63 input_related.add_argument('-e', action='store', metavar='ENCODING', help='override any in-document [e]ncoding declaration')
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 [r]ead calls instead')
66 input_related.add_argument('-g', metavar='BYTES', help='buffer size to request per call pair to XML_[G]etBuffer and read (default: 8 KiB)')
67 input_related.add_argument('-k', action='store_true', help='when processing multiple files, [k]eep processing after first file with error'
82 help='set maximum tolerated [a]mplification factor (default: 100.0)') variable
87 help='disable reparse deferral, and allow [q]uadratic parse runtime with large tokens') variable
    [all...]
  /src/external/bsd/zstd/dist/tests/cli-tests/basic/
help.sh 9 println "+ zstd --help"
10 zstd --help
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
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...]
  /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/usr.sbin/timed/timedc/
cmdtab.c 44 const char helphelp[] = "gets help on commands";
53 { "help", helphelp, help },
57 { "?", helphelp, help },
timedc-extern.h 39 void help(int, char *[]);
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
arguments.py 12 Validations are mostly calling specific help methods, or mangling values.
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."""
    [all...]
  /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/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/external/gpl3/binutils/dist/
move-if-change 28 help="$usage
32 --help display this help and exit
51 --help | --hel | --he | --h)
52 exec echo "$help" ;;
  /src/external/gpl3/binutils.old/dist/
move-if-change 28 help="$usage
32 --help display this help and exit
51 --help | --hel | --he | --h)
52 exec echo "$help" ;;
  /src/external/gpl3/gcc/dist/
move-if-change 28 help="$usage
32 --help display this help and exit
51 --help | --hel | --he | --h)
52 exec echo "$help" ;;
  /src/external/gpl3/gcc.old/dist/
move-if-change 28 help="$usage
32 --help display this help and exit
51 --help | --hel | --he | --h)
52 exec echo "$help" ;;
  /src/external/gpl3/gdb/dist/
move-if-change 28 help="$usage
32 --help display this help and exit
51 --help | --hel | --he | --h)
52 exec echo "$help" ;;
  /src/external/gpl3/gdb.old/dist/
move-if-change 28 help="$usage
32 --help display this help and exit
51 --help | --hel | --he | --h)
52 exec echo "$help" ;;
  /src/external/apache2/llvm/dist/clang/utils/analyzer/
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...]

Completed in 27 milliseconds

1 2 3 4 5 6 7 8 91011>>