Searched refs:OpenBSD (Results 176 - 192 of 192) sorted by relevance

12345678

/openbsd-current/distrib/miniroot/
H A Dinstall.sub2 # $OpenBSD: install.sub,v 1.1265 2024/06/15 15:05:15 florian Exp $
57 # OpenBSD install/upgrade script common subroutines and initialization code
258 dmesg | sed -n 'H;/^OpenBSD/h;${g;p;}'
407 local _p_gpt_openbsd='^[ *]...: OpenBSD '
412 local _p_hfs_openbsd=' OpenBSD OpenBSD '
1956 _d=pub/OpenBSD/$HTTP_SETDIR
2944 echo "${INSTALL_URL:-https://cdn.openbsd.org/pub/OpenBSD}" \
3007 sed 's/^OpenBSD \([1-9][0-9]*\.[0-9]\)\([^ ]*\).*/\1 \2/;q')
3056 CONGRATULATIONS! Your OpenBSD
[all...]
/openbsd-current/gnu/llvm/lldb/source/Utility/
H A DArchSpec.cpp899 m_triple.setOS(llvm::Triple::OSType::OpenBSD);
/openbsd-current/usr.sbin/nsd/
H A Dconfig.guess274 *:OpenBSD:*:*)
275 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Socket-IP/lib/IO/Socket/
H A DIP.pm307 OpenBSD and MirBSD, will fail with C<EINVAL> if you attempt to disable it.
/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp65 static const char *const LLDB_NT_OWNER_OPENBSD = "OpenBSD";
531 ostype = llvm::Triple::OSType::OpenBSD;
1202 // Process OpenBSD ELF notes.
1204 // Set the elf OS version to OpenBSD. Also clear the vendor.
1205 arch_spec.GetTriple().setOS(llvm::Triple::OSType::OpenBSD);
/openbsd-current/usr.sbin/unbound/
H A Dconfig.guess280 *:OpenBSD:*:*)
281 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1148 else if (OS == llvm::Triple::OpenBSD)
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp1258 (ostype == llvm::Triple::OpenBSD)) {
/openbsd-current/sys/kern/
H A Dkern_sysctl.c1 /* $OpenBSD: kern_sysctl.c,v 1.427 2024/04/12 16:07:09 bluhm Exp $ */
284 static int openbsd = OpenBSD;
/openbsd-current/gnu/usr.bin/perl/
H A DMakefile.SH685 # OpenBSD uses pre-generated lib/Config_git.pl and git_version.h files
1438 -rmdir lib/Parse/CPAN lib/Parse lib/Params lib/OpenBSD lib/Net/FTP
H A DConfigure6249 : This test was common to all the OpenBSD forks, and seems harmless for
23691 OCS88 OEMVS OpenBSD os OS2 OS390 osf OSF1 OSF_SOURCE
/openbsd-current/sys/dev/pv/
H A Dhyperv.c31 * The OpenBSD port was done under funding by Esdenera Networks GmbH.
331 /* OpenBSD build date */
333 ver |= (uint64_t)OpenBSD << MSR_HV_GUESTID_VERSION_SHIFT;
/openbsd-current/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp43 #include "ToolChains/OpenBSD.h"
5842 // Handle OpenBSD-style maj/min shlib scheme
6052 case llvm::Triple::OpenBSD:
6053 TC = std::make_unique<toolchains::OpenBSD>(*this, Target, Args);
/openbsd-current/sys/lib/libkern/arch/hppa/
H A Dmilli.S1 ; $OpenBSD: milli.S,v 1.6 2022/01/11 09:21:35 jsg Exp $
/openbsd-current/gnu/usr.bin/perl/cpan/File-Temp/lib/File/
H A DTemp.pm288 # modelled on OpenBSD _gettemp() in mktemp.c
2574 #pod mkstemp() function. In March 2000, the OpenBSD mkstemp() code was
3593 mkstemp() function. In March 2000, the OpenBSD mkstemp() code was
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/lib/Pod/
H A DMan.pm2169 OpenBSD 7.1 yes yes
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp2160 case llvm::Triple::OpenBSD:

Completed in 707 milliseconds

12345678