Searched refs:help (Results 226 - 250 of 1369) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/wpa/dist/hostapd/
H A Dwps-ap-nfc.py273 help='verbose debug output')
275 dest='loglevel', help='be quiet')
277 help='run only one operation and exit')
279 help='do not wait for tag to be removed before exiting')
281 help='summary file for writing status updates')
283 help='success file for writing success update')
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dupdate_llc_test_checks.py24 help='The "llc" binary to use to generate the test case')
26 '--function', help='The function in the test file to update')
29 help='Always use additional regex to further reduce diffs between various subtargets')
32 help='Use regex for x86 sp matching to reduce diffs between various subtargets')
37 help='Use more regex for x86 rip matching to reduce diffs between various subtargets')
42 help='Reduce scrubbing shuffles with memory operands')
H A Dcollect_and_build_with_pgo.py331 help='an extra arg to pass to all cmake invocations. Note that this '
337 help='print commands instead of running them')
341 help='directory containing an LLVM checkout (default: $PWD)')
345 help='disable the final, PGO-optimized build')
348 help='directory to write artifacts to (default: $llvm_dir/out)')
351 help='where to output the profile (default is $out/pgo_profile.prof)')
354 help='instead of having an initial build of everything, use the given '
360 help='use a regular build instead of RelWithDebInfo in the benchmark. '
367 help='use Makefiles instead of ninja')
450 _die('Looks like %s isn\'t an LLVM directory; please see --help'
[all...]
/netbsd-current/external/bsd/less/dist/
H A DMakefile.aut21 help.c ifile.c input.c jump.c line.c linenum.c \
49 all: help.c funcs.h $(UNICODE_FILES) ${srcdir}/configure
60 help.c: less.hlp
61 -mv -f ${srcdir}/help.c ${srcdir}/help.c.old
62 rm -rf help.c
63 ${srcdir}/${MKHELP} < less.hlp > help.c
64 if cmp -s help.c help.c.old; then mv -f help
[all...]
/netbsd-current/sys/arch/bebox/bebox/
H A Dmachdep.c188 struct btinfo_common *help = (struct btinfo_common *)bootinfo; local
191 bt = help;
193 return (help);
194 help = (struct btinfo_common *)((char*)help + bt->next);
196 (size_t)help < (size_t)bootinfo + sizeof (bootinfo));
/netbsd-current/sys/arch/mipsco/mipsco/
H A Dmachdep.c320 char *help = bootinfo; local
323 if (help == NULL)
327 bt = (struct btinfo_common *)help;
329 return ((void *)help);
330 help += bt->next;
332 (size_t)help < (size_t)bootinfo + BOOTINFO_SIZE);
/netbsd-current/lib/libedit/
H A Dmap.c57 #include "help.h"
925 el->el_map.help = el_calloc(EL_NUM_FCNS, sizeof(*el->el_map.help));
926 if (el->el_map.help == NULL)
928 (void) memcpy(el->el_map.help, el_func_help,
929 sizeof(*el->el_map.help) * EL_NUM_FCNS);
963 el_free(el->el_map.help);
964 el->el_map.help = NULL;
1142 ep = &el->el_map.help[el->el_map.nfunc];
1143 for (bp = el->el_map.help; b
1403 map_addfunc(EditLine *el, const wchar_t *name, const wchar_t *help, el_func_t func) argument
[all...]
H A DMakefile80 CLEANFILES+=help.h.tmp vi.h.tmp tc1.o tc1 .depend
90 DPSRCS+= ${AHDR} fcns.h func.h help.h
91 CLEANFILES+= ${AHDR} fcns.h func.h help.h
95 .depend: ${AHDR} fcns.h func.h help.h
125 help.h: ${ASRC} makelist Makefile
/netbsd-current/external/gpl3/gdb.old/dist/gdb/cli/
H A Dcli-option.c653 /* Helper for build_help. Return a fragment of a help string showing
692 append_indented_doc (const char *doc, std::string &help) argument
699 help += " ";
700 help.append (p, n - p + 1);
704 help += " ";
705 help += p;
708 /* Fill HELP with an auto-generated "help" string fragment for
713 std::string &help)
722 help += " -";
723 help
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-option.c652 /* Helper for build_help. Return a fragment of a help string showing
691 append_indented_doc (const char *doc, std::string &help) argument
698 help += " ";
699 help.append (p, n - p + 1);
703 help += " ";
704 help += p;
707 /* Fill HELP with an auto-generated "help" string fragment for
712 std::string &help)
721 help += " -";
722 help
[all...]
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/examples/
H A Dp2p-nfc.py544 help='verbose debug output')
546 dest='loglevel', help='be quiet')
548 help='run only one operation and exit')
550 help='initiate handover on touch')
552 help='do not wait for tag to be removed before exiting')
554 help='network interface name')
556 help='do not include WPS carrier record in request')
558 help='do not use stdout input to initiate handover')
560 help='tag read only (do not allow connection handover)')
562 help
[all...]
/netbsd-current/sys/arch/landisk/stand/boot/
H A Dboot2.c102 { "help", bootcmd_help },
251 printf("type \"?\" or \"help\" for help.\n");
284 struct btinfo_common *help; local
292 help = (struct btinfo_common *)(bootinfo->entry[i]);
293 memcpy(p, help, help->len);
294 p += help->len;
322 "help|?\n"
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Doptc-gen.awk264 if (help[i + 1] == "")
265 help[i + 1] = help[i]
266 else if (help[i] != "" && help[i + 1] != help[i])
267 print "#error Multiple different help strings for " \
268 opts[i] ":\n\t" help[i] "\n\t" help[i + 1]
281 # and a nonempty help tex
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Doptc-gen.awk317 if (help[i + 1] == "")
318 help[i + 1] = help[i]
319 else if (help[i] != "" && help[i + 1] != help[i]) {
320 print "#error Multiple different help strings for " \
322 print "#error " help[i]
323 print "#error " help[i + 1]
337 # and a nonempty help tex
[all...]
/netbsd-current/sys/arch/x68k/stand/boot/
H A Dboot.c64 static void help(void);
109 help(void) function
254 help();
273 help();
343 else if (strcmp("help", p) == 0 ||
345 help();
/netbsd-current/crypto/external/cpl/tpm-tools/dist/
H A Dconfig.rpath176 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
186 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
197 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
208 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
220 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
232 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
/netbsd-current/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/
H A Dtpm_changeauth.c51 static void help(const char *aCmd) function
132 parse, help) != 0)
137 help(argv[0]);
/netbsd-current/external/gpl2/gettext/dist/autoconf-lib-link/
H A Dconfig.rpath176 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
186 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
197 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
208 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
220 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
232 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
/netbsd-current/external/gpl2/gettext/dist/build-aux/
H A Dconfig.rpath176 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
186 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
197 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
208 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
220 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
232 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
/netbsd-current/crypto/external/bsd/heimdal/dist/kdc/
H A Dstring2key.c47 int help; variable
60 { "help", 0, arg_flag, &help, NULL, NULL }
112 if(help)
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dscache.c323 static void help(ARGV *);
333 "?", help, 0,
337 /* help - list commands */
339 static void help(ARGV *argv) function
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dcompare-debug97 && (objdump --help) 2>&1 | grep ' --\[*section-\]*headers' > /dev/null; then
115 if ($t --help) 2>&1 | grep ' --\[*section-\]*headers' > /dev/null; then
160 elif (strip --help) 2>&1 | grep ' --remove-section' > /dev/null; then
/netbsd-current/tests/usr.bin/c++/
H A Dt_tsan_heap_use_after_free.sh142 int help(int);
143 int main(int argc, char **argv) {return help(argc);}
158 int help(int argc) {
H A Dt_tsan_locked_mutex_destroy.sh126 int help(int);
127 int main(int argc, char **argv) {return help(argc);}
142 int help(int argc) {
H A Dt_tsan_thread_leak.sh119 int help(int);
120 int main(int argc, char **argv) {return help(argc);}
134 int help(int argc) {

Completed in 182 milliseconds

1234567891011>>