Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 257 for openbsd (0.16 sec)

  1. api/go1.2.txt

    pkg syscall (openbsd-386), const AF_KEY ideal-int
    pkg syscall (openbsd-386), const AF_LAT ideal-int
    pkg syscall (openbsd-386), const AF_LINK ideal-int
    pkg syscall (openbsd-386), const AF_LOCAL ideal-int
    pkg syscall (openbsd-386), const AF_MAX ideal-int
    pkg syscall (openbsd-386), const AF_MPLS ideal-int
    pkg syscall (openbsd-386), const AF_NATM ideal-int
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  2. api/go1.23.txt

    pkg syscall (openbsd-amd64), const ENOTRECOVERABLE = 93 #67998
    pkg syscall (openbsd-amd64), const ENOTRECOVERABLE Errno #67998
    pkg syscall (openbsd-amd64), const EOWNERDEAD = 94 #67998
    pkg syscall (openbsd-amd64), const EOWNERDEAD Errno #67998
    pkg syscall (openbsd-amd64), const EPROTO = 95 #67998
    pkg syscall (openbsd-amd64-cgo), const EBADMSG = 92 #67998
    pkg syscall (openbsd-amd64-cgo), const ELAST = 95 #67998
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue Jun 25 17:08:08 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  3. api/go1.17.txt

    pkg math (openbsd-386), const MaxInt = 2147483647
    pkg math (openbsd-386), const MaxUint = 4294967295
    pkg math (openbsd-386), const MinInt = -2147483648
    pkg math (openbsd-386-cgo), const MaxInt = 2147483647
    pkg math (openbsd-386-cgo), const MaxUint = 4294967295
    pkg math (openbsd-386-cgo), const MinInt = -2147483648
    pkg math (openbsd-amd64), const MaxInt = 9223372036854775807
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 18K bytes
    - Viewed (0)
  4. api/go1.3.txt

    pkg syscall (openbsd-386), const MADV_RANDOM = 1
    pkg syscall (openbsd-386), const MADV_RANDOM ideal-int
    pkg syscall (openbsd-386), const MADV_SEQUENTIAL = 2
    pkg syscall (openbsd-386), const MADV_SEQUENTIAL ideal-int
    pkg syscall (openbsd-386), const MADV_SPACEAVAIL = 5
    pkg syscall (openbsd-386), const MADV_SPACEAVAIL ideal-int
    pkg syscall (openbsd-386), const MADV_WILLNEED = 3
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Mon Jun 02 02:45:00 UTC 2014
    - 117K bytes
    - Viewed (0)
  5. api/except.txt

    pkg syscall (openbsd-386), const SYS_GETDIRENTRIES = 312
    pkg syscall (openbsd-386), const SYS_GETDIRENTRIES ideal-int
    pkg syscall (openbsd-386), const SYS_GETFSSTAT = 306
    pkg syscall (openbsd-386), const SYS_GETITIMER = 86
    pkg syscall (openbsd-386), const SYS_GETRUSAGE = 117
    pkg syscall (openbsd-386), const SYS_GETTIMEOFDAY = 116
    pkg syscall (openbsd-386), const SYS_KEVENT = 270
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Sun Jun 16 23:08:08 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  6. api/go1.11.txt

    pkg syscall (openbsd-386), func Accept4(int, int) (int, Sockaddr, error)
    pkg syscall (openbsd-386), func Pipe2([]int, int) error
    pkg syscall (openbsd-386-cgo), const SOCK_CLOEXEC = 32768
    pkg syscall (openbsd-386-cgo), const SOCK_CLOEXEC ideal-int
    pkg syscall (openbsd-386-cgo), const SOCK_NONBLOCK = 16384
    pkg syscall (openbsd-386-cgo), const SOCK_NONBLOCK ideal-int
    pkg syscall (openbsd-386-cgo), const SYS_ACCEPT4 = 93
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 22 03:48:56 UTC 2018
    - 25K bytes
    - Viewed (0)
  7. api/go1.1.txt

    pkg runtime (netbsd-arm-cgo), const GOOS = "netbsd"
    pkg runtime (openbsd-386), const GOARCH = "386"
    pkg runtime (openbsd-386), const GOOS = "openbsd"
    pkg runtime (openbsd-386-cgo), const GOARCH = "386"
    pkg runtime (openbsd-386-cgo), const GOOS = "openbsd"
    pkg runtime (openbsd-amd64), const GOARCH = "amd64"
    pkg runtime (openbsd-amd64), const GOOS = "openbsd"
    pkg runtime (openbsd-amd64-cgo), const GOARCH = "amd64"
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  8. api/go1.12.txt

    pkg syscall (openbsd-386), const S_IRWXG = 56
    pkg syscall (openbsd-386), const S_IRWXG ideal-int
    pkg syscall (openbsd-386), const S_IRWXO = 7
    pkg syscall (openbsd-386), const S_IRWXO ideal-int
    pkg syscall (openbsd-386-cgo), const S_IRWXG = 56
    pkg syscall (openbsd-386-cgo), const S_IRWXG ideal-int
    pkg syscall (openbsd-386-cgo), const S_IRWXO = 7
    pkg syscall (openbsd-386-cgo), const S_IRWXO ideal-int
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Jan 02 21:21:53 UTC 2019
    - 13.5K bytes
    - Viewed (0)
  9. cmd/os-dirent_namelen_bsd.go

    //go:build darwin || freebsd || openbsd || netbsd
    // +build darwin freebsd openbsd netbsd
    
    // 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 Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Aug 19 01:35:22 UTC 2021
    - 982 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 Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed Sep 29 23:40:28 UTC 2021
    - 1.1K bytes
    - Viewed (0)
Back to top