Home
last modified time | relevance | path

Searched full:netbsd (Results 1 – 25 of 875) sorted by relevance

12345678910>>...35

/external/clang/test/Driver/
Dbiarch.c1 // RUN: %clang -target i386--netbsd -m32 %s -### 2>&1 | FileCheck -check-prefix=I386 %s
2 // RUN: %clang -target x86_64--netbsd -m32 %s -### 2>&1 | FileCheck -check-prefix=I386 %s
3 // I386: "-cc1" "-triple" "i386--netbsd"
5 // RUN: %clang -target i386--netbsd -m64 %s -### 2>&1 | FileCheck -check-prefix=X86_64 %s
6 // RUN: %clang -target x86_64--netbsd -m64 %s -### 2>&1 | FileCheck -check-prefix=X86_64 %s
7 // X86_64: "-cc1" "-triple" "x86_64--netbsd"
9 // r196538 set arm1176jzf-s as default CPU for ARMv6 on NetBSD
10 // RUN: %clang -target armv6--netbsd-eabihf -m32 %s -### 2>&1 | FileCheck -check-prefix=ARMV6 %s
11 // ARMV6: "-cc1" "-triple" "armv6kz--netbsd-eabihf"
13 // RUN: %clang -target sparcv9--netbsd -m32 %s -### 2>&1 | FileCheck -check-prefix=SPARC %s
[all …]
Dsparcv9-as.c15 // RUN: %clang -no-canonical-prefixes -target sparcv9--netbsd \
19 // RUN: %clang -mcpu=v9 -no-canonical-prefixes -target sparcv9--netbsd \
23 // RUN: %clang -mcpu=ultrasparc -no-canonical-prefixes -target sparcv9--netbsd \
27 // RUN: %clang -mcpu=ultrasparc3 -no-canonical-prefixes -target sparcv9--netbsd \
31 // RUN: %clang -mcpu=niagara -no-canonical-prefixes -target sparcv9--netbsd \
35 // RUN: %clang -mcpu=niagara2 -no-canonical-prefixes -target sparcv9--netbsd \
39 // RUN: %clang -mcpu=niagara3 -no-canonical-prefixes -target sparcv9--netbsd \
43 // RUN: %clang -mcpu=niagara4 -no-canonical-prefixes -target sparcv9--netbsd \
52 // RUN: not %clang -mcpu=v8 -no-canonical-prefixes -target sparcv9--netbsd \
56 // RUN: not %clang -mcpu=supersparc -no-canonical-prefixes -target sparcv9--netbsd \
[all …]
Dsparc-as.c15 // RUN: %clang -no-canonical-prefixes -target sparc--netbsd \
19 // RUN: %clang -mcpu=v8 -no-canonical-prefixes -target sparc--netbsd \
23 // RUN: %clang -mcpu=supersparc -no-canonical-prefixes -target sparc--netbsd \
27 // RUN: %clang -mcpu=sparclite -no-canonical-prefixes -target sparc--netbsd \
31 // RUN: %clang -mcpu=f934 -no-canonical-prefixes -target sparc--netbsd \
35 // RUN: %clang -mcpu=hypersparc -no-canonical-prefixes -target sparc--netbsd \
39 // RUN: %clang -mcpu=sparclite86x -no-canonical-prefixes -target sparc--netbsd \
43 // RUN: %clang -mcpu=sparclet -no-canonical-prefixes -target sparc--netbsd \
47 // RUN: %clang -mcpu=tsc701 -no-canonical-prefixes -target sparc--netbsd \
51 // RUN: %clang -mcpu=v9 -no-canonical-prefixes -target sparc--netbsd \
[all …]
Dnetbsd.c1 // RUN: %clang -no-canonical-prefixes -target x86_64--netbsd \
4 // RUN: %clang -no-canonical-prefixes -target x86_64--netbsd \
7 // RUN: %clang -no-canonical-prefixes -target x86_64--netbsd \
11 // RUN: %clang -no-canonical-prefixes -target x86_64--netbsd \
20 // RUN: %clang -no-canonical-prefixes -target aarch64--netbsd \
26 // RUN: %clang -no-canonical-prefixes -target arm--netbsd-eabi \
29 // RUN: %clang -no-canonical-prefixes -target armeb--netbsd-eabi \
32 // RUN: %clang -no-canonical-prefixes -target armeb--netbsd-eabi -march=armv7 \
35 // RUN: %clang -no-canonical-prefixes -target armv7eb--netbsd-eabi \
38 // RUN: %clang -r -no-canonical-prefixes -target armeb--netbsd-eabi \
[all …]
/external/clang/test/Preprocessor/
Dinit.c631 …-E -dM -ffreestanding -triple=aarch64-netbsd < /dev/null | FileCheck -match-full-lines -check-pref…
633 // AARCH64-NETBSD:#define _LP64 1
634 // AARCH64-NETBSD-NOT:#define __AARCH64EB__ 1
635 // AARCH64-NETBSD:#define __AARCH64EL__ 1
636 // AARCH64-NETBSD-NOT:#define __AARCH_BIG_ENDIAN 1
637 // AARCH64-NETBSD:#define __ARM_64BIT_STATE 1
638 // AARCH64-NETBSD:#define __ARM_ARCH 8
639 // AARCH64-NETBSD:#define __ARM_ARCH_ISA_A64 1
640 // AARCH64-NETBSD-NOT:#define __ARM_BIG_ENDIAN 1
641 // AARCH64-NETBSD:#define __BIGGEST_ALIGNMENT__ 16
[all …]
Dstdint.c637 …%clang_cc1 -E -ffreestanding -triple=powerpc64-none-netbsd %s | FileCheck -check-prefix PPC64-NETB…
639 // PPC64-NETBSD:typedef long long int int64_t;
640 // PPC64-NETBSD:typedef long long unsigned int uint64_t;
641 // PPC64-NETBSD:typedef int64_t int_least64_t;
642 // PPC64-NETBSD:typedef uint64_t uint_least64_t;
643 // PPC64-NETBSD:typedef int64_t int_fast64_t;
644 // PPC64-NETBSD:typedef uint64_t uint_fast64_t;
646 // PPC64-NETBSD:typedef int int32_t;
647 // PPC64-NETBSD:typedef unsigned int uint32_t;
648 // PPC64-NETBSD:typedef int32_t int_least32_t;
[all …]
/external/clang/test/CodeGen/
Dmcount.c5 // RUN: %clang_cc1 -pg -triple i386-netbsd -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-PREFI…
6 // RUN: %clang_cc1 -pg -triple x86_64-netbsd -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-PRE…
7 // RUN: %clang_cc1 -pg -triple arm-netbsd-eabi -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-P…
8 // RUN: %clang_cc1 -pg -triple aarch64-netbsd -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-PR…
9 // RUN: %clang_cc1 -pg -triple mips-netbsd -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-PREFI…
10 // RUN: %clang_cc1 -pg -triple powerpc-netbsd -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-PR…
11 // RUN: %clang_cc1 -pg -triple powerpc64-netbsd -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-…
12 // RUN: %clang_cc1 -pg -triple powerpc64le-netbsd -emit-llvm -o - %s | FileCheck -check-prefix=CHEC…
13 // RUN: %clang_cc1 -pg -triple sparc-netbsd -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-PREF…
14 // RUN: %clang_cc1 -pg -triple sparc64-netbsd -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-PR…
/external/rust/crates/rustix/src/net/
Dsocket.rs28 /// - [NetBSD]
40 /// [NetBSD]: https://man.netbsd.org/socket.2
71 /// - [NetBSD]
83 /// [NetBSD]: https://man.netbsd.org/socket.2
108 /// - [NetBSD]
120 /// [NetBSD]: https://man.netbsd.org/bind.2
145 /// - [NetBSD]
157 /// [NetBSD]: https://man.netbsd.org/bind.2
188 /// - [NetBSD]
200 /// [NetBSD]: https://man.netbsd.org/bind.2
[all …]
/external/rust/crates/getrandom/
DCargo.toml.orig56 [package.metadata.cross.target.x86_64-unknown-netbsd]
58 "mkdir -p /tmp/netbsd",
59 "curl https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.2/amd64/binary/sets/base.tar.xz -O",
60 "tar -C /tmp/netbsd -xJf base.tar.xz",
61 "cp /tmp/netbsd/usr/lib/libexecinfo.so /usr/local/x86_64-unknown-netbsd/lib",
63 "rm -rf /tmp/netbsd",
DCargo.toml28 [package.metadata.cross.target.x86_64-unknown-netbsd]
30 "mkdir -p /tmp/netbsd",
31 "curl https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.2/amd64/binary/sets/base.tar.xz -O",
32 "tar -C /tmp/netbsd -xJf base.tar.xz",
33 "cp /tmp/netbsd/usr/lib/libexecinfo.so /usr/local/x86_64-unknown-netbsd/lib",
35 "rm -rf /tmp/netbsd",
/external/rust/crates/rustix/src/
Dstdio.rs35 /// - [NetBSD]
44 /// [NetBSD]: https://man.netbsd.org/stdin.4
81 /// - [NetBSD]
90 /// [NetBSD]: https://man.netbsd.org/stdin.4
121 /// - [NetBSD]
130 /// [NetBSD]: https://man.netbsd.org/stdin.4
157 /// - [NetBSD]
166 /// [NetBSD]: https://man.netbsd.org/stdout.4
203 /// - [NetBSD]
212 /// [NetBSD]: https://man.netbsd.org/stdout.4
[all …]
/external/rust/crates/rustix/src/io/
Dread_write.rs24 /// - [NetBSD]
34 /// [NetBSD]: https://man.netbsd.org/read.2
69 /// - [NetBSD]
79 /// [NetBSD]: https://man.netbsd.org/write.2
96 /// - [NetBSD]
105 /// [NetBSD]: https://man.netbsd.org/pread.2
142 /// - [NetBSD]
151 /// [NetBSD]: https://man.netbsd.org/pwrite.2
167 /// - [NetBSD]
176 /// [NetBSD]: https://man.netbsd.org/readv.2
[all …]
Dfcntl.rs23 /// - [NetBSD]
33 /// [NetBSD]: https://man.netbsd.org/fcntl.2
51 /// - [NetBSD]
61 /// [NetBSD]: https://man.netbsd.org/fcntl.2
86 /// - [NetBSD]
96 /// [NetBSD]: https://man.netbsd.org/fcntl.2
121 /// - [NetBSD]
131 /// [NetBSD]: https://man.netbsd.org/fcntl.2
Ddup.rs25 /// - [NetBSD]
37 /// [NetBSD]: https://man.netbsd.org/dup.2
67 /// - [NetBSD]
79 /// [NetBSD]: https://man.netbsd.org/dup2.2
104 /// - [NetBSD]
111 /// [NetBSD]: https://man.netbsd.org/dup3.2
/external/ipsec-tools/
DChangeLog70 ChangeLog from NetBSD CVS. Put sourceforge.net changes to
179 2008-02-25 Emmanuel Dreyfus <manu@netbsd.org>
188 2008-02-22 Emmanuel Dreyfus <manu@netbsd.org>
248 2007-08-07 Emmanuel Dreyfus <manu@netbsd.org>
289 2007-06-12 Emmanuel Dreyfus <manu@netbsd.org>
297 2007-06-07 Emmanuel Dreyfus <manu@netbsd.org>
311 2007-06-06 Emmanuel Dreyfus <manu@netbsd.org>
350 2007-03-29 Emmanuel Dreyfus <manu@netbsd.org>
394 2007-03-06 Emmanuel Dreyfus <manu@netbsd.org>
428 2007-02-16 Emmanuel Dreyfus <manu@netbsd.org>
[all …]
DMETADATA2 description: "IPsec (IP security protocol) is part of the NetBSD distributions."
6 value: "https://www.netbsd.org/"
10 value: "https://ftp.netbsd.org/pub/NetBSD/misc/ipsec-tools/0.7/ipsec-tools-0.7.3.tar.gz"
/external/llvm/test/CodeGen/X86/
Dstack-align2.ll3 ; RUN: llc < %s -mcpu=generic -mtriple=i386-netbsd | FileCheck %s -check-prefix=NETBSD-I386
7 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-netbsd | FileCheck %s -check-prefix=NETBSD-X86_64
18 ; NETBSD-I386-NOT: subl {{.*}}, %esp
24 ; NETBSD-X86_64: pushq %{{.*}}
25 ; NETBSD-X86_64-NOT: subq {{.*}}, %rsp
/external/rust/crates/rustix/src/mm/
Dmmap.rs62 /// - [NetBSD]
72 /// [NetBSD]: https://man.netbsd.org/mmap.2
103 /// - [NetBSD]
113 /// [NetBSD]: https://man.netbsd.org/mmap.2
140 /// - [NetBSD]
150 /// [NetBSD]: https://man.netbsd.org/munmap.2
224 /// - [NetBSD]
233 /// [NetBSD]: https://man.netbsd.org/mprotect.2
261 /// - [NetBSD]
271 /// [NetBSD]: https://man.netbsd.org/mlock.2
[all …]
/external/rust/crates/rustix/src/net/send_recv/
Dmod.rs44 /// - [NetBSD]
56 /// [NetBSD]: https://man.netbsd.org/recv.2
93 /// - [NetBSD]
105 /// [NetBSD]: https://man.netbsd.org/send.2
125 /// - [NetBSD]
137 /// [NetBSD]: https://man.netbsd.org/recvfrom.2
181 /// - [NetBSD]
193 /// [NetBSD]: https://man.netbsd.org/sendto.2
229 /// - [NetBSD]
241 /// [NetBSD]: https://man.netbsd.org/sendto.2
[all …]
/external/tcpdump/doc/
DREADME.NetBSD.md1 # Compiling tcpdump on NetBSD
3 NetBSD has two libpcap libraries: one that is always installed as a part of the
11 ## NetBSD 9.3
17 ## NetBSD 9.2, 9.1 and 9.0
21 [this bug](https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=55901).
/external/rust/crates/rustix/src/time/
Dclock.rs15 /// - [NetBSD]
23 /// [NetBSD]: https://man.netbsd.org/clock_getres.2
45 /// - [NetBSD]
53 /// [NetBSD]: https://man.netbsd.org/clock_getres.2
88 /// - [NetBSD]
96 /// [NetBSD]: https://man.netbsd.org/clock_settime.2
/external/rust/crates/rustix/src/termios/
Dioctl.rs14 /// - [NetBSD]
19 /// [NetBSD]: https://man.netbsd.org/tty.4
37 /// - [NetBSD]
42 /// [NetBSD]: https://man.netbsd.org/tty.4
/external/sg3_utils/getopt_long/
Dgetopt.h1 /* $NetBSD: getopt.h,v 1.7 2005/02/03 04:39:32 perry Exp $ */
4 * Copyright (c) 2000 The NetBSD Foundation, Inc.
7 * This code is derived from software contributed to The NetBSD Foundation
20 * This product includes software developed by the NetBSD
22 * 4. Neither the name of The NetBSD Foundation nor the names of its
26 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
/external/bazelbuild-rules_go/go/private/
Dplatforms.bzl72 ("netbsd", "386"),
73 ("netbsd", "amd64"),
74 ("netbsd", "arm"),
75 ("netbsd", "arm64"),
129 ("netbsd", "386"): None,
130 ("netbsd", "amd64"): None,
131 ("netbsd", "arm"): None,
132 ("netbsd", "arm64"): None,
/external/tcpdump/
Dprint-mobile.c1 /* $NetBSD: print-mobile.c,v 1.2 1998/09/30 08:57:01 hwr Exp $ */
4 * (c) 1998 The NetBSD Foundation, Inc.
7 * This code is derived from software contributed to The NetBSD Foundation
20 * This product includes software developed by the NetBSD
22 * 4. Neither the name of The NetBSD Foundation nor the names of its
26 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS

12345678910>>...35