- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 68 for netbsd (0.17 sec)
-
api/go1.2.txt
pkg log/syslog (netbsd-386), const LOG_LOCAL5 Priority pkg log/syslog (netbsd-386), const LOG_LOCAL6 Priority pkg log/syslog (netbsd-386), const LOG_LOCAL7 Priority pkg log/syslog (netbsd-386), const LOG_LPR Priority pkg log/syslog (netbsd-386), const LOG_MAIL Priority pkg log/syslog (netbsd-386), const LOG_NEWS Priority pkg log/syslog (netbsd-386), const LOG_NOTICE Priority
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Oct 18 04:36:59 UTC 2013 - 1.9M bytes - Viewed (0) -
api/go1.17.txt
pkg syscall (netbsd-arm), const WEXITED = 32 pkg syscall (netbsd-arm), const WEXITED ideal-int pkg syscall (netbsd-arm-cgo), const SYS_WAIT6 = 481 pkg syscall (netbsd-arm-cgo), const SYS_WAIT6 ideal-int pkg syscall (netbsd-arm-cgo), const WEXITED = 32 pkg syscall (netbsd-arm-cgo), const WEXITED ideal-int pkg syscall (netbsd-arm64), const SYS_WAIT6 = 481 pkg syscall (netbsd-arm64), const SYS_WAIT6 ideal-int
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 18K bytes - Viewed (0) -
api/go1.3.txt
pkg syscall (netbsd-386), const CLONE_PTRACE = 8192 pkg syscall (netbsd-386), const CLONE_PTRACE ideal-int pkg syscall (netbsd-386), const CLONE_SIGHAND = 2048 pkg syscall (netbsd-386), const CLONE_SIGHAND ideal-int pkg syscall (netbsd-386), const CLONE_VFORK = 16384 pkg syscall (netbsd-386), const CLONE_VFORK ideal-int pkg syscall (netbsd-386), const CLONE_VM = 256 pkg syscall (netbsd-386), const CLONE_VM ideal-int
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Jun 02 02:45:00 UTC 2014 - 117K bytes - Viewed (0) -
api/go1.1.txt
pkg os (netbsd-amd64), const O_CREATE = 512 pkg os (netbsd-amd64), const O_EXCL = 2048 pkg os (netbsd-amd64), const O_SYNC = 128 pkg os (netbsd-amd64), const O_TRUNC = 1024 pkg os (netbsd-amd64), const PathListSeparator = 58 pkg os (netbsd-amd64), const PathSeparator = 47 pkg os (netbsd-amd64-cgo), const DevNull = "/dev/null" pkg os (netbsd-amd64-cgo), const O_APPEND = 8 pkg os (netbsd-amd64-cgo), const O_CREATE = 512
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0) -
api/go1.13.txt
pkg log/syslog (netbsd-arm64), const LOG_CRIT = 2 pkg log/syslog (netbsd-arm64), const LOG_CRIT Priority pkg log/syslog (netbsd-arm64), const LOG_CRON = 72 pkg log/syslog (netbsd-arm64), const LOG_CRON Priority pkg log/syslog (netbsd-arm64), const LOG_DAEMON = 24 pkg log/syslog (netbsd-arm64), const LOG_DAEMON Priority pkg log/syslog (netbsd-arm64), const LOG_DEBUG = 7 pkg log/syslog (netbsd-arm64), const LOG_DEBUG Priority
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
api/go1.9.txt
pkg math/bits (netbsd-386), const UintSize = 32 pkg math/bits (netbsd-386-cgo), const UintSize = 32 pkg math/bits (netbsd-amd64), const UintSize = 64 pkg math/bits (netbsd-amd64-cgo), const UintSize = 64 pkg math/bits (netbsd-arm), const UintSize = 32 pkg math/bits (netbsd-arm-cgo), const UintSize = 32 pkg math/bits (netbsd-arm64), const UintSize = 64 pkg math/bits (netbsd-arm64-cgo), const UintSize = 64
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Oct 04 20:20:20 UTC 2021 - 10.7K bytes - Viewed (0) -
cmd/os-dirent_fileino.go
//go:build freebsd || openbsd || netbsd // +build 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 - 950 bytes - Viewed (0) -
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) -
internal/disk/disk_test.go
//go:build !netbsd && !solaris // +build !netbsd,!solaris // 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: Mon Jul 31 22:20:48 UTC 2023 - 1.1K bytes - Viewed (0) -
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)