Searched refs:help (Results 51 - 75 of 1370) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/llvm/utils/Misc/
H A Dzkill145 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
[all...]
/netbsd-current/compat/
H A Dm32.mk4 # Makefile fragment to help implement a set of 'cc -m32' libraries.
/netbsd-current/crypto/external/bsd/heimdal/dist/tests/gss/
H A Dcheck-gss.in43 ${TESTS_ENVIRONMENT} ${gsstool} help > /dev/null || exit 1
/netbsd-current/distrib/utils/more/
H A DMakefile9 SRCS= ch.c command.c decode.c help.c input.c line.c linenum.c main.c \
19 ${.CURDIR}/more.help ${DESTDIR}/usr/share/misc
/netbsd-current/usr.sbin/lpr/lpc/
H A Dcmdtab.c54 #define helphelp "get help on commands"
70 { "help", helphelp, help, 0 },
78 { "?", helphelp, help, 0 },
/netbsd-current/external/gpl2/gettext/dist/build-aux/
H A Delisp-comp33 echo "$0: No files. Try \`$0 --help' for more information." 1>&2
38 Usage: elisp-comp [--help] [--version] FILES...
/netbsd-current/external/bsd/ntp/dist/scripts/build/
H A DMakefile.am8 check--help \
/netbsd-current/games/boggle/boggle/
H A Dextern.h45 int help(void);
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/
H A Dcat_files.py22 help='The output file. stdout is used if not given',
26 help='The files to concatenate')
H A Dgenerate_abi_list.py27 help='The library to extract symbols from.')
29 help='The output file to write the symbols to. It is overwritten if it already exists. '
/netbsd-current/crypto/external/bsd/openssl.old/dist/util/
H A Dopenssl-update-copyright29 usage: $myname [-h|--help] [file|directory] ...
44 -h|--help)
/netbsd-current/tests/net/if/
H A Difconf.c43 help(void) function
119 help();
129 help();
131 help();
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/tools/
H A Dcompare.py39 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
[all...]
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dgit-backport.py31 parser.add_argument('revision', help='Revision')
H A Danalyze_brprob_spec.py29 help = 'Sub-folder with SPEC benchmarks (e.g. Programming/cpu2017/benchspec/CPU)') variable
33 parser.add_argument('-d', '--def-file', help = 'path to predict.def')
34 parser.add_argument('-v', '--verbose', action = 'store_true', help = 'Print verbose informations')
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dgit-backport.py31 parser.add_argument('revision', help='Revision')
/netbsd-current/crypto/external/bsd/openssl/dist/apps/include/
H A Dfunction.h27 const OPTIONS *help; member in struct:function_st
/netbsd-current/external/apache2/llvm/dist/llvm/tools/opt-viewer/
H A Dopt-stats.py28 help='List of optimization record files or directories searched ' variable
35 help='Max job count (defaults to %(default)s, the current CPU count)') variable
41 help='Do not display any indicator of how many YAML files were read.') variable
/netbsd-current/external/apache2/llvm/dist/llvm/utils/docker/scripts/
H A Dbuild_install_llvm.sh21 -h|--help show this help message
52 -h|--help)
/netbsd-current/external/apache2/llvm/dist/clang/utils/
H A Dmodule-deps-to-rsp.py47 parser.add_argument("full_deps_file", help="Path to the full dependencies json file",
50 action.add_argument("--module-name", help="The name of the module to get arguments for",
52 action.add_argument("--tu-index", help="The index of the translation unit to get arguments for",
H A DFuzzTest4 This is a generic fuzz testing tool, see --help for more information.
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
[all...]
/netbsd-current/sys/arch/i386/stand/lib/netif/
H A D3c509.c169 u_short help; local
171 help = ep_get_e(i);
172 p[i] = ((help & 0xff) << 8) | ((help & 0xff00) >> 8);
174 outw(BASE + EP_W2_ADDR_0 + (i * 2), help);
H A D3c590.c139 u_short help; local
141 help = ep_get_e(i);
142 p[i] = ((help & 0xff) << 8) | ((help & 0xff00) >> 8);
144 outw(BASE + EP_W2_ADDR_0 + (i * 2), help);
/netbsd-current/external/bsd/unbound/dist/contrib/
H A Dunbound-querycachedb.py48 default='127.0.0.1', help="backend-server address",
51 default='redis', help="backend name",
54 default='6379', help="backend-server port",
57 default='default', help="secret seed", metavar='SECRET')
59 default='A', help="query RR type", metavar='QTYPE')
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_usage.c37 * ex_help -- :help
38 * Display help message.
95 "Command: %s\n Usage: %s\n", cp->help, cp->usage);
109 "Command: %s\n Usage: %s\n", cp->help, cp->usage);
135 WVS": %s\n", MAXCMDNAMELEN, name, cp->help);
183 isblank((unsigned char)*kp->help) ? "" : " ", kp->help, kp->usage);
192 if (kp->help != NULL)
193 (void)ex_printf(sp, "%s\n", kp->help);

Completed in 238 milliseconds

1234567891011>>