Searched refs:help (Results 26 - 50 of 1369) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/llvm/utils/gn/secondary/libcxx/utils/
H A Dgen_link_script.py22 parser.add_argument("--input", help="Path to libc++ library", required=True)
23 parser.add_argument("--output", help="Path to libc++ linker script",
26 help="List of libraries libc++ depends on")
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dparams.py58 help="The target triple to compile the test suite for. This must be " variable
73 help="The version of the standard to compile the test suite with.", variable
81 help="Whether to enable exceptions when compiling the test suite.", variable
88 help="Whether to enable RTTI when compiling the test suite.", variable
95 help="The C++ Standard Library implementation being tested.", variable
101 help="Whether to enable warnings when compiling the test suite.", variable
107 help="The debugging level to enable in the test suite.", variable
114 help="An optional sanitizer to enable when building and running the test suite.", variable
139 help="Whether to enable tests for experimental C++ libraries (typically Library Fundamentals TSes).", variable
151 help variable
157 help="Whether to enable tests that exercise the libc++ debugging mode.", variable
[all...]
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dgit-commit-mklog.py37 help='Add the specified PRs (comma separated)') variable
39 help='Download title of mentioned PRs') variable
41 help='Add Co-Authored-By trailer (comma separated)') variable
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dgit-commit-mklog.py37 help='Add the specified PRs (comma separated)') variable
39 help='Download title of mentioned PRs') variable
41 help='Add Co-Authored-By trailer (comma separated)') variable
/netbsd-current/sys/arch/shark/stand/ofwboot/
H A Dalloc.c129 char *help; local
177 help = OF_claim(NULL, (unsigned)size, NBPG);
178 if (help == (char *)-1)
181 f = (struct ml *)help;
185 (u_long)(help + OVERHEAD), f->size);
198 help = (char *)f;
200 printf("=%lx (origsize %u)\n", (u_long)(help + OVERHEAD), f->size);
205 return (help + OVERHEAD);
/netbsd-current/sys/arch/sparc/stand/ofwboot/
H A Dalloc.c129 char *help; local
177 help = OF_claim(NULL, (unsigned)size, NBPG);
178 if (help == (char *)-1)
181 f = (struct ml *)help;
185 (u_long)(help + OVERHEAD), f->size);
198 help = (char *)f;
200 printf("=%lx (origsize %u)\n", (u_long)(help + OVERHEAD), f->size);
205 return (help + OVERHEAD);
/netbsd-current/sys/arch/macppc/stand/ofwboot/
H A Dalloc.c128 char *help; local
176 help = OF_claim(NULL, (unsigned)size, NBPG);
177 if (help == (char *)-1)
180 f = (struct ml *)help;
184 (u_long)(help + OVERHEAD), f->size);
197 help = (char *)f;
199 printf("=%lx (origsize %u)\n", (u_long)(help + OVERHEAD), f->size);
204 return (help + OVERHEAD);
/netbsd-current/usr.sbin/lpr/lpc/
H A Dextern.h45 void help(int, char **);
/netbsd-current/external/gpl2/groff/dist/src/roff/grog/
H A Dgrog.sh22 --help)
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-format/
H A Dclang-format-diff.py43 help='apply edits to files instead of displaying a diff')
45 help='strip the smallest prefix containing P slashes')
47 help='custom pattern selecting file paths to reformat '
52 help='custom pattern selecting file paths to reformat '
55 help='let clang-format sort include blocks')
57 help='be more verbose, ineffective without -i')
59 help='formatting style to apply (LLVM, GNU, Google, Chromium, '
62 help='location of binary to use for clang-format')
/netbsd-current/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/include/llvm/Support/
H A Dwrite_extension_def.py11 parser.add_argument('exts', nargs='*', help='list of supported extensions')
12 parser.add_argument('-o', '--output', required=True, help='output file')
/netbsd-current/external/gpl3/gdb/dist/sim/erc32/
H A DMakefile.in23 SIM_OBJS = exec.o erc32.o func.o help.o float.o interf.o
/netbsd-current/libexec/httpd/lua/
H A Dbozo.lua37 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="--enable-user-cgibin"}
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 type a b'"}
42 opt.add_option{"-S", "--server-software", action="store", dest="serversw", help="--server-software name"}
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
[all...]
/netbsd-current/external/apache2/llvm/dist/libcxx/docs/
H A DMakefile.sphinx20 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext default
24 help:
/netbsd-current/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/tools/llvm-config/
H A Dwrite_extension_dependencies.py15 help='output file')
/netbsd-current/external/apache2/llvm/dist/llvm/utils/gn/build/
H A Dwrite_library_dependencies.py101 parser.add_argument('-o', '--output', required=True, help='output file')
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dobjdump.h33 /* Help displayed for --help. */
34 void (*help)(FILE *stream); member in struct:objdump_private_desc
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dobjdump.h33 /* Help displayed for --help. */
34 void (*help)(FILE *stream); member in struct:objdump_private_desc
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dobjdump.h33 /* Help displayed for --help. */
34 void (*help)(FILE *stream); member in struct:objdump_private_desc
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dextract-section.py48 # The default '-h' (--help) will conflict with our '-h' (hex) format
51 help='Path to llvm-readobj') variable
53 help='Input object file, or \'-\' to read from stdin') variable
55 help='Name of the section to extract') variable
59 help='Print out in bits') variable
61 help='Whether to print a \'.\' every 8 bits in bits printing mode') variable
63 help='Print out in hexadecimal') variable
65 help='The width (in byte) of every element in hex printing mode') variable
67 arg_parser.add_argument('--help', action='help')
[all...]
H A Dclang-parse-diagnostics-file14 default=False, help="dump all messages.")
16 default=False, help="dump 'error' messages.")
18 default=False, help="dump 'fatal error' messages.")
20 default=False, help="dump 'ignored' messages.")
22 default=False, help="dump 'note' messages.")
24 default=False, help="dump 'warning' messages.")
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-shlib/
H A Dgen-msvc-exports.py86 '-i', '--libsfile', help='file with list of libs, new line separated',
90 '-o', '--output', help='output filename', default='LLVM-C.exports'
93 help='labels are prefixed with an underscore (use for 32 bit DLLs)',
97 '--nm', help='path to the llvm-nm executable', default='llvm-nm'
100 'libs', metavar='LIBS', nargs='*', help='list of libraries to generate export from'
/netbsd-current/external/apache2/llvm/dist/llvm/tools/opt-viewer/
H A Dopt-diff.py27 help='An optimization record file or a directory searched for optimization ' variable
31 help='An optimization record file or a directory searched for optimization ' variable
38 help='Max job count (defaults to %(default)s, the current CPU count)') variable
44 help='Maximum number of remarks stored in an output file') variable
50 help='Do not display any indicator of how many YAML files were read.') variable
/netbsd-current/external/gpl2/texinfo/dist/util/
H A Dinstall-info-html19 function help ()
31 -h,--help this help text
68 help;
89 help;
101 help;
113 help
/netbsd-current/sys/arch/zaurus/stand/zboot/
H A Dloadfile_zboot.c105 struct btinfo_common *help; local
118 help = (struct btinfo_common *)(bootinfo->entry[i]);
119 if ((p - bibuf) + help->len > BOOTINFO_MAXSIZE)
122 memcpy(p, help, help->len);
123 p += help->len;

Completed in 234 milliseconds

1234567891011>>