Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 266 for 0xa (0.03 sec)

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

    	EVFILT_AIO                        = -0x3
    	EVFILT_EXCEPT                     = -0x8
    	EVFILT_FS                         = -0xa
    	EVFILT_MARKER                     = 0xf
    	EVFILT_PROC                       = -0x5
    	EVFILT_READ                       = -0x1
    	EVFILT_SIGNAL                     = -0x6
    	EVFILT_SYSCOUNT                   = 0xa
    	EVFILT_TIMER                      = -0x7
    	EVFILT_USER                       = -0x9
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 70.7K bytes
    - Viewed (0)
  2. src/syscall/zerrors_linux_arm.go

    	AF_ECONET                        = 0x13
    	AF_FILE                          = 0x1
    	AF_IEEE802154                    = 0x24
    	AF_INET                          = 0x2
    	AF_INET6                         = 0xa
    	AF_IPX                           = 0x4
    	AF_IRDA                          = 0x17
    	AF_ISDN                          = 0x22
    	AF_IUCV                          = 0x20
    	AF_KEY                           = 0xf
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.9K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go

    // Code generated by cmd/cgo -godefs; DO NOT EDIT.
    // cgo -godefs -- -m64 _const.go
    
    package unix
    
    import "syscall"
    
    const (
    	AF_APPLETALK                            = 0x10
    	AF_CCITT                                = 0xa
    	AF_CHAOS                                = 0x5
    	AF_CNT                                  = 0x15
    	AF_COIP                                 = 0x14
    	AF_DATAKIT                              = 0x9
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  4. src/syscall/zerrors_linux_ppc64.go

    	AF_ECONET                        = 0x13
    	AF_FILE                          = 0x1
    	AF_IEEE802154                    = 0x24
    	AF_INET                          = 0x2
    	AF_INET6                         = 0xa
    	AF_IPX                           = 0x4
    	AF_IRDA                          = 0x17
    	AF_ISDN                          = 0x22
    	AF_IUCV                          = 0x20
    	AF_KEY                           = 0xf
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.9K bytes
    - Viewed (0)
  5. src/syscall/zerrors_linux_s390x.go

    	NETLINK_BROADCAST_ERROR          = 0x4
    	NETLINK_CAP_ACK                  = 0xa
    	NETLINK_CONNECTOR                = 0xb
    	NETLINK_CRYPTO                   = 0x15
    	NETLINK_DNRTMSG                  = 0xe
    	NETLINK_DROP_MEMBERSHIP          = 0x2
    	NETLINK_ECRYPTFS                 = 0x13
    	NETLINK_FIB_LOOKUP               = 0xa
    	NETLINK_FIREWALL                 = 0x3
    	NETLINK_GENERIC                  = 0x10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 73.3K bytes
    - Viewed (0)
  6. src/syscall/zerrors_freebsd_arm.go

    const (
    	AF_APPLETALK                      = 0x10
    	AF_ARP                            = 0x23
    	AF_ATM                            = 0x1e
    	AF_BLUETOOTH                      = 0x24
    	AF_CCITT                          = 0xa
    	AF_CHAOS                          = 0x5
    	AF_CNT                            = 0x15
    	AF_COIP                           = 0x14
    	AF_DATAKIT                        = 0x9
    	AF_DECnet                         = 0xc
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.3K bytes
    - Viewed (0)
  7. src/syscall/zerrors_freebsd_arm64.go

    const (
    	AF_APPLETALK                      = 0x10
    	AF_ARP                            = 0x23
    	AF_ATM                            = 0x1e
    	AF_BLUETOOTH                      = 0x24
    	AF_CCITT                          = 0xa
    	AF_CHAOS                          = 0x5
    	AF_CNT                            = 0x15
    	AF_COIP                           = 0x14
    	AF_DATAKIT                        = 0x9
    	AF_DECnet                         = 0xc
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.4K bytes
    - Viewed (0)
  8. src/syscall/zerrors_freebsd_riscv64.go

    const (
    	AF_APPLETALK                      = 0x10
    	AF_ARP                            = 0x23
    	AF_ATM                            = 0x1e
    	AF_BLUETOOTH                      = 0x24
    	AF_CCITT                          = 0xa
    	AF_CHAOS                          = 0x5
    	AF_CNT                            = 0x15
    	AF_COIP                           = 0x14
    	AF_DATAKIT                        = 0x9
    	AF_DECnet                         = 0xc
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 67.4K bytes
    - Viewed (0)
  9. src/syscall/wtf8_windows_test.go

    		str:  "\xED\xA0\x80\xED\xA0\x80",
    		wstr: []uint16{0xD800, 0xD800},
    	},
    	{
    		// "High surrogate followed by a symbol that is not a surrogate"
    		str:  string([]byte{0xED, 0xA0, 0x80, 0xA}),
    		wstr: []uint16{0xD800, 0xA},
    	},
    	{
    		// "Unmatched high surrogate, followed by a surrogate pair, followed by an unmatched high surrogate"
    		str:  string([]byte{0xED, 0xA0, 0x80, 0xF0, 0x9D, 0x8C, 0x86, 0xED, 0xA0, 0x80}),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 15 09:26:16 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  10. src/syscall/zerrors_solaris_amd64.go

    	FD_SETSIZE                    = 0x10000
    	FLUSHALL                      = 0x1
    	FLUSHDATA                     = 0x0
    	FLUSHO                        = 0x2000
    	F_ALLOCSP                     = 0xa
    	F_ALLOCSP64                   = 0xa
    	F_BADFD                       = 0x2e
    	F_BLKSIZE                     = 0x13
    	F_BLOCKS                      = 0x12
    	F_CHKFL                       = 0x8
    	F_COMPAT                      = 0x8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
Back to top