- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for ELOOP (0.04 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.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)