Home
last modified time | relevance | path

Searched full:openbsd (Results 1 – 25 of 951) sorted by relevance

12345678910>>...39

/external/clang/test/Driver/
Dopenbsd.c1 // RUN: %clang -no-canonical-prefixes -target i686-pc-openbsd %s -### 2>&1 \
3 // CHECK-LD: clang{{.*}}" "-cc1" "-triple" "i686-pc-openbsd"
6 // RUN: %clang -no-canonical-prefixes -target i686-pc-openbsd -pg -pthread %s -### 2>&1 \
8 // CHECK-PG: clang{{.*}}" "-cc1" "-triple" "i686-pc-openbsd"
12 // RUN: %clang -target mips64-unknown-openbsd -### -c %s 2>&1 \
14 // RUN: %clang -target mips64el-unknown-openbsd -### -c %s 2>&1 \
19 // Check that the new linker flags are passed to OpenBSD
20 // RUN: %clang -no-canonical-prefixes -target i686-pc-openbsd -r %s -### 2>&1 \
22 // RUN: %clang -no-canonical-prefixes -target i686-pc-openbsd -s %s -### 2>&1 \
24 // RUN: %clang -no-canonical-prefixes -target i686-pc-openbsd -t %s -### 2>&1 \
[all …]
Dstack-protector.c13 // RUN: %clang -target i386-pc-openbsd -### %s 2>&1 | FileCheck %s -check-prefix=OPENBSD
14 // OPENBSD: "-stack-protector" "2"
16 // RUN: %clang -target i386-pc-openbsd -fstack-protector -### %s 2>&1 | FileCheck %s -check-prefix=…
/external/rust/crates/rustix/src/net/
Dsocket.rs29 /// - [OpenBSD]
41 /// [OpenBSD]: https://man.openbsd.org/socket.2
72 /// - [OpenBSD]
84 /// [OpenBSD]: https://man.openbsd.org/socket.2
109 /// - [OpenBSD]
121 /// [OpenBSD]: https://man.openbsd.org/bind.2
146 /// - [OpenBSD]
158 /// [OpenBSD]: https://man.openbsd.org/bind.2
189 /// - [OpenBSD]
201 /// [OpenBSD]: https://man.openbsd.org/bind.2
[all …]
/external/rust/crates/rustix/src/
Dstdio.rs36 /// - [OpenBSD]
45 /// [OpenBSD]: https://man.openbsd.org/stdin.4
82 /// - [OpenBSD]
91 /// [OpenBSD]: https://man.openbsd.org/stdin.4
122 /// - [OpenBSD]
131 /// [OpenBSD]: https://man.openbsd.org/stdin.4
158 /// - [OpenBSD]
167 /// [OpenBSD]: https://man.openbsd.org/stdout.4
204 /// - [OpenBSD]
213 /// [OpenBSD]: https://man.openbsd.org/stdout.4
[all …]
/external/rust/crates/rustix/src/io/
Dread_write.rs25 /// - [OpenBSD]
35 /// [OpenBSD]: https://man.openbsd.org/read.2
70 /// - [OpenBSD]
80 /// [OpenBSD]: https://man.openbsd.org/write.2
97 /// - [OpenBSD]
106 /// [OpenBSD]: https://man.openbsd.org/pread.2
143 /// - [OpenBSD]
152 /// [OpenBSD]: https://man.openbsd.org/pwrite.2
168 /// - [OpenBSD]
177 /// [OpenBSD]: https://man.openbsd.org/readv.2
[all …]
Dfcntl.rs24 /// - [OpenBSD]
34 /// [OpenBSD]: https://man.openbsd.org/fcntl.2
52 /// - [OpenBSD]
62 /// [OpenBSD]: https://man.openbsd.org/fcntl.2
87 /// - [OpenBSD]
97 /// [OpenBSD]: https://man.openbsd.org/fcntl.2
122 /// - [OpenBSD]
132 /// [OpenBSD]: https://man.openbsd.org/fcntl.2
Ddup.rs26 /// - [OpenBSD]
38 /// [OpenBSD]: https://man.openbsd.org/dup.2
68 /// - [OpenBSD]
80 /// [OpenBSD]: https://man.openbsd.org/dup2.2
105 /// - [OpenBSD]
112 /// [OpenBSD]: https://man.openbsd.org/dup3.2
Dioctl.rs36 /// - [OpenBSD]
40 /// [OpenBSD]: https://man.openbsd.org/ioctl.2#GENERIC_IOCTLS
61 /// - [OpenBSD]
67 /// [OpenBSD]: https://man.openbsd.org/ioctl.2#GENERIC_IOCTLS
/external/rust/crates/rustix/src/mm/
Dmmap.rs63 /// - [OpenBSD]
73 /// [OpenBSD]: https://man.openbsd.org/mmap.2
104 /// - [OpenBSD]
114 /// [OpenBSD]: https://man.openbsd.org/mmap.2
141 /// - [OpenBSD]
151 /// [OpenBSD]: https://man.openbsd.org/munmap.2
225 /// - [OpenBSD]
234 /// [OpenBSD]: https://man.openbsd.org/mprotect.2
262 /// - [OpenBSD]
272 /// [OpenBSD]: https://man.openbsd.org/mlock.2
[all …]
/external/rust/crates/rustix/src/net/send_recv/
Dmod.rs45 /// - [OpenBSD]
57 /// [OpenBSD]: https://man.openbsd.org/recv.2
94 /// - [OpenBSD]
106 /// [OpenBSD]: https://man.openbsd.org/send.2
126 /// - [OpenBSD]
138 /// [OpenBSD]: https://man.openbsd.org/recvfrom.2
182 /// - [OpenBSD]
194 /// [OpenBSD]: https://man.openbsd.org/sendto.2
230 /// - [OpenBSD]
242 /// [OpenBSD]: https://man.openbsd.org/sendto.2
[all …]
/external/rust/crates/rustix/src/time/
Dclock.rs16 /// - [OpenBSD]
24 /// [OpenBSD]: https://man.openbsd.org/clock_getres.2
46 /// - [OpenBSD]
54 /// [OpenBSD]: https://man.openbsd.org/clock_getres.2
89 /// - [OpenBSD]
97 /// [OpenBSD]: https://man.openbsd.org/clock_settime.2
/external/rust/crates/rustix/src/termios/
Dioctl.rs15 /// - [OpenBSD]
20 /// [OpenBSD]: https://man.openbsd.org/tty.4
38 /// - [OpenBSD]
43 /// [OpenBSD]: https://man.openbsd.org/tty.4
/external/bazelbuild-rules_go/go/private/
Dplatforms.bzl76 ("openbsd", "386"),
77 ("openbsd", "amd64"),
78 ("openbsd", "arm"),
79 ("openbsd", "arm64"),
133 ("openbsd", "386"): None,
134 ("openbsd", "amd64"): None,
135 ("openbsd", "arm"): None,
136 ("openbsd", "arm64"): None,
/external/clang/test/Frontend/
Dgnu-mcount.c17 …rget armv7-unknown-openbsd-gnueabihf -pg -S -emit-llvm -o - %s | FileCheck %s -check-prefix CHECK …
18 …rmv7-unknown-openbsd-gnueabihf -meabi gnu -pg -S -emit-llvm -o - %s | FileCheck %s -check-prefix C…
19 …t aarch64-unknown-openbsd-gnueabihf -pg -S -emit-llvm -o - %s | FileCheck %s -check-prefix CHECK -…
20 …h64-unknown-openbsd-gnueabihf -meabi gnu -pg -S -emit-llvm -o - %s | FileCheck %s -check-prefix CH…
60 // CHECK-ARM-EABI-OPENBSD: call void @__mcount()
61 // CHECK-ARM-EABI-OPENBSD-NOT: call void @"\01__gnu_mcount_nc"()
62 // CHECK-ARM64-EABI-OPENBSD: call void @mcount()
63 // CHECK-ARM64-EABI-OPENBSD-NOT: call void @"\01__gnu_mcount_nc"()
/external/rust/crates/nix/
Dbuild.rs13 openbsd: { target_os = "openbsd" }, in main()
19 bsd: { any(freebsd, dragonfly, netbsd, openbsd, apple_targets) }, in main()
22 netbsdlike: { any(netbsd, openbsd) }, in main()
/external/python/cpython2/Misc/
DREADME.OpenBSD4 If you are have a problem building on OpenBSD and see output like this
17 please tell python-dev@python.org indicating your version of OpenBSD
28 OpenBSD/2.* | OpenBSD/3.@<:@012345678@:>@)
/external/libusb/
DChangeLog61 * OpenBSD: Allow opening ugen devices multiple times (#763)
62 * OpenBSD: Support libusb_get_port_number() (#764)
76 * BSD: Remove infinite recursion in OpenBSD backend
173 * OpenBSD: Update OpenBSD backend with support for control transfers to
175 Note that using this libusb version on OpenBSD requires using
176 OpenBSD 5.3-current or later. Users of older OpenBSD versions are advised
177 to stay with the libusb shipped with OpenBSD (mpi)
276 * Add OpenBSD support
/external/mesa3d/docs/relnotes/
D20.1.7.rst100 - util: unbreak endian detection on OpenBSD
101 - util/anon_file: add OpenBSD shm_mkstemp() path
102 - meson: build with _ISOC11_SOURCE on OpenBSD
104 - util: futex fixes for OpenBSD
109 - util/os_misc: os_get_available_system_memory() for OpenBSD
/external/pigweed/pw_env_setup/py/pw_env_setup/cipd_setup/
D.cipd_version.digests35 openbsd-386 sha256 4971b79f665d7aecf05e53432bbb2b7c127fde5c9a9421ac47c5da4183b36a0c
36 openbsd-amd64 sha256 476acd295055ec07342eba4cd179f6f69065b7eeeb3a430a71d71eb6ab95be4b
37 openbsd-arm64 sha256 f6489324d45664cd356adce44f52facd3d3755e2827ea26590622744c9eb56fe
/external/clang/test/Sema/
Dtls.c15 // OpenBSD does not suppport TLS.
16 // RUN: not %clang_cc1 -triple x86_64-pc-openbsd -fsyntax-only %s
17 // RUN: not %clang_cc1 -triple i386-pc-openbsd -fsyntax-only %s
/external/tcpdump/
Dprint-enc.c1 /* $OpenBSD: print-enc.c,v 1.7 2002/02/19 19:39:40 millert Exp $ */
24 /* \summary: OpenBSD IPsec encapsulation BPF layer printer */
37 /* From $OpenBSD: if_enc.h,v 1.8 2001/06/25 05:14:00 angelos Exp $ */
46 * Ported to OpenBSD and NetBSD, with additional transforms, in December 1996,
74 /* From $OpenBSD: mbuf.h,v 1.56 2002/01/25 15:50:23 art Exp $ */
/external/rust/crates/nix/src/sys/
Dreboot.rs87 #[cfg(target_os = "openbsd")]
119 #[cfg(target_os = "openbsd")]
129 /// * [OpenBSD](https://man.openbsd.org/reboot.2)
132 #[cfg(target_os = "openbsd")]
/external/bazelbuild-rules_java/toolchains/
DBUILD78 name = "jni_md_header-openbsd",
79 srcs = ["include/openbsd/jni_md.h"],
99 "@bazel_tools//src/conditions:openbsd": [":jni_md_header-openbsd"],
112 "@bazel_tools//src/conditions:openbsd": ["include/openbsd"],
/external/python/cpython2/Doc/using/
Dunix.rst39 On FreeBSD and OpenBSD
46 * OpenBSD users, to add the package use::
50 …pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/4.2/packages/<insert your architecture here>/python-<ver…
54 pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/4.2/packages/i386/python-2.5.1p2.tgz
/external/rust/crates/rustix/src/event/
Dpause.rs16 /// - [OpenBSD]
25 /// [OpenBSD]: https://man.openbsd.org/pause.3

12345678910>>...39