Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for SEEK_END (0.13 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    	QUERYCVT                        = 3
    	RUSAGE_CHILDREN                 = -0x1
    	RUSAGE_SELF                     = 0x0 // RUSAGE_THREAD unsupported on z/OS
    	SEEK_CUR                        = 1
    	SEEK_END                        = 2
    	SEEK_SET                        = 0
    	SETAUTOCVTALL                   = 5
    	SETAUTOCVTON                    = 2
    	SETCVTALL                       = 4
    	SETCVTOFF                       = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go

    	RUSAGE_SELF                       = 0x0
    	RUSAGE_THREAD                     = 0x1
    	SCM_RIGHTS                        = 0x1
    	SCM_TIMESTAMP                     = 0x4
    	SEEK_CUR                          = 0x1
    	SEEK_END                          = 0x2
    	SEEK_SET                          = 0x0
    	SHUT_RD                           = 0x0
    	SHUT_RDWR                         = 0x2
    	SHUT_WR                           = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.6K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go

    	RUSAGE_SELF                       = 0x0
    	RUSAGE_THREAD                     = 0x1
    	SCM_RIGHTS                        = 0x1
    	SCM_TIMESTAMP                     = 0x4
    	SEEK_CUR                          = 0x1
    	SEEK_END                          = 0x2
    	SEEK_SET                          = 0x0
    	SHUT_RD                           = 0x0
    	SHUT_RDWR                         = 0x2
    	SHUT_WR                           = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go

    	SCM_TIMESTAMP                           = 0x2
    	SCM_TIMESTAMP_MONOTONIC                 = 0x4
    	SEEK_CUR                                = 0x1
    	SEEK_DATA                               = 0x4
    	SEEK_END                                = 0x2
    	SEEK_HOLE                               = 0x3
    	SEEK_SET                                = 0x0
    	SF_APPEND                               = 0x40000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_riscv64.go

    	RUSAGE_SELF                       = 0x0
    	RUSAGE_THREAD                     = 0x1
    	SCM_RIGHTS                        = 0x1
    	SCM_TIMESTAMP                     = 0x4
    	SEEK_CUR                          = 0x1
    	SEEK_END                          = 0x2
    	SEEK_SET                          = 0x0
    	SHUT_RD                           = 0x0
    	SHUT_RDWR                         = 0x2
    	SHUT_WR                           = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  6. src/os/file.go

    // Seek whence values.
    //
    // Deprecated: Use io.SeekStart, io.SeekCurrent, and io.SeekEnd.
    const (
    	SEEK_SET int = 0 // seek relative to the origin of the file
    	SEEK_CUR int = 1 // seek relative to the current offset
    	SEEK_END int = 2 // seek relative to the end
    )
    
    // LinkError records an error during a link or symlink or rename
    // system call and the paths that caused it.
    type LinkError struct {
    	Op  string
    	Old string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 23:07:37 UTC 2024
    - 25.4K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go

    	RUSAGE_SELF                       = 0x0
    	RUSAGE_THREAD                     = 0x1
    	SCM_RIGHTS                        = 0x1
    	SCM_TIMESTAMP                     = 0x4
    	SEEK_CUR                          = 0x1
    	SEEK_END                          = 0x2
    	SEEK_SET                          = 0x0
    	SHUT_RD                           = 0x0
    	SHUT_RDWR                         = 0x2
    	SHUT_WR                           = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm64.go

    	RUSAGE_SELF                       = 0x0
    	RUSAGE_THREAD                     = 0x1
    	SCM_RIGHTS                        = 0x1
    	SCM_TIMESTAMP                     = 0x4
    	SEEK_CUR                          = 0x1
    	SEEK_END                          = 0x2
    	SEEK_SET                          = 0x0
    	SHUT_RD                           = 0x0
    	SHUT_RDWR                         = 0x2
    	SHUT_WR                           = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.6K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_ppc64.go

    	RUSAGE_SELF                       = 0x0
    	RUSAGE_THREAD                     = 0x1
    	SCM_RIGHTS                        = 0x1
    	SCM_TIMESTAMP                     = 0x4
    	SEEK_CUR                          = 0x1
    	SEEK_END                          = 0x2
    	SEEK_SET                          = 0x0
    	SHUT_RD                           = 0x0
    	SHUT_RDWR                         = 0x2
    	SHUT_WR                           = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go

    	SCM_TIMESTAMP                           = 0x2
    	SCM_TIMESTAMP_MONOTONIC                 = 0x4
    	SEEK_CUR                                = 0x1
    	SEEK_DATA                               = 0x4
    	SEEK_END                                = 0x2
    	SEEK_HOLE                               = 0x3
    	SEEK_SET                                = 0x0
    	SF_APPEND                               = 0x40000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
Back to top