HomeSort by relevance Sort by last modified time
    Searched refs:OpenBSD (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /prebuilts/go/darwin-x86/src/net/
tcpsockopt_openbsd.go 13 // OpenBSD has no user-settable per-socket TCP keepalive
dnsconfig_unix.go 5 // +build darwin dragonfly freebsd linux netbsd openbsd solaris
30 lookup []string // OpenBSD top-level database "lookup" order
123 // OpenBSD option:
124 // http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man5/resolv.conf.5
  /prebuilts/go/linux-x86/src/net/
tcpsockopt_openbsd.go 13 // OpenBSD has no user-settable per-socket TCP keepalive
dnsconfig_unix.go 5 // +build darwin dragonfly freebsd linux netbsd openbsd solaris
30 lookup []string // OpenBSD top-level database "lookup" order
123 // OpenBSD option:
124 // http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man5/resolv.conf.5
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_bsd.go 5 // +build dragonfly freebsd netbsd openbsd
12 "/etc/ssl/cert.pem", // OpenBSD
  /prebuilts/go/darwin-x86/src/internal/syscall/unix/
getentropy_openbsd.go 15 // GetEntropy calls the OpenBSD getentropy system call.
  /prebuilts/go/darwin-x86/src/runtime/cgo/
openbsd.go 5 // +build openbsd
12 // OpenBSD crt0.o and the libc dynamic library needs it.
19 // .openbsd.randomdata section.
  /prebuilts/go/linux-x86/src/crypto/x509/
root_bsd.go 5 // +build dragonfly freebsd netbsd openbsd
12 "/etc/ssl/cert.pem", // OpenBSD
  /prebuilts/go/linux-x86/src/internal/syscall/unix/
getentropy_openbsd.go 15 // GetEntropy calls the OpenBSD getentropy system call.
  /prebuilts/go/linux-x86/src/runtime/cgo/
openbsd.go 5 // +build openbsd
12 // OpenBSD crt0.o and the libc dynamic library needs it.
19 // .openbsd.randomdata section.
  /prebuilts/go/darwin-x86/src/crypto/rand/
rand.go 15 // On OpenBSD, Reader uses getentropy(2).
  /prebuilts/go/linux-x86/src/crypto/rand/
rand.go 15 // On OpenBSD, Reader uses getentropy(2).
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.cpp 105 // OpenBSD has buggy support for .quad in 32-bit mode, just split into two
107 if (T.getOS() == Triple::OpenBSD && T.getArch() == Triple::x86)
  /external/libunwind/aux/
config.guess 176 amiga:OpenBSD:*:*)
177 echo m68k-unknown-openbsd${UNAME_RELEASE}
179 arc:OpenBSD:*:*)
180 echo mipsel-unknown-openbsd${UNAME_RELEASE}
182 hp300:OpenBSD:*:*)
183 echo m68k-unknown-openbsd${UNAME_RELEASE}
185 mac68k:OpenBSD:*:*)
186 echo m68k-unknown-openbsd${UNAME_RELEASE}
188 macppc:OpenBSD:*:*)
189 echo powerpc-unknown-openbsd${UNAME_RELEASE
    [all...]
  /external/swiftshader/third_party/LLVM/projects/sample/autoconf/
config.guess 199 amiga:OpenBSD:*:*)
200 echo m68k-unknown-openbsd${UNAME_RELEASE}
202 arc:OpenBSD:*:*)
203 echo mipsel-unknown-openbsd${UNAME_RELEASE}
205 hp300:OpenBSD:*:*)
206 echo m68k-unknown-openbsd${UNAME_RELEASE}
208 mac68k:OpenBSD:*:*)
209 echo m68k-unknown-openbsd${UNAME_RELEASE}
211 macppc:OpenBSD:*:*)
212 echo powerpc-unknown-openbsd${UNAME_RELEASE}
    [all...]
  /external/lz4/lib/
Makefile 113 ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS))
126 ifneq (,$(filter $(shell uname),OpenBSD FreeBSD NetBSD DragonFly))
  /external/lz4/programs/
Makefile 114 ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS))
133 ifneq (,$(filter $(shell uname),OpenBSD FreeBSD NetBSD DragonFly SunOS))
  /bionic/libc/tools/
generate-NOTICE.py 70 if "\t@(#)" in lines[i] or "\tfrom: @(#)" in lines[i] or "From: @(#)" in lines[i] or "from OpenBSD:" in lines[i]:
74 if "\t$Citrus: " in lines[i] or "\t$OpenBSD: " in lines[i] or " $FreeBSD: " in lines[i] or "\t$NetBSD: " in lines[i]:
78 # OpenBSD likes to say where stuff originally came from:
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Triple.h 95 OpenBSD,
  /external/swiftshader/third_party/LLVM/tools/llvm-shlib/
Makefile 66 ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux FreeBSD OpenBSD))
  /external/llvm/include/llvm/ADT/
Triple.h 153 OpenBSD,
456 return getOS() == Triple::OpenBSD;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Triple.h 158 OpenBSD,
464 return getOS() == Triple::OpenBSD;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 159 OpenBSD,
466 return getOS() == Triple::OpenBSD;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 159 OpenBSD,
466 return getOS() == Triple::OpenBSD;
  /prebuilts/go/darwin-x86/misc/cgo/test/
basic.go 123 if runtime.GOOS == "openbsd" {
124 // Bug in OpenBSD strtol(3) - base > 36 succeeds.

Completed in 1360 milliseconds

1 2 3 4 5 6