Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 69 for EPIPE (0.17 sec)

  1. src/io/io_test.go

    	}
    	rb = bytes.NewBuffer(src)
    	pr, pw := Pipe()
    	pr.Close()
    	r = TeeReader(rb, pw)
    	if n, err := ReadFull(r, dst); n != 0 || err != ErrClosedPipe {
    		t.Errorf("closed tee: ReadFull(r, dst) = %d, %v; want 0, EPIPE", n, err)
    	}
    }
    
    func TestSectionReader_ReadAt(t *testing.T) {
    	dat := "a long sample data, 1234567890"
    	tests := []struct {
    		data   string
    		off    int
    		n      int
    		bufLen int
    		at     int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 09 22:04:41 UTC 2023
    - 18.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go

    	{27, "EFBIG", "file too large"},
    	{28, "ENOSPC", "no space left on device"},
    	{29, "ESPIPE", "illegal seek"},
    	{30, "EROFS", "read-only file system"},
    	{31, "EMLINK", "too many links"},
    	{32, "EPIPE", "broken pipe"},
    	{33, "EDOM", "numerical argument out of domain"},
    	{34, "ERANGE", "numerical result out of range"},
    	{36, "EINPROGRESS", "operation now in progress"},
    	{37, "EALREADY", "operation already in progress"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 38.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go

    	{27, "EFBIG", "file too large"},
    	{28, "ENOSPC", "no space left on device"},
    	{29, "ESPIPE", "illegal seek"},
    	{30, "EROFS", "read-only file system"},
    	{31, "EMLINK", "too many links"},
    	{32, "EPIPE", "broken pipe"},
    	{33, "EDOM", "numerical argument out of domain"},
    	{34, "ERANGE", "numerical result out of range"},
    	{35, "EDEADLK", "resource deadlock avoided"},
    	{36, "ENAMETOOLONG", "file name too long"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go

    	{27, "EFBIG", "file too large"},
    	{28, "ENOSPC", "no space left on device"},
    	{29, "ESPIPE", "illegal seek"},
    	{30, "EROFS", "read-only file system"},
    	{31, "EMLINK", "too many links"},
    	{32, "EPIPE", "broken pipe"},
    	{33, "EDOM", "numerical argument out of domain"},
    	{34, "ERANGE", "numerical result out of range"},
    	{35, "EDEADLK", "resource deadlock avoided"},
    	{36, "ENAMETOOLONG", "file name too long"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go

    	{27, "EFBIG", "file too large"},
    	{28, "ENOSPC", "no space left on device"},
    	{29, "ESPIPE", "illegal seek"},
    	{30, "EROFS", "read-only file system"},
    	{31, "EMLINK", "too many links"},
    	{32, "EPIPE", "broken pipe"},
    	{33, "EDOM", "numerical argument out of domain"},
    	{34, "ERANGE", "numerical result out of range"},
    	{35, "EDEADLK", "resource deadlock avoided"},
    	{36, "ENAMETOOLONG", "file name too long"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    	ENOSYS             = Errno(134)
    	ENOTDIR            = Errno(135)
    	ENOTEMPTY          = Errno(136)
    	ENOTTY             = Errno(137)
    	ENXIO              = Errno(138)
    	EPERM              = Errno(139)
    	EPIPE              = Errno(140)
    	EROFS              = Errno(141)
    	ESPIPE             = Errno(142)
    	ESRCH              = Errno(143)
    	EXDEV              = Errno(144)
    	E2BIG              = Errno(145)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  7. src/syscall/zerrors_solaris_amd64.go

    	ENXIO           = Errno(0x6)
    	EOPNOTSUPP      = Errno(0x7a)
    	EOVERFLOW       = Errno(0x4f)
    	EOWNERDEAD      = Errno(0x3a)
    	EPERM           = Errno(0x1)
    	EPFNOSUPPORT    = Errno(0x7b)
    	EPIPE           = Errno(0x20)
    	EPROTO          = Errno(0x47)
    	EPROTONOSUPPORT = Errno(0x78)
    	EPROTOTYPE      = Errno(0x62)
    	ERANGE          = Errno(0x22)
    	EREMCHG         = Errno(0x52)
    	EREMOTE         = Errno(0x42)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_386.go

    	ENXIO           = Errno(0x6)
    	EOPNOTSUPP      = Errno(0x5f)
    	EOVERFLOW       = Errno(0x4b)
    	EOWNERDEAD      = Errno(0x82)
    	EPERM           = Errno(0x1)
    	EPFNOSUPPORT    = Errno(0x60)
    	EPIPE           = Errno(0x20)
    	EPROTO          = Errno(0x47)
    	EPROTONOSUPPORT = Errno(0x5d)
    	EPROTOTYPE      = Errno(0x5b)
    	ERANGE          = Errno(0x22)
    	EREMCHG         = Errno(0x4e)
    	EREMOTE         = Errno(0x42)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  9. src/syscall/zerrors_freebsd_riscv64.go

    	ENXIO           = Errno(0x6)
    	EOPNOTSUPP      = Errno(0x2d)
    	EOVERFLOW       = Errno(0x54)
    	EOWNERDEAD      = Errno(0x60)
    	EPERM           = Errno(0x1)
    	EPFNOSUPPORT    = Errno(0x2e)
    	EPIPE           = Errno(0x20)
    	EPROCLIM        = Errno(0x43)
    	EPROCUNAVAIL    = Errno(0x4c)
    	EPROGMISMATCH   = Errno(0x4b)
    	EPROGUNAVAIL    = Errno(0x4a)
    	EPROTO          = Errno(0x5c)
    	EPROTONOSUPPORT = Errno(0x2b)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 67.4K bytes
    - Viewed (0)
  10. src/syscall/zerrors_linux_arm.go

    	ENXIO           = Errno(0x6)
    	EOPNOTSUPP      = Errno(0x5f)
    	EOVERFLOW       = Errno(0x4b)
    	EOWNERDEAD      = Errno(0x82)
    	EPERM           = Errno(0x1)
    	EPFNOSUPPORT    = Errno(0x60)
    	EPIPE           = Errno(0x20)
    	EPROTO          = Errno(0x47)
    	EPROTONOSUPPORT = Errno(0x5d)
    	EPROTOTYPE      = Errno(0x5b)
    	ERANGE          = Errno(0x22)
    	EREMCHG         = Errno(0x4e)
    	EREMOTE         = Errno(0x42)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.9K bytes
    - Viewed (0)
Back to top