- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for ELOOP (0.12 sec)
-
cmd/xl-storage-errors.go
func isSysErrTooLong(err error) bool { return errors.Is(err, syscall.ENAMETOOLONG) } // Check if the given error corresponds to the ELOOP (too many symlinks). func isSysErrTooManySymlinks(err error) bool { return errors.Is(err, syscall.ELOOP) } // Check if the given error corresponds to ENOTEMPTY for unix, // EEXIST for solaris variants, // and ERROR_DIR_NOT_EMPTY for windows (directory not empty).
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Mar 06 16:56:29 UTC 2023 - 3.8K bytes - Viewed (0) -
api/go1.1.txt
pkg syscall (darwin-386), const EIO = 5 pkg syscall (darwin-386), const EISCONN = 56 pkg syscall (darwin-386), const EISDIR = 21 pkg syscall (darwin-386), const ELAST = 105 pkg syscall (darwin-386), const ELOOP = 62 pkg syscall (darwin-386), const EMFILE = 24 pkg syscall (darwin-386), const EMLINK = 31 pkg syscall (darwin-386), const EMSGSIZE = 40 pkg syscall (darwin-386), const EMULTIHOP = 95
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 syscall (netbsd-arm64-cgo), const EISDIR = 21 pkg syscall (netbsd-arm64-cgo), const ELAST = 96 pkg syscall (netbsd-arm64-cgo), const ELAST Errno pkg syscall (netbsd-arm64-cgo), const ELOOP = 62 pkg syscall (netbsd-arm64-cgo), const EMFILE = 24 pkg syscall (netbsd-arm64-cgo), const EMLINK = 31 pkg syscall (netbsd-arm64-cgo), const EMSGSIZE = 40 pkg syscall (netbsd-arm64-cgo), const EMUL_LINUX = 1
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.14.txt
pkg syscall (freebsd-arm64), const EISCONN = 56 pkg syscall (freebsd-arm64), const EISDIR = 21 pkg syscall (freebsd-arm64), const ELAST = 96 pkg syscall (freebsd-arm64), const ELAST Errno pkg syscall (freebsd-arm64), const ELOOP = 62 pkg syscall (freebsd-arm64), const EMFILE = 24 pkg syscall (freebsd-arm64), const EMLINK = 31 pkg syscall (freebsd-arm64), const EMSGSIZE = 40 pkg syscall (freebsd-arm64), const EMULTIHOP = 90
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), const EISCONN = 56 pkg syscall (darwin-arm64), const EISDIR = 21 pkg syscall (darwin-arm64), const ELAST = 106 pkg syscall (darwin-arm64), const ELAST Errno pkg syscall (darwin-arm64), const ELOOP = 62 pkg syscall (darwin-arm64), const EMFILE = 24 pkg syscall (darwin-arm64), const EMLINK = 31 pkg syscall (darwin-arm64), const EMSGSIZE = 40 pkg syscall (darwin-arm64), const EMULTIHOP = 95
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
api/go1.20.txt
pkg syscall (freebsd-riscv64), const EISDIR = 21 #53466 pkg syscall (freebsd-riscv64), const ELAST = 96 #53466 pkg syscall (freebsd-riscv64), const ELAST Errno #53466 pkg syscall (freebsd-riscv64), const ELOOP = 62 #53466 pkg syscall (freebsd-riscv64), const EMFILE = 24 #53466 pkg syscall (freebsd-riscv64), const EMLINK = 31 #53466 pkg syscall (freebsd-riscv64), const EMSGSIZE = 40 #53466
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 21:23:32 UTC 2023 - 602.6K bytes - Viewed (0) -
api/go1.txt
pkg syscall, const EINTR Errno pkg syscall, const EINVAL Errno pkg syscall, const EIO Errno pkg syscall, const EISCONN Errno pkg syscall, const EISDIR Errno pkg syscall, const ELOOP Errno pkg syscall, const EMFILE Errno pkg syscall, const EMLINK Errno pkg syscall, const EMSGSIZE Errno pkg syscall, const ENAMETOOLONG Errno pkg syscall, const ENETDOWN Errno
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)