Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 349 for 0xE000 (0.11 sec)

  1. src/syscall/zerrors_linux_s390x.go

    	S_BLKSIZE                        = 0x200
    	S_IEXEC                          = 0x40
    	S_IFBLK                          = 0x6000
    	S_IFCHR                          = 0x2000
    	S_IFDIR                          = 0x4000
    	S_IFIFO                          = 0x1000
    	S_IFLNK                          = 0xa000
    	S_IFMT                           = 0xf000
    	S_IFREG                          = 0x8000
    	S_IFSOCK                         = 0xc000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 73.3K bytes
    - Viewed (0)
  2. src/syscall/zerrors_openbsd_arm64.go

    	RTA_SRC                           = 0x100
    	RTA_SRCMASK                       = 0x200
    	RTA_STATIC                        = 0x2000
    	RTF_ANNOUNCE                      = 0x4000
    	RTF_BFD                           = 0x1000000
    	RTF_BLACKHOLE                     = 0x1000
    	RTF_BROADCAST                     = 0x400000
    	RTF_CACHED                        = 0x20000
    	RTF_CLONED                        = 0x10000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 17:34:54 UTC 2019
    - 66.4K bytes
    - Viewed (0)
  3. src/syscall/zerrors_linux_riscv64.go

    	S_BLKSIZE                        = 0x200
    	S_IEXEC                          = 0x40
    	S_IFBLK                          = 0x6000
    	S_IFCHR                          = 0x2000
    	S_IFDIR                          = 0x4000
    	S_IFIFO                          = 0x1000
    	S_IFLNK                          = 0xa000
    	S_IFMT                           = 0xf000
    	S_IFREG                          = 0x8000
    	S_IFSOCK                         = 0xc000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go

    	RTA_SRC                           = 0x100
    	RTA_SRCMASK                       = 0x200
    	RTA_STATIC                        = 0x2000
    	RTF_ANNOUNCE                      = 0x4000
    	RTF_BFD                           = 0x1000000
    	RTF_BLACKHOLE                     = 0x1000
    	RTF_BROADCAST                     = 0x400000
    	RTF_CACHED                        = 0x20000
    	RTF_CLONED                        = 0x10000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  5. src/syscall/zerrors_openbsd_ppc64.go

    	RTA_SRC                           = 0x100
    	RTA_SRCMASK                       = 0x200
    	RTA_STATIC                        = 0x2000
    	RTF_ANNOUNCE                      = 0x4000
    	RTF_BFD                           = 0x1000000
    	RTF_BLACKHOLE                     = 0x1000
    	RTF_BROADCAST                     = 0x400000
    	RTF_CACHED                        = 0x20000
    	RTF_CLONED                        = 0x10000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 67.1K bytes
    - Viewed (0)
  6. src/syscall/zerrors_openbsd_riscv64.go

    	RTA_SRC                           = 0x100
    	RTA_SRCMASK                       = 0x200
    	RTA_STATIC                        = 0x2000
    	RTF_ANNOUNCE                      = 0x4000
    	RTF_BFD                           = 0x1000000
    	RTF_BLACKHOLE                     = 0x1000
    	RTF_BROADCAST                     = 0x400000
    	RTF_CACHED                        = 0x20000
    	RTF_CLONED                        = 0x10000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 02:55:38 UTC 2023
    - 67.1K bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_mips.go

    	S_IEXEC                          = 0x40
    	S_IFBLK                          = 0x6000
    	S_IFCHR                          = 0x2000
    	S_IFDIR                          = 0x4000
    	S_IFIFO                          = 0x1000
    	S_IFLNK                          = 0xa000
    	S_IFMT                           = 0xf000
    	S_IFREG                          = 0x8000
    	S_IFSOCK                         = 0xc000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_mipsle.go

    	S_IEXEC                          = 0x40
    	S_IFBLK                          = 0x6000
    	S_IFCHR                          = 0x2000
    	S_IFDIR                          = 0x4000
    	S_IFIFO                          = 0x1000
    	S_IFLNK                          = 0xa000
    	S_IFMT                           = 0xf000
    	S_IFREG                          = 0x8000
    	S_IFSOCK                         = 0xc000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/plan9/errors_plan9.go

    const (
    	// Invented values to support what package os expects.
    	O_CREAT    = 0x02000
    	O_APPEND   = 0x00400
    	O_NOCTTY   = 0x00000
    	O_NONBLOCK = 0x00000
    	O_SYNC     = 0x00000
    	O_ASYNC    = 0x00000
    
    	S_IFMT   = 0x1f000
    	S_IFIFO  = 0x1000
    	S_IFCHR  = 0x2000
    	S_IFDIR  = 0x4000
    	S_IFBLK  = 0x6000
    	S_IFREG  = 0x8000
    	S_IFLNK  = 0xa000
    	S_IFSOCK = 0xc000
    )
    
    // Errors
    var (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 15 19:02:39 UTC 2021
    - 1.5K bytes
    - Viewed (0)
  10. src/syscall/errors_plan9.go

    const (
    	// Invented values to support what package os expects.
    	O_CREAT    = 0x02000
    	O_APPEND   = 0x00400
    	O_NOCTTY   = 0x00000
    	O_NONBLOCK = 0x00000
    	O_SYNC     = 0x00000
    	O_ASYNC    = 0x00000
    
    	S_IFMT   = 0x1f000
    	S_IFIFO  = 0x1000
    	S_IFCHR  = 0x2000
    	S_IFDIR  = 0x4000
    	S_IFBLK  = 0x6000
    	S_IFREG  = 0x8000
    	S_IFLNK  = 0xa000
    	S_IFSOCK = 0xc000
    )
    
    // Errors
    var (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Apr 22 13:31:24 UTC 2017
    - 1.6K bytes
    - Viewed (0)
Back to top