Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 393 for FreeBSD (0.18 sec)

  1. api/go1.1.txt

    pkg os (freebsd-arm), const O_TRUNC = 1024
    pkg os (freebsd-arm), const PathListSeparator = 58
    pkg os (freebsd-arm), const PathSeparator = 47
    pkg os (freebsd-arm-cgo), const DevNull = "/dev/null"
    pkg os (freebsd-arm-cgo), const O_APPEND = 8
    pkg os (freebsd-arm-cgo), const O_CREATE = 512
    pkg os (freebsd-arm-cgo), const O_EXCL = 2048
    pkg os (freebsd-arm-cgo), const O_SYNC = 128
    pkg os (freebsd-arm-cgo), const O_TRUNC = 1024
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  2. src/internal/platform/zosarch.go

    	{"android", "386"},
    	{"android", "amd64"},
    	{"android", "arm"},
    	{"android", "arm64"},
    	{"darwin", "amd64"},
    	{"darwin", "arm64"},
    	{"dragonfly", "amd64"},
    	{"freebsd", "386"},
    	{"freebsd", "amd64"},
    	{"freebsd", "arm"},
    	{"freebsd", "arm64"},
    	{"freebsd", "riscv64"},
    	{"illumos", "amd64"},
    	{"ios", "amd64"},
    	{"ios", "arm64"},
    	{"js", "wasm"},
    	{"linux", "386"},
    	{"linux", "amd64"},
    	{"linux", "arm"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 25 09:19:16 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  3. api/go1.17.txt

    pkg math (freebsd-amd64), const MinInt = -9223372036854775808
    pkg math (freebsd-amd64-cgo), const MaxInt = 9223372036854775807
    pkg math (freebsd-amd64-cgo), const MaxUint = 18446744073709551615
    pkg math (freebsd-amd64-cgo), const MinInt = -9223372036854775808
    pkg math (freebsd-arm), const MaxInt = 2147483647
    pkg math (freebsd-arm), const MaxUint = 4294967295
    pkg math (freebsd-arm), const MinInt = -2147483648
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 18K bytes
    - Viewed (0)
  4. src/crypto/x509/root_bsd.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build dragonfly || freebsd || netbsd || openbsd
    
    package x509
    
    // Possible certificate files; stop after finding one.
    var certFiles = []string{
    	"/usr/local/etc/ssl/cert.pem",            // FreeBSD
    	"/etc/ssl/cert.pem",                      // OpenBSD
    	"/usr/local/share/certs/ca-root-nss.crt", // DragonFly
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 02 22:53:18 UTC 2021
    - 748 bytes
    - Viewed (0)
  5. api/go1.9.txt

    pkg math/bits (darwin-amd64-cgo), const UintSize = 64
    pkg math/bits (freebsd-386), const UintSize = 32
    pkg math/bits (freebsd-386-cgo), const UintSize = 32
    pkg math/bits (freebsd-amd64), const UintSize = 64
    pkg math/bits (freebsd-amd64-cgo), const UintSize = 64
    pkg math/bits (freebsd-arm), const UintSize = 32
    pkg math/bits (freebsd-arm-cgo), const UintSize = 32
    pkg math/bits (linux-386), const UintSize = 32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 04 20:20:20 UTC 2021
    - 10.7K bytes
    - Viewed (0)
  6. src/syscall/route_freebsd_32bit.go

    // Copyright 2014 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build (freebsd && 386) || (freebsd && arm)
    
    package syscall
    
    import "unsafe"
    
    func (any *anyMessage) parseRouteMessage(b []byte) *RouteMessage {
    	p := (*RouteMessage)(unsafe.Pointer(any))
    	off := int(unsafe.Offsetof(p.Header.Rmx)) + SizeofRtMetrics
    	if freebsdConfArch == "amd64" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 20 15:46:41 UTC 2022
    - 1.1K bytes
    - Viewed (0)
  7. src/internal/goos/zgoos_freebsd.go

    // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
    
    //go:build freebsd
    
    package goos
    
    const GOOS = `freebsd`
    
    const IsAix = 0
    const IsAndroid = 0
    const IsDarwin = 0
    const IsDragonfly = 0
    const IsFreebsd = 1
    const IsHurd = 0
    const IsIllumos = 0
    const IsIos = 0
    const IsJs = 0
    const IsLinux = 0
    const IsNacl = 0
    const IsNetbsd = 0
    const IsOpenbsd = 0
    const IsPlan9 = 0
    const IsSolaris = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 30 18:50:57 UTC 2023
    - 457 bytes
    - Viewed (0)
  8. src/syscall/route_freebsd_64bit.go

    // Copyright 2014 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build (freebsd && amd64) || (freebsd && arm64) || (freebsd && riscv64)
    
    package syscall
    
    import "unsafe"
    
    func (any *anyMessage) parseRouteMessage(b []byte) *RouteMessage {
    	p := (*RouteMessage)(unsafe.Pointer(any))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 762 bytes
    - Viewed (0)
  9. src/net/sock_bsd.go

    // license that can be found in the LICENSE file.
    
    //go:build darwin || dragonfly || freebsd || netbsd || openbsd
    
    package net
    
    import (
    	"runtime"
    	"syscall"
    )
    
    func maxListenerBacklog() int {
    	var (
    		n   uint32
    		err error
    	)
    	switch runtime.GOOS {
    	case "darwin", "ios":
    		n, err = syscall.SysctlUint32("kern.ipc.somaxconn")
    	case "freebsd":
    		n, err = syscall.SysctlUint32("kern.ipc.soacceptqueue")
    	case "netbsd":
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 918 bytes
    - Viewed (0)
  10. internal/disk/fdatasync_unix.go

    //go:build freebsd || netbsd || openbsd || darwin
    // +build freebsd netbsd openbsd darwin
    
    // Copyright (c) 2015-2021 MinIO, Inc.
    //
    // This file is part of MinIO Object Storage stack
    //
    // This program is free software: you can redistribute it and/or modify
    // it under the terms of the GNU Affero General Public License as published by
    // the Free Software Foundation, either version 3 of the License, or
    // (at your option) any later version.
    //
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Sep 29 23:40:28 UTC 2021
    - 1.1K bytes
    - Viewed (0)
Back to top