| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/ |
| time.d | 4 D header file for OpenBSD's extensions to POSIX's time.h. 10 module core.sys.openbsd.time; 14 version (OpenBSD):
|
| unistd.d | 2 * D header file for OpenBSD unistd.h. 8 module core.sys.openbsd.unistd; 10 version (OpenBSD):
|
| dlfcn.d | 2 * D header file for OpenBSD. 4 * $(LINK2 https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/include/dlfcn.h?rev=1.15&content-type=text/plain, dlfcn.h) 6 module core.sys.openbsd.dlfcn; 10 version (OpenBSD):
|
| execinfo.d | 2 * OpenBSD implementation of glibc's $(LINK2 http://www.gnu.org/software/libc/manual/html_node/Backtraces.html backtrace) facility. 7 * Source: $(DRUNTIMESRC core/sys/openbsd/_execinfo.d) 9 module core.sys.openbsd.execinfo; 11 version (OpenBSD):
|
| pthread_np.d | 2 * D header file for OpenBSD pthread_np.h. 8 module core.sys.openbsd.pthread_np; 10 version (OpenBSD):
|
| pwd.d | 2 * D header file for OpenBSD pwd.h. 8 module core.sys.openbsd.pwd; 10 version (OpenBSD):
|
| stdlib.d | 2 * D header file for OpenBSD stdlib.h. 8 module core.sys.openbsd.stdlib; 11 version (OpenBSD):
|
| string.d | 2 * D header file for OpenBSD string. 8 module core.sys.openbsd.string; 11 import core.sys.openbsd.sys.cdefs; 13 version (OpenBSD):
|
| err.d | 2 * D header file for OpenBSD err.h. 8 module core.sys.openbsd.err; 11 version (OpenBSD):
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/sys/ |
| cdefs.d | 2 * D header file for OpenBSD 6 module core.sys.openbsd.sys.cdefs; 8 version (OpenBSD):
|
| elf.d | 2 * D header file for OpenBSD. 7 module core.sys.openbsd.sys.elf; 9 version (OpenBSD): 11 public import core.sys.openbsd.sys.elf32; 12 public import core.sys.openbsd.sys.elf64;
|
| mman.d | 2 * D header file for OpenBSD 7 module core.sys.openbsd.sys.mman; 9 version (OpenBSD): 14 import core.sys.openbsd.sys.cdefs;
|
| link_elf.d | 2 * D header file for OpenBSD. 7 module core.sys.openbsd.sys.link_elf; 9 version (OpenBSD): 15 import core.sys.openbsd.sys.elf;
|
| /src/external/bsd/zstd/dist/tests/cli-tests/common/ |
| mtime.sh | 5 Darwin | FreeBSD | OpenBSD | NetBSD) MTIME="stat -f %m" ;;
|
| permissions.sh | 5 Darwin | FreeBSD | OpenBSD | NetBSD) GET_PERMS="stat -f %Lp" ;;
|
| platform.sh | 23 OpenBSD) MD5SUM="md5" ;;
|
| /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| OpenBSD.cpp | 1 //===--- OpenBSD.cpp - OpenBSD ToolChain Implementations --------*- C++ -*-===// 9 #include "OpenBSD.h" 26 void openbsd::Assembler::ConstructJob(Compilation &C, const JobAction &JA, 36 // When building 32-bit code on OpenBSD/amd64, we have to explicitly 90 void openbsd::Linker::ConstructJob(Compilation &C, const JobAction &JA, 95 const toolchains::OpenBSD &ToolChain = 96 static_cast<const toolchains::OpenBSD &>(getToolChain()); 230 SanitizerMask OpenBSD::getSupportedSanitizers() const { 246 /// OpenBSD - OpenBSD tool chain which can call as(1) and ld(1) directly [all...] |
| OpenBSD.h | 1 //===--- OpenBSD.h - OpenBSD ToolChain Implementations ----------*- C++ -*-===// 21 /// openbsd -- Directly call GNU Binutils assembler and linker 22 namespace openbsd { namespace in namespace:clang::driver::tools 26 : Tool("openbsd::Assembler", "assembler", TC) {} 38 Linker(const ToolChain &TC) : Tool("openbsd::Linker", "linker", TC) {} 48 } // end namespace openbsd 53 class LLVM_LIBRARY_VISIBILITY OpenBSD : public Generic_ELF { 55 OpenBSD(const Driver &D, const llvm::Triple &Triple,
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/netinet/ |
| tcp.d | 54 else version (OpenBSD)
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/ |
| filio.d | 38 version (OpenBSD)
|
| mman.d | 76 else version (OpenBSD) 155 else version (OpenBSD) 217 else version (OpenBSD) 275 else version (OpenBSD) 436 else version (OpenBSD) 502 else version (OpenBSD) 577 else version (OpenBSD) 622 else version (OpenBSD) 685 else version (OpenBSD) 743 else version (OpenBSD) [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/ |
| package.d | 30 version (OpenBSD) version = SectionsElf;
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| sched.d | 124 else version (OpenBSD) 196 else version (OpenBSD) 258 else version (OpenBSD)
|
| grp.d | 91 else version (OpenBSD) 187 else version (OpenBSD) 253 else version (OpenBSD)
|
| /src/external/bsd/cron/dist/ |
| pw_dup.c | 43 #if !defined(OpenBSD) || OpenBSD < 200105 145 #endif /* !OpenBSD || OpenBSD < 200105 */
|