Home
last modified time | relevance | path

Searched refs:goos (Results 1 – 25 of 2166) sorted by relevance

12345678910>>...87

/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/internal/sys/
H A Dsupported.go13 switch goos {
28 func MSanSupported(goos, goarch string) bool { argument
29 switch goos {
40 func ASanSupported(goos, goarch string) bool { argument
41 switch goos {
51 func FuzzSupported(goos, goarch string) bool { argument
52 switch goos {
66 return FuzzSupported(goos, goarch)
75 switch goos {
95 platform := goos + "/" + goarch
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/internal/platform/
H A Dplatform_test.go23 goos string
27 goos: "android",
31 goos: "darwin",
35 goos: "darwin",
39 goos: "linux",
43 goos: "darwin",
47 goos: "darwin",
51 goos: "solaris",
55 goos: "darwin",
59 goos: "windows",
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/engine/internal/platform/
H A Dplatform_test.go23 goos string
27 goos: "android",
31 goos: "darwin",
35 goos: "darwin",
39 goos: "linux",
43 goos: "darwin",
47 goos: "darwin",
51 goos: "solaris",
55 goos: "darwin",
59 goos: "windows",
[all …]
/dports/deskutils/ultralist/ultralist-1.7.0/
H A DRakefile4 { goos: "darwin", arch: "386" },
5 { goos: "darwin", arch: "amd64" },
6 { goos: "linux", arch: "arm" },
7 { goos: "linux", arch: "arm64" },
8 { goos: "linux", arch: "386" },
9 { goos: "linux", arch: "amd64" },
10 { goos: "windows", arch: "386" },
11 { goos: "windows", arch: "amd64" }
19 ENV["GOOS"] = env[:goos]
21 puts "Building #{env[:goos]} #{env[:arch]}"
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/cmd/internal/sys/
H A Dsupported.go12 func RaceDetectorSupported(goos, goarch string) bool { argument
13 switch goos {
28 func MSanSupported(goos, goarch string) bool { argument
29 switch goos {
39 func MustLinkExternal(goos, goarch string) bool { argument
40 switch goos {
55 func BuildModeSupported(compiler, buildmode, goos, goarch string) bool { argument
60 platform := goos + "/" + goarch
123 func InternalLinkPIESupported(goos, goarch string) bool { argument
124 switch goos + "/" + goarch {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/cmd/internal/sys/
H A Dsupported.go12 func RaceDetectorSupported(goos, goarch string) bool { argument
13 switch goos {
27 func MSanSupported(goos, goarch string) bool { argument
28 switch goos {
38 func MustLinkExternal(goos, goarch string) bool { argument
39 switch goos {
54 func BuildModeSupported(compiler, buildmode, goos, goarch string) bool { argument
59 platform := goos + "/" + goarch
122 func InternalLinkPIESupported(goos, goarch string) bool { argument
123 switch goos + "/" + goarch {
/dports/lang/gcc11/gcc-11.2.0/libgo/go/cmd/internal/sys/
H A Dsupported.go12 func RaceDetectorSupported(goos, goarch string) bool { argument
13 switch goos {
27 func MSanSupported(goos, goarch string) bool { argument
28 switch goos {
38 func MustLinkExternal(goos, goarch string) bool { argument
39 switch goos {
54 func BuildModeSupported(compiler, buildmode, goos, goarch string) bool { argument
59 platform := goos + "/" + goarch
122 func InternalLinkPIESupported(goos, goarch string) bool { argument
123 switch goos + "/" + goarch {
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/cmd/internal/sys/
H A Dsupported.go12 func RaceDetectorSupported(goos, goarch string) bool { argument
13 switch goos {
27 func MSanSupported(goos, goarch string) bool { argument
28 switch goos {
38 func MustLinkExternal(goos, goarch string) bool { argument
39 switch goos {
54 func BuildModeSupported(compiler, buildmode, goos, goarch string) bool { argument
59 platform := goos + "/" + goarch
122 func InternalLinkPIESupported(goos, goarch string) bool { argument
123 switch goos + "/" + goarch {
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/
H A D.goreleaser.yml23 goos:
40 - goos: darwin
42 - goos: darwin
44 - goos: darwin
46 - goos: darwin
48 - goos: windows
132 goos: linux
140 goos: linux
147 goos: linux
154 goos: linux
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/tklauser/go-sysconf/
H A Dmksysconf.go20 func gensysconf(in, out, goos, goarch string) error { argument
37 goBuild, build := goos, goos
39 goBuild = fmt.Sprintf("%s && %s", goos, goarch)
40 build = fmt.Sprintf("%s,%s", goos, goarch)
58 goos, goarch := runtime.GOOS, runtime.GOARCH
59 if goos == "illumos" {
60 goos = "solaris"
62 defs := fmt.Sprintf("sysconf_defs_%s.go", goos)
63 if err := gensysconf(defs, "z"+defs, goos, ""); err != nil {
71 if err := gensysconf(vals, zvals, goos, goarch); err != nil {
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/tklauser/go-sysconf/
H A Dmksysconf.go20 func gensysconf(in, out, goos, goarch string) error { argument
37 goBuild, build := goos, goos
39 goBuild = fmt.Sprintf("%s && %s", goos, goarch)
40 build = fmt.Sprintf("%s,%s", goos, goarch)
58 goos, goarch := runtime.GOOS, runtime.GOARCH
59 if goos == "illumos" {
60 goos = "solaris"
62 defs := fmt.Sprintf("sysconf_defs_%s.go", goos)
63 if err := gensysconf(defs, "z"+defs, goos, ""); err != nil {
71 if err := gensysconf(vals, zvals, goos, goarch); err != nil {
/dports/security/xray-core/Xray-core-1.5.0/.github/workflows/
H A Drelease.yml34 goos: darwin
37 - goos: darwin
41 - goos: linux
44 - goos: linux
47 - goos: linux
63 - goos: linux
65 - goos: linux
69 - goos: linux
71 - goos: linux
73 - goos: linux
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/go/cmd/internal/sys/
H A Dsupported.go12 func RaceDetectorSupported(goos, goarch string) bool { argument
13 switch goos {
25 func MSanSupported(goos, goarch string) bool { argument
26 switch goos {
35 func MustLinkExternal(goos, goarch string) bool { argument
36 switch goos {
49 func BuildModeSupported(compiler, buildmode, goos, goarch string) bool { argument
54 platform := goos + "/" + goarch
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/internal/sys/
H A Dsupported.go12 func RaceDetectorSupported(goos, goarch string) bool { argument
13 switch goos {
25 func MSanSupported(goos, goarch string) bool { argument
26 switch goos {
35 func MustLinkExternal(goos, goarch string) bool { argument
36 switch goos {
49 func BuildModeSupported(compiler, buildmode, goos, goarch string) bool { argument
54 platform := goos + "/" + goarch
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/cmd/internal/sys/
H A Dsupported.go12 func RaceDetectorSupported(goos, goarch string) bool { argument
13 switch goos {
25 func MSanSupported(goos, goarch string) bool { argument
26 switch goos {
35 func MustLinkExternal(goos, goarch string) bool { argument
36 switch goos {
49 func BuildModeSupported(compiler, buildmode, goos, goarch string) bool { argument
54 platform := goos + "/" + goarch
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/cmd/internal/sys/
H A Dsupported.go12 func RaceDetectorSupported(goos, goarch string) bool { argument
13 switch goos {
25 func MSanSupported(goos, goarch string) bool { argument
26 switch goos {
35 func MustLinkExternal(goos, goarch string) bool { argument
36 switch goos {
49 func BuildModeSupported(compiler, buildmode, goos, goarch string) bool { argument
54 platform := goos + "/" + goarch
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/build/
H A Dcontext.go32 goos, goarch, err := parseTriple(triple)
37 ctx.GOOS = goos
46 func parseTriple(triple string) (goos string, goarch string, err error) {
80 goos = s[l-1]
83 goos = s[2]
89 goos = match(goosREs, goos)
90 if goos == "" {
93 return goos, goarch, nil
/dports/devel/mutagen/mutagen-0.11.8/pkg/agent/
H A Dprobe.go102 var goos string
104 goos = "windows"
106 goos = g
118 return goos, goarch, nil
153 goos, ok := osEnvToGOOS[os]
165 return goos, goarch, nil
177 if goos, goarch, err := probePOSIX(transport); err == nil {
178 return goos, goarch, true, nil
185 if goos, goarch, err := probeWindows(transport); err == nil {
186 return goos, goarch, false, nil
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/util/
H A Dutil_test.go582 goos string
587 goos: "linux",
592 goos: "linux",
597 goos: "windows",
602 goos: "windows",
607 goos: "windows",
612 goos: "windows",
617 goos: "windows",
724 goos string
730 goos: "linux",
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/dist/
H A Dbuild.go31 goos string var
133 goos = b
134 if find(goos, okgoos) < 0 {
230 os.Setenv("GOOS", goos)
669 if goos == "android" {
824 "-D", "GOOS_" + goos,
900 if goos == "android" {
1287 oldgoos = goos
1289 goos = gohostos
1395 goos = oldgoos
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/net/
H A Dconf_test.go35 goos string
67 goos: "freebsd",
77 goos: "openbsd",
85 goos: "solaris",
94 goos: "openbsd",
105 goos: "openbsd",
113 goos: "openbsd",
121 goos: "openbsd",
129 goos: "openbsd",
137 goos: "openbsd",
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/net/
H A Dconf_test.go35 goos string
67 goos: "freebsd",
77 goos: "openbsd",
85 goos: "solaris",
94 goos: "openbsd",
105 goos: "openbsd",
113 goos: "openbsd",
121 goos: "openbsd",
129 goos: "openbsd",
137 goos: "openbsd",
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/net/
H A Dconf_test.go35 goos string
67 goos: "freebsd",
77 goos: "openbsd",
85 goos: "solaris",
94 goos: "openbsd",
105 goos: "openbsd",
113 goos: "openbsd",
121 goos: "openbsd",
129 goos: "openbsd",
137 goos: "openbsd",
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/dist/
H A Dbuild.go32 goos string var
132 goos = b
232 os.Setenv("GOOS", goos)
688 if goos == "android" {
849 "-D", "GOOS_" + goos,
929 if goos == "android" {
1314 oldgoos = goos
1316 goos = gohostos
1424 goos = oldgoos
1463 if goos == "android" {
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgo/
H A Dmatch.sh20 goos=""
45 x--goos)
46 goos=$2
50 x--goos=*)
51 goos=`echo $1 | sed -e 's/^--goos=//'`
115 $goos) ;;
127 $goos) ;;
154 $goos | $goarch | $cgotag | $cmdlinetag | "gccgo" | go1.[0-9])
157 "!"$goos | "!"$goarch | "!"$cgotag | "!"$cmdlinetag | "!gccgo" | "!"go1.[0-9])
163 $goos | $goarch | $cgotag | $cmdlinetag | "gccgo" | go1.[0-9])
[all …]

12345678910>>...87