| /openbsd-src/regress/bin/ksh/ |
| H A D | README | 11 sh-v7 specific the real v7 bourne shell 12 sh-sysv specific the real sysv bourne shell 13 pdksh specific public domain ksh 14 ksh88 specific at&t ksh88 15 ksh93 specific at&t ksh93 16 bash specific GNU bourne-again shell 20 Generally, at most one specific shell will be given.
|
| /openbsd-src/usr.sbin/makefs/ |
| H A D | README | 35 File system specific parameters can be given as well, with a command 62 - parse the options, including calling fs-specific routines to 63 validate fs-specific options 69 the fs-specific tree walker should add this if required by the fs. 71 - Call an fs-specific routine to build the image based on the 74 Each fs-specific module should have the following external interfaces: 76 prepare_options optional file system specific defaults that need to be 77 setup before parsing fs-specific options. 79 parse_options parse the string for fs-specific options, feeding 82 cleanup_options optional file system specific data that need to be [all …]
|
| /openbsd-src/gnu/llvm/lldb/tools/intel-features/ |
| H A D | README.txt | 29 in feature specific folders. 32 feature specific wrappers. 41 the feature specific source files (residing in feature specific folders). 51 Please refer to README files in feature specific folders to know about additional
|
| /openbsd-src/gnu/gcc/libssp/ |
| H A D | configure.ac | 13 AC_MSG_CHECKING([for --enable-version-specific-runtime-libs]) 14 AC_ARG_ENABLE(version-specific-runtime-libs, 15 [ --enable-version-specific-runtime-libs Specify that runtime libraries should be installed in … 19 *) AC_MSG_ERROR([Unknown argument to enable/disable version-specific libs]);; 96 # Presume the ISO C functions are available; add target-specific 142 # and header files if --enable-version-specific-runtime-libs option
|
| /openbsd-src/gnu/llvm/compiler-rt/docs/ |
| H A D | BuildingCompilerRT.rst | 22 brief explanation and LLVM-specific notes. For full documentation, check the 38 .. _compiler-rt-specific options: 40 Compiler-RT specific options 83 .. _LLVM-specific variables: 85 LLVM-specific options
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/ |
| H A D | converter.t | 110 # specific test for custom key handling 128 # specific test for custom key handling 140 # specific test for generalization of unclear licenses 153 # specific test for upconverting resources 172 # specific test for round-tripping resources 188 # specific test for object conversion 200 # specific test for UTF-8 handling 210 # specific test for version ranges 236 # specific test for version numbers 247 # specific test for missing provides version [all …]
|
| H A D | README-data.txt | 3 - 'data-test': These files are valid META files that test *specific* 4 conversions and are expected to have specific data in them during
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Unix/ |
| H A D | README.txt | 9 Posix - code that is specific to Posix variants of UNIX 10 SUS - code that is specific to the Single Unix Specification 11 SysV - code that is specific to System V variants of UNIX
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | Opts.td | 20 def arch_specific : FF<"arch-specific", "Display architecture-specific information">; 48 // ELF specific options. 49 def grp_elf : OptionGroup<"kind">, HelpText<"OPTIONS (ELF specific)">; 64 // Mach-O specific options. 65 def grp_mach_o : OptionGroup<"kind">, HelpText<"OPTIONS (Mach-O specific)">; 73 // PE/COFF specific options. 74 def grp_coff : OptionGroup<"kind">, HelpText<"OPTIONS (PE/COFF specific)">; 88 // XCOFF specific options. 89 def grp_xcoff : OptionGroup<"kind">, HelpText<"OPTIONS (XCOFF specific)">; 121 def : F<"A", "Alias for --arch-specific">, Alias<arch_specific>;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| H A D | DynamicTags.def | 5 // Add separate macros for the architecture specific tags and the markers 89 DYNAMIC_TAG_MARKER(LOOS, 0x60000000) // Start of environment specific tags. 90 DYNAMIC_TAG_MARKER(HIOS, 0x6FFFFFFF) // End of environment specific tags. 91 DYNAMIC_TAG_MARKER(LOPROC, 0x70000000) // Start of processor specific tags. 92 DYNAMIC_TAG_MARKER(HIPROC, 0x7FFFFFFF) // End of processor specific tags. 125 // AArch64 specific dynamic table entries 130 // Hexagon specific dynamic table entries 135 // Mips specific dynamic table entry tags. 214 // PPC specific dynamic table entries. 218 // PPC64 specific dynamic table entries. [all …]
|
| /openbsd-src/gnu/llvm/lldb/examples/test/ |
| H A D | .lldbtest-config | 5 split_stderr = True # This will split the stderr into configuration-specific file 6 split_stdout = True # This will split the stdout into configuration-specific file
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | CrossCompilation.rst | 16 specific examples for specific architectures. For a concrete example, the 42 the headers, libraries or binutils to generate target specific code. 49 to build your software, that is specific to your target. It's not enough to 57 management. So, for each specific case, you may use more than one 62 * be host/target specific or more flexible 101 define the specific behaviour of your code (PCS, extensions), 119 code for your specific hardware, which may mean orders of magnitude 134 and headers that are specific to your target. 154 are. People add system-specific clues to Clang often, but as 178 extract the libraries and headers, put them in specific directories
|
| /openbsd-src/gnu/gcc/gcc/config/ |
| H A D | t-sol2 | 1 # Solaris-specific format checking and pragmas 8 # Solaris-specific attributes
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | configure.tgt | 1 # This is the binutils target specific file. This is invoked by the 3 # file lets us skip running autoconf when modifying target specific
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | configure.tgt | 1 # This is the binutils target specific file. This is invoked by the 3 # file lets us skip running autoconf when modifying target specific
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | asan_ignore | 14 # Unfortunately there doesn't seem to be any way to disable just specific 16 # suffix with =foo for a "tool-specific category", but neither =undefined
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl10.rst | 80 specific language. However, there are many other domains that can use 120 any target-specific information when generating code. 132 laden with target specific assumptions. As one simple example, the 175 solve all the world's problems in one system. One specific 177 high-level language-specific optimization: LLVM "loses too much 198 user-driven: people want LLVM to include some specific feature, so they 201 Third, it is *possible and easy* to add language-specific optimizations, 203 example, it is easy to add language-specific optimization passes that 211 variety of other language-specific information into the LLVM IR. If you 212 have a specific need and run into a wall, please bring the topic up on [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/ |
| H A D | README | 9 on my local G++ so if there is a specific "passed" test you'd like to 11 I'll dig up the specific patches you'll need.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | Relocation.txt | 12 is called by the relocation model specific lowering function, using 32 independent and machine specific SDNodes (for example: 36 The choice of specific instructions that are to be used is delegated 38 specific instructions. For example, in getAddrLocal, the pseudo-code
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/ |
| H A D | PerlLog.mc | 199 ; // Mac OS X specific facilities ------------------------------------ 246 ; //modern BSD specific facilities ---------------------------------- 275 ; // IRIX specific facilities ---------------------------------------- 499 ; // Mac OS X specific facilities ------------------------------------ 550 ; //modern BSD specific facilities ---------------------------------- 582 ; // IRIX specific facilities ----------------------------------------
|
| /openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/ |
| H A D | CapturingConfigInfo.rst | 42 example, instead of assuming that a specific platform doesn't provide some functionality, 47 Furthermore, the Clang driver now looks for headers in a target-specific directory 49 this target-specific directory, it is possible to share the libc++ headers for
|
| /openbsd-src/gnu/usr.bin/perl/ext/VMS-Stdio/ |
| H A D | 0README.txt | 2 VMS::Stdio, which provides access from Perl to VMS-specific 3 stdio functions. For more specific documentation of its
|
| /openbsd-src/gnu/gcc/libmudflap/ |
| H A D | configure.ac | 12 AC_MSG_CHECKING([for --enable-version-specific-runtime-libs]) 13 AC_ARG_ENABLE(version-specific-runtime-libs, 14 [ --enable-version-specific-runtime-libs Specify that runtime libraries should be installed in … 18 *) AC_MSG_ERROR([Unknown argument to enable/disable version-specific libs]);; 154 # and header files if --enable-version-specific-runtime-libs option
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | cygming.opt | 1 ; Cygwin- and MinGW-specific options. 40 Use Mingw-specific thread support
|
| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/ |
| H A D | MANIFEST.SKIP | 15 # Avoid VMS specific MakeMaker generated files 53 # Avoid OS-specific files/dirs
|