Searched refs:help (Results 1 - 25 of 1369) sorted by relevance

1234567891011>>

/netbsd-current/crypto/external/bsd/heimdal/dist/kuser/
H A Dkdigest-commands.in40 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
[all...]
/netbsd-current/sys/arch/ia64/stand/common/
H A Dmerge_help.awk6 # 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[in
[all...]
/netbsd-current/external/mit/expat/dist/xmlwf/
H A Dxmlwf_helpgen.py59 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 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 normal file [r]ead IO calls instead')
66 input_related.add_argument('-k', action='store_true', help='when processing multiple files, [k]eep processing after first file with error')
69 output_related.add_argument('-d', action='store', metavar='DIRECTORY', help='output [d]estination directory')
71 output_mode.add_argument('-c', action='store_true', help
81 help='set maximum tolerated [a]mplification factor (default: 100.0)') variable
[all...]
/netbsd-current/sys/arch/i386/stand/lib/
H A Dgetextmemx.c60 int help = buf[0]; local
61 if (help == 15 * 1024)
62 help += buf[1] * 64;
63 if (extmem < help)
64 extmem = help;
84 int help = bufps2.dta[0]; local
85 if (help == 15 * 1024)
86 help += bufps2.dta[1];
87 if (extmem < help)
88 extmem = help;
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A Dcl_arguments.py21 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
[all...]
/netbsd-current/usr.sbin/timed/timedc/
H A Dcmdtab.c44 const char helphelp[] = "gets help on commands";
53 { "help", helphelp, help },
57 { "?", helphelp, help },
H A Dtimedc-extern.h39 void help(int, char *[]);
/netbsd-current/external/apache2/llvm/dist/clang/utils/analyzer/
H A DSATest.py206 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
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Darguments.py12 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
[all...]
/netbsd-current/distrib/utils/more/
H A Dhelp.c1 /* $NetBSD: help.c,v 1.5 2003/08/07 09:27:59 agc Exp $ */
36 static char sccsid[] = "@(#)help.c 8.1 (Berkeley) 6/6/93";
38 __RCSID("$NetBSD: help.c,v 1.5 2003/08/07 09:27:59 agc Exp $");
50 help() function
/netbsd-current/external/gpl3/gcc/dist/contrib/gcc-changelog/
H A Dgit_check_commit.py26 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
/netbsd-current/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
H A Dgit_check_commit.py26 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
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dcheck_GNU_style.py29 parser.add_argument('file', help = 'File with a patch')
31 help = 'Display format',
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dcheck_GNU_style.py29 parser.add_argument('file', help = 'File with a patch')
31 help = 'Display format',
/netbsd-current/external/gpl3/gdb/dist/
H A Dmove-if-change28 help="$usage
32 --help display this help and exit
51 --help | --hel | --he | --h)
52 exec echo "$help" ;;
/netbsd-current/external/gpl3/gdb.old/dist/
H A Dmove-if-change28 help="$usage
32 --help display this help and exit
51 --help | --hel | --he | --h)
52 exec echo "$help" ;;
/netbsd-current/external/gpl3/binutils.old/dist/
H A Dmove-if-change28 help="$usage
32 --help display this help and exit
51 --help | --hel | --he | --h)
52 exec echo "$help" ;;
/netbsd-current/external/gpl3/gcc/dist/
H A Dmove-if-change28 help="$usage
32 --help display this help and exit
51 --help | --hel | --he | --h)
52 exec echo "$help" ;;
/netbsd-current/external/gpl3/binutils/dist/
H A Dmove-if-change28 help="$usage
32 --help display this help and exit
51 --help | --hel | --he | --h)
52 exec echo "$help" ;;
/netbsd-current/external/gpl3/gcc.old/dist/
H A Dmove-if-change28 help="$usage
32 --help display this help and exit
51 --help | --hel | --he | --h)
52 exec echo "$help" ;;
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dprepare-code-coverage-artifact.py72 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 variable
[all...]
/netbsd-current/external/bsd/kyua-cli/dist/integration/
H A Dcmd_help_test.sh32 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.
68 Type 'kyua help help' for usage information.
70 atf_check -s exit:3 -o empty -e file:stderr kyua help abc
77 Usage error for command help: Too many arguments.
78 Type 'kyua help help' fo
[all...]
/netbsd-current/sys/lib/libsa/
H A Dalloc.c168 char *help; local
194 help = top;
202 panic("heap full (%p+%zu)", help, size);
204 *(unsigned int *)(void *)help = (unsigned int)ALIGN(size);
205 return help + ALIGN(sizeof(unsigned int));
213 help = (char *)(void *)*f;
215 return help + ALIGN(sizeof(unsigned int));
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/
H A Dsym_diff.py23 help='Only print symbol names',
27 help='Only print removed symbols',
30 help="Filter all symbols not related to the stdlib",
33 help="Exit with a non-zero status if any symbols "
38 help='The output file. stdout is used if not given',
44 help='The file containing the old symbol list or a library')
47 help='The file containing the new symbol list or a library')
/netbsd-current/external/lgpl3/gmp/dist/tune/
H A Dfreq.c52 cpu frequency so doesn't help.
146 if (help) \
156 freq_environment (int help) argument
180 freq_getsysinfo (int help) argument
209 freq_pstat_getprocessor (int help) argument
234 freq_sysctlbyname_i586_freq (int help) argument
261 freq_sysctlbyname_tsc_freq (int help) argument
288 freq_sysctl_hw_cpufrequency (int help) argument
322 freq_sysctl_hw_model (int help) argument
377 freq_proc_cpuinfo (int help) argument
436 freq_sunos_sysinfo(int help) argument
475 freq_sco_etchw(int help) argument
519 freq_attr_get_invent(int help) argument
560 freq_bsd_dmesg(int help) argument
607 freq_irix_hinv(int help) argument
654 freq_processor_info(int help) argument
754 freq_measure_getrusage(int help) argument
782 freq_measure_gettimeofday(int help) argument
818 freq_all(int help) argument
[all...]

Completed in 403 milliseconds

1234567891011>>