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

1 2 3 4

  /prebuilts/go/darwin-x86/src/crypto/x509/
root_bsd.go 5 // +build dragonfly freebsd netbsd openbsd
11 "/usr/local/share/certs/ca-root-nss.crt", // FreeBSD/DragonFly
  /prebuilts/go/darwin-x86/src/runtime/cgo/
dragonfly.go 5 // +build dragonfly
12 // link against the standard DragonFly crt0.o and the
  /prebuilts/go/linux-x86/src/crypto/x509/
root_bsd.go 5 // +build dragonfly freebsd netbsd openbsd
11 "/usr/local/share/certs/ca-root-nss.crt", // FreeBSD/DragonFly
  /prebuilts/go/linux-x86/src/runtime/cgo/
dragonfly.go 5 // +build dragonfly
12 // link against the standard DragonFly crt0.o and the
  /prebuilts/go/darwin-x86/src/net/
sendfile_dragonfly.go 25 // DragonFly uses 0 as the "until EOF" value. If you pass in more bytes than the
52 // The other quirk with DragonFly's sendfile implementation is that it doesn't
sockopt_bsd.go 5 // +build darwin dragonfly freebsd netbsd openbsd
16 if runtime.GOOS == "dragonfly" && sotype != syscall.SOCK_RAW {
17 // On DragonFly BSD, we adjust the ephemeral port
ipsock_posix.go 5 // +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris windows
51 case "dragonfly", "openbsd":
52 // Some released versions of DragonFly BSD pretend to
54 // still stays IPV6_V6ONLY=1. Eventually DragonFly BSD
net_test.go 238 // DragonFly BSD. So we need to give some time
242 // default on DragonFly BSD.
  /prebuilts/go/linux-x86/src/net/
sendfile_dragonfly.go 25 // DragonFly uses 0 as the "until EOF" value. If you pass in more bytes than the
52 // The other quirk with DragonFly's sendfile implementation is that it doesn't
sockopt_bsd.go 5 // +build darwin dragonfly freebsd netbsd openbsd
16 if runtime.GOOS == "dragonfly" && sotype != syscall.SOCK_RAW {
17 // On DragonFly BSD, we adjust the ephemeral port
ipsock_posix.go 5 // +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris windows
51 case "dragonfly", "openbsd":
52 // Some released versions of DragonFly BSD pretend to
54 // still stays IPV6_V6ONLY=1. Eventually DragonFly BSD
net_test.go 238 // DragonFly BSD. So we need to give some time
242 // default on DragonFly BSD.
  /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))
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Triple.h 86 DragonFly,
  /external/llvm/include/llvm/ADT/
Triple.h 145 DragonFly,
463 bool isOSDragonFly() const { return getOS() == Triple::DragonFly; }
  /prebuilts/go/darwin-x86/src/runtime/
futex_test.go 5 // Futex is only available on DragonFly BSD, FreeBSD and Linux.
9 // +build dragonfly freebsd linux
mem_bsd.go 5 // +build dragonfly freebsd nacl netbsd openbsd solaris
70 if GOOS == "dragonfly" {
71 // TODO(jsing): For some reason DragonFly seems to return
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/
route.go 5 // +build darwin dragonfly freebsd netbsd openbsd
11 // DragonFly BSD, FreeBSD 7 through 11, NetBSD 6 and above, and
  /prebuilts/go/linux-x86/src/runtime/
futex_test.go 5 // Futex is only available on DragonFly BSD, FreeBSD and Linux.
9 // +build dragonfly freebsd linux
mem_bsd.go 5 // +build dragonfly freebsd nacl netbsd openbsd solaris
70 if GOOS == "dragonfly" {
71 // TODO(jsing): For some reason DragonFly seems to return
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/
route.go 5 // +build darwin dragonfly freebsd netbsd openbsd
11 // DragonFly BSD, FreeBSD 7 through 11, NetBSD 6 and above, and
  /external/swiftshader/third_party/LLVM/lib/Support/
Triple.cpp 103 case DragonFly: return "dragonfly";
355 else if (OSName.startswith("dragonfly"))
356 return DragonFly;
  /prebuilts/go/darwin-x86/src/syscall/
sockcmsg_unix.go 5 // +build darwin dragonfly freebsd linux netbsd openbsd solaris
16 // NOTE: It seems like 64-bit Darwin, DragonFly BSD and
  /prebuilts/go/linux-x86/src/syscall/
sockcmsg_unix.go 5 // +build darwin dragonfly freebsd linux netbsd openbsd solaris
16 // NOTE: It seems like 64-bit Darwin, DragonFly BSD and

Completed in 749 milliseconds

1 2 3 4