Text file api/except.txt

     1  pkg crypto/tls, type ConnectionState struct, TLSUnique //deprecated
     2  pkg debug/elf, const R_PPC64_SECTOFF_LO_DS = 61
     3  pkg encoding/json, method (*RawMessage) MarshalJSON() ([]uint8, error)
     4  pkg encoding/json, method (*RawMessage) UnmarshalJSON([]uint8) error
     5  pkg encoding/json, method (RawMessage) MarshalJSON() ([]uint8, error)
     6  pkg encoding/json, type Marshaler interface { MarshalJSON }
     7  pkg encoding/json, type Marshaler interface, MarshalJSON() ([]uint8, error)
     8  pkg encoding/json, type RawMessage []uint8
     9  pkg encoding/json, type Unmarshaler interface { UnmarshalJSON }
    10  pkg encoding/json, type Unmarshaler interface, UnmarshalJSON([]uint8) error
    11  pkg math, const MaxFloat64 = 1.79769e+308  // 179769313486231570814527423731704356798100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    12  pkg math, const SmallestNonzeroFloat32 = 1.4013e-45  // 17516230804060213386546619791123951641/12500000000000000000000000000000000000000000000000000000000000000000000000000000000
    13  pkg math, const SmallestNonzeroFloat64 = 4.94066e-324  // 4940656458412465441765687928682213723651/1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    14  pkg math/big, const MaxBase = 36
    15  pkg math/big, type Word uintptr
    16  pkg net, func ListenUnixgram(string, *UnixAddr) (*UDPConn, error)
    17  pkg os (linux-arm), const O_SYNC = 1052672
    18  pkg os (linux-arm), const O_SYNC = 4096
    19  pkg os (linux-arm-cgo), const O_SYNC = 1052672
    20  pkg os (linux-arm-cgo), const O_SYNC = 4096
    21  pkg os, const ModeAppend FileMode
    22  pkg os, const ModeCharDevice FileMode
    23  pkg os, const ModeDevice FileMode
    24  pkg os, const ModeDir FileMode
    25  pkg os, const ModeExclusive FileMode
    26  pkg os, const ModeIrregular FileMode
    27  pkg os, const ModeNamedPipe FileMode
    28  pkg os, const ModePerm FileMode
    29  pkg os, const ModeSetgid FileMode
    30  pkg os, const ModeSetuid FileMode
    31  pkg os, const ModeSocket FileMode
    32  pkg os, const ModeSticky FileMode
    33  pkg os, const ModeSymlink FileMode
    34  pkg os, const ModeTemporary FileMode
    35  pkg os, const ModeType = 2399141888
    36  pkg os, const ModeType = 2399666176
    37  pkg os, const ModeType FileMode
    38  pkg os, func Chmod(string, FileMode) error
    39  pkg os, func Lstat(string) (FileInfo, error)
    40  pkg os, func Mkdir(string, FileMode) error
    41  pkg os, func MkdirAll(string, FileMode) error
    42  pkg os, func OpenFile(string, int, FileMode) (*File, error)
    43  pkg os, func SameFile(FileInfo, FileInfo) bool
    44  pkg os, func Stat(string) (FileInfo, error)
    45  pkg os, method (*File) Chmod(FileMode) error
    46  pkg os, method (*File) Readdir(int) ([]FileInfo, error)
    47  pkg os, method (*File) Stat() (FileInfo, error)
    48  pkg os, method (*PathError) Error() string
    49  pkg os, method (*PathError) Timeout() bool
    50  pkg os, method (*PathError) Unwrap() error
    51  pkg os, method (FileMode) IsDir() bool
    52  pkg os, method (FileMode) IsRegular() bool
    53  pkg os, method (FileMode) Perm() FileMode
    54  pkg os, method (FileMode) String() string
    55  pkg os, type FileInfo interface { IsDir, ModTime, Mode, Name, Size, Sys }
    56  pkg os, type FileInfo interface, IsDir() bool
    57  pkg os, type FileInfo interface, ModTime() time.Time
    58  pkg os, type FileInfo interface, Mode() FileMode
    59  pkg os, type FileInfo interface, Name() string
    60  pkg os, type FileInfo interface, Size() int64
    61  pkg os, type FileInfo interface, Sys() interface{}
    62  pkg os, type FileMode uint32
    63  pkg os, type PathError struct
    64  pkg os, type PathError struct, Err error
    65  pkg os, type PathError struct, Op string
    66  pkg os, type PathError struct, Path string
    67  pkg syscall (darwin-amd64), const ImplementsGetwd = false
    68  pkg syscall (darwin-amd64), func Fchflags(string, int) error
    69  pkg syscall (darwin-amd64-cgo), const ImplementsGetwd = false
    70  pkg syscall (darwin-amd64-cgo), func Fchflags(string, int) error
    71  pkg syscall (freebsd-386), const AF_MAX = 38
    72  pkg syscall (freebsd-386), const DLT_MATCHING_MAX = 242
    73  pkg syscall (freebsd-386), const ELAST = 94
    74  pkg syscall (freebsd-386), const ImplementsGetwd = false
    75  pkg syscall (freebsd-386), const O_CLOEXEC = 0
    76  pkg syscall (freebsd-386), func Fchflags(string, int) error
    77  pkg syscall (freebsd-386), func Mknod(string, uint32, int) error
    78  pkg syscall (freebsd-386), type Dirent struct, Fileno uint32
    79  pkg syscall (freebsd-386), type Dirent struct, Namlen uint8
    80  pkg syscall (freebsd-386), type Stat_t struct, Blksize uint32
    81  pkg syscall (freebsd-386), type Stat_t struct, Dev uint32
    82  pkg syscall (freebsd-386), type Stat_t struct, Gen uint32
    83  pkg syscall (freebsd-386), type Stat_t struct, Ino uint32
    84  pkg syscall (freebsd-386), type Stat_t struct, Lspare int32
    85  pkg syscall (freebsd-386), type Stat_t struct, Nlink uint16
    86  pkg syscall (freebsd-386), type Stat_t struct, Pad_cgo_0 [8]uint8
    87  pkg syscall (freebsd-386), type Stat_t struct, Rdev uint32
    88  pkg syscall (freebsd-386), type Statfs_t struct, Mntfromname [88]int8
    89  pkg syscall (freebsd-386), type Statfs_t struct, Mntonname [88]int8
    90  pkg syscall (freebsd-386-cgo), const AF_MAX = 38
    91  pkg syscall (freebsd-386-cgo), const DLT_MATCHING_MAX = 242
    92  pkg syscall (freebsd-386-cgo), const ELAST = 94
    93  pkg syscall (freebsd-386-cgo), const ImplementsGetwd = false
    94  pkg syscall (freebsd-386-cgo), const O_CLOEXEC = 0
    95  pkg syscall (freebsd-386-cgo), func Mknod(string, uint32, int) error
    96  pkg syscall (freebsd-386-cgo), type Dirent struct, Fileno uint32
    97  pkg syscall (freebsd-386-cgo), type Dirent struct, Namlen uint8
    98  pkg syscall (freebsd-386-cgo), type Stat_t struct, Blksize uint32
    99  pkg syscall (freebsd-386-cgo), type Stat_t struct, Dev uint32
   100  pkg syscall (freebsd-386-cgo), type Stat_t struct, Gen uint32
   101  pkg syscall (freebsd-386-cgo), type Stat_t struct, Ino uint32
   102  pkg syscall (freebsd-386-cgo), type Stat_t struct, Lspare int32
   103  pkg syscall (freebsd-386-cgo), type Stat_t struct, Nlink uint16
   104  pkg syscall (freebsd-386-cgo), type Stat_t struct, Pad_cgo_0 [8]uint8
   105  pkg syscall (freebsd-386-cgo), type Stat_t struct, Rdev uint32
   106  pkg syscall (freebsd-386-cgo), type Statfs_t struct, Mntfromname [88]int8
   107  pkg syscall (freebsd-386-cgo), type Statfs_t struct, Mntonname [88]int8
   108  pkg syscall (freebsd-amd64), const AF_MAX = 38
   109  pkg syscall (freebsd-amd64), const DLT_MATCHING_MAX = 242
   110  pkg syscall (freebsd-amd64), const ELAST = 94
   111  pkg syscall (freebsd-amd64), const ImplementsGetwd = false
   112  pkg syscall (freebsd-amd64), const O_CLOEXEC = 0
   113  pkg syscall (freebsd-amd64), func Fchflags(string, int) error
   114  pkg syscall (freebsd-amd64), func Mknod(string, uint32, int) error
   115  pkg syscall (freebsd-amd64), type Dirent struct, Fileno uint32
   116  pkg syscall (freebsd-amd64), type Dirent struct, Namlen uint8
   117  pkg syscall (freebsd-amd64), type Stat_t struct, Blksize uint32
   118  pkg syscall (freebsd-amd64), type Stat_t struct, Dev uint32
   119  pkg syscall (freebsd-amd64), type Stat_t struct, Gen uint32
   120  pkg syscall (freebsd-amd64), type Stat_t struct, Ino uint32
   121  pkg syscall (freebsd-amd64), type Stat_t struct, Lspare int32
   122  pkg syscall (freebsd-amd64), type Stat_t struct, Nlink uint16
   123  pkg syscall (freebsd-amd64), type Stat_t struct, Rdev uint32
   124  pkg syscall (freebsd-amd64), type Statfs_t struct, Mntfromname [88]int8
   125  pkg syscall (freebsd-amd64), type Statfs_t struct, Mntonname [88]int8
   126  pkg syscall (freebsd-amd64-cgo), const AF_MAX = 38
   127  pkg syscall (freebsd-amd64-cgo), const DLT_MATCHING_MAX = 242
   128  pkg syscall (freebsd-amd64-cgo), const ELAST = 94
   129  pkg syscall (freebsd-amd64-cgo), const ImplementsGetwd = false
   130  pkg syscall (freebsd-amd64-cgo), const O_CLOEXEC = 0
   131  pkg syscall (freebsd-amd64-cgo), func Mknod(string, uint32, int) error
   132  pkg syscall (freebsd-amd64-cgo), type Dirent struct, Fileno uint32
   133  pkg syscall (freebsd-amd64-cgo), type Dirent struct, Namlen uint8
   134  pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Blksize uint32
   135  pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Dev uint32
   136  pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Gen uint32
   137  pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Ino uint32
   138  pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Lspare int32
   139  pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Nlink uint16
   140  pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Rdev uint32
   141  pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Mntfromname [88]int8
   142  pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Mntonname [88]int8
   143  pkg syscall (freebsd-arm), const AF_MAX = 38
   144  pkg syscall (freebsd-arm), const BIOCGRTIMEOUT = 1074545262
   145  pkg syscall (freebsd-arm), const BIOCSRTIMEOUT = 2148287085
   146  pkg syscall (freebsd-arm), const ELAST = 94
   147  pkg syscall (freebsd-arm), const ImplementsGetwd = false
   148  pkg syscall (freebsd-arm), const O_CLOEXEC = 0
   149  pkg syscall (freebsd-arm), const SIOCAIFADDR = 2151967019
   150  pkg syscall (freebsd-arm), const SIOCGIFSTATUS = 3274991931
   151  pkg syscall (freebsd-arm), const SIOCSIFPHYADDR = 2151967046
   152  pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_GET = 537
   153  pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_GET ideal-int
   154  pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_LIMIT = 536
   155  pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_LIMIT ideal-int
   156  pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_GET = 535
   157  pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_GET ideal-int
   158  pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_LIMIT = 534
   159  pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_LIMIT ideal-int
   160  pkg syscall (freebsd-arm), const SYS_CAP_RIGHTS_GET = 515
   161  pkg syscall (freebsd-arm), const SYS_CAP_RIGHTS_GET ideal-int
   162  pkg syscall (freebsd-arm), const SYS_CAP_RIGHTS_LIMIT = 533
   163  pkg syscall (freebsd-arm), const SYS_CAP_RIGHTS_LIMIT ideal-int
   164  pkg syscall (freebsd-arm), const SizeofBpfHdr = 24
   165  pkg syscall (freebsd-arm), const SizeofIfData = 88
   166  pkg syscall (freebsd-arm), const SizeofIfMsghdr = 104
   167  pkg syscall (freebsd-arm), const SizeofSockaddrDatalink = 56
   168  pkg syscall (freebsd-arm), const SizeofSockaddrUnix = 108
   169  pkg syscall (freebsd-arm), const TIOCTIMESTAMP = 1074558041
   170  pkg syscall (freebsd-arm), func Fchflags(string, int) error
   171  pkg syscall (freebsd-arm), func Mknod(string, uint32, int) error
   172  pkg syscall (freebsd-arm), type BpfHdr struct, Pad_cgo_0 [2]uint8
   173  pkg syscall (freebsd-arm), type Dirent struct, Fileno uint32
   174  pkg syscall (freebsd-arm), type Dirent struct, Namlen uint8
   175  pkg syscall (freebsd-arm), type RawSockaddrDatalink struct, Pad_cgo_0 [2]uint8
   176  pkg syscall (freebsd-arm), type RawSockaddrUnix struct, Pad_cgo_0 [2]uint8
   177  pkg syscall (freebsd-arm), type Stat_t struct, Blksize uint32
   178  pkg syscall (freebsd-arm), type Stat_t struct, Dev uint32
   179  pkg syscall (freebsd-arm), type Stat_t struct, Gen uint32
   180  pkg syscall (freebsd-arm), type Stat_t struct, Ino uint32
   181  pkg syscall (freebsd-arm), type Stat_t struct, Lspare int32
   182  pkg syscall (freebsd-arm), type Stat_t struct, Nlink uint16
   183  pkg syscall (freebsd-arm), type Stat_t struct, Pad_cgo_0 [4]uint8
   184  pkg syscall (freebsd-arm), type Stat_t struct, Rdev uint32
   185  pkg syscall (freebsd-arm), type Statfs_t struct, Mntfromname [88]int8
   186  pkg syscall (freebsd-arm), type Statfs_t struct, Mntonname [88]int8
   187  pkg syscall (freebsd-arm-cgo), const AF_MAX = 38
   188  pkg syscall (freebsd-arm-cgo), const BIOCGRTIMEOUT = 1074545262
   189  pkg syscall (freebsd-arm-cgo), const BIOCSRTIMEOUT = 2148287085
   190  pkg syscall (freebsd-arm-cgo), const ELAST = 94
   191  pkg syscall (freebsd-arm-cgo), const ImplementsGetwd = false
   192  pkg syscall (freebsd-arm-cgo), const O_CLOEXEC = 0
   193  pkg syscall (freebsd-arm-cgo), const SIOCAIFADDR = 2151967019
   194  pkg syscall (freebsd-arm-cgo), const SIOCGIFSTATUS = 3274991931
   195  pkg syscall (freebsd-arm-cgo), const SIOCSIFPHYADDR = 2151967046
   196  pkg syscall (freebsd-arm-cgo), const SYS_CAP_FCNTLS_GET = 537
   197  pkg syscall (freebsd-arm-cgo), const SYS_CAP_FCNTLS_GET ideal-int
   198  pkg syscall (freebsd-arm-cgo), const SYS_CAP_FCNTLS_LIMIT = 536
   199  pkg syscall (freebsd-arm-cgo), const SYS_CAP_FCNTLS_LIMIT ideal-int
   200  pkg syscall (freebsd-arm-cgo), const SYS_CAP_IOCTLS_GET = 535
   201  pkg syscall (freebsd-arm-cgo), const SYS_CAP_IOCTLS_GET ideal-int
   202  pkg syscall (freebsd-arm-cgo), const SYS_CAP_IOCTLS_LIMIT = 534
   203  pkg syscall (freebsd-arm-cgo), const SYS_CAP_IOCTLS_LIMIT ideal-int
   204  pkg syscall (freebsd-arm-cgo), const SYS_CAP_RIGHTS_GET = 515
   205  pkg syscall (freebsd-arm-cgo), const SYS_CAP_RIGHTS_GET ideal-int
   206  pkg syscall (freebsd-arm-cgo), const SYS_CAP_RIGHTS_LIMIT = 533
   207  pkg syscall (freebsd-arm-cgo), const SYS_CAP_RIGHTS_LIMIT ideal-int
   208  pkg syscall (freebsd-arm-cgo), const SizeofBpfHdr = 24
   209  pkg syscall (freebsd-arm-cgo), const SizeofIfData = 88
   210  pkg syscall (freebsd-arm-cgo), const SizeofIfMsghdr = 104
   211  pkg syscall (freebsd-arm-cgo), const SizeofSockaddrDatalink = 56
   212  pkg syscall (freebsd-arm-cgo), const SizeofSockaddrUnix = 108
   213  pkg syscall (freebsd-arm-cgo), const TIOCTIMESTAMP = 1074558041
   214  pkg syscall (freebsd-arm-cgo), func Fchflags(string, int) error
   215  pkg syscall (freebsd-arm-cgo), func Mknod(string, uint32, int) error
   216  pkg syscall (freebsd-arm-cgo), type BpfHdr struct, Pad_cgo_0 [2]uint8
   217  pkg syscall (freebsd-arm-cgo), type Dirent struct, Fileno uint32
   218  pkg syscall (freebsd-arm-cgo), type Dirent struct, Namlen uint8
   219  pkg syscall (freebsd-arm-cgo), type RawSockaddrDatalink struct, Pad_cgo_0 [2]uint8
   220  pkg syscall (freebsd-arm-cgo), type RawSockaddrUnix struct, Pad_cgo_0 [2]uint8
   221  pkg syscall (freebsd-arm-cgo), type Stat_t struct, Blksize uint32
   222  pkg syscall (freebsd-arm-cgo), type Stat_t struct, Dev uint32
   223  pkg syscall (freebsd-arm-cgo), type Stat_t struct, Gen uint32
   224  pkg syscall (freebsd-arm-cgo), type Stat_t struct, Ino uint32
   225  pkg syscall (freebsd-arm-cgo), type Stat_t struct, Lspare int32
   226  pkg syscall (freebsd-arm-cgo), type Stat_t struct, Nlink uint16
   227  pkg syscall (freebsd-arm-cgo), type Stat_t struct, Pad_cgo_0 [4]uint8
   228  pkg syscall (freebsd-arm-cgo), type Stat_t struct, Rdev uint32
   229  pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Mntfromname [88]int8
   230  pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Mntonname [88]int8
   231  pkg syscall (linux-386), type Cmsghdr struct, X__cmsg_data [0]uint8
   232  pkg syscall (linux-386-cgo), type Cmsghdr struct, X__cmsg_data [0]uint8
   233  pkg syscall (linux-amd64), type Cmsghdr struct, X__cmsg_data [0]uint8
   234  pkg syscall (linux-amd64-cgo), type Cmsghdr struct, X__cmsg_data [0]uint8
   235  pkg syscall (linux-arm), type Cmsghdr struct, X__cmsg_data [0]uint8
   236  pkg syscall (linux-arm-cgo), type Cmsghdr struct, X__cmsg_data [0]uint8
   237  pkg syscall (netbsd-386), const ImplementsGetwd = false
   238  pkg syscall (netbsd-386-cgo), const ImplementsGetwd = false
   239  pkg syscall (netbsd-amd64), const ImplementsGetwd = false
   240  pkg syscall (netbsd-amd64-cgo), const ImplementsGetwd = false
   241  pkg syscall (netbsd-arm), const ImplementsGetwd = false
   242  pkg syscall (netbsd-arm), const SizeofIfData = 132
   243  pkg syscall (netbsd-arm), func Fchflags(string, int) error
   244  pkg syscall (netbsd-arm), type IfMsghdr struct, Pad_cgo_1 [4]uint8
   245  pkg syscall (netbsd-arm-cgo), const ImplementsGetwd = false
   246  pkg syscall (netbsd-arm-cgo), const SizeofIfData = 132
   247  pkg syscall (netbsd-arm-cgo), func Fchflags(string, int) error
   248  pkg syscall (netbsd-arm-cgo), type IfMsghdr struct, Pad_cgo_1 [4]uint8
   249  pkg syscall (openbsd-386), const BIOCGRTIMEOUT = 1074283118
   250  pkg syscall (openbsd-386), const BIOCSRTIMEOUT = 2148024941
   251  pkg syscall (openbsd-386), const ImplementsGetwd = false
   252  pkg syscall (openbsd-386), const RTF_FMASK = 63496
   253  pkg syscall (openbsd-386), const RTM_VERSION = 4
   254  pkg syscall (openbsd-386), const SIOCBRDGDADDR = 2150132039
   255  pkg syscall (openbsd-386), const SIOCBRDGGPARAM = 3224922456
   256  pkg syscall (openbsd-386), const SIOCBRDGSADDR = 3223873860
   257  pkg syscall (openbsd-386), const SYS_CLOCK_GETRES = 234
   258  pkg syscall (openbsd-386), const SYS_CLOCK_GETTIME = 232
   259  pkg syscall (openbsd-386), const SYS_CLOCK_SETTIME = 233
   260  pkg syscall (openbsd-386), const SYS_FHSTATFS = 309
   261  pkg syscall (openbsd-386), const SYS_FSTAT = 292
   262  pkg syscall (openbsd-386), const SYS_FSTATAT = 316
   263  pkg syscall (openbsd-386), const SYS_FSTATFS = 308
   264  pkg syscall (openbsd-386), const SYS_FUTIMENS = 327
   265  pkg syscall (openbsd-386), const SYS_FUTIMES = 206
   266  pkg syscall (openbsd-386), const SYS_GETDIRENTRIES = 312
   267  pkg syscall (openbsd-386), const SYS_GETDIRENTRIES ideal-int
   268  pkg syscall (openbsd-386), const SYS_GETFSSTAT = 306
   269  pkg syscall (openbsd-386), const SYS_GETITIMER = 86
   270  pkg syscall (openbsd-386), const SYS_GETRUSAGE = 117
   271  pkg syscall (openbsd-386), const SYS_GETTIMEOFDAY = 116
   272  pkg syscall (openbsd-386), const SYS_KEVENT = 270
   273  pkg syscall (openbsd-386), const SYS_KILL = 37
   274  pkg syscall (openbsd-386), const SYS_LSTAT = 293
   275  pkg syscall (openbsd-386), const SYS_NANOSLEEP = 240
   276  pkg syscall (openbsd-386), const SYS_SELECT = 93
   277  pkg syscall (openbsd-386), const SYS_SETITIMER = 83
   278  pkg syscall (openbsd-386), const SYS_SETTIMEOFDAY = 122
   279  pkg syscall (openbsd-386), const SYS_STAT = 291
   280  pkg syscall (openbsd-386), const SYS_STATFS = 307
   281  pkg syscall (openbsd-386), const SYS_UTIMENSAT = 326
   282  pkg syscall (openbsd-386), const SYS_UTIMES = 138
   283  pkg syscall (openbsd-386), const SYS_WAIT4 = 7
   284  pkg syscall (openbsd-386), const SYS___THRSLEEP = 300
   285  pkg syscall (openbsd-386), const SizeofIfData = 208
   286  pkg syscall (openbsd-386), const SizeofIfMsghdr = 232
   287  pkg syscall (openbsd-386), const SizeofRtMetrics = 48
   288  pkg syscall (openbsd-386), const SizeofRtMsghdr = 88
   289  pkg syscall (openbsd-386), const TIOCGTSTAMP = 1074295899
   290  pkg syscall (openbsd-386), type Dirent struct, Fileno uint32
   291  pkg syscall (openbsd-386), type FdSet struct, Bits [32]int32
   292  pkg syscall (openbsd-386), type Kevent_t struct, Data int32
   293  pkg syscall (openbsd-386), type Mclpool struct, Grown uint32
   294  pkg syscall (openbsd-386), type RtMetrics struct, Expire uint32
   295  pkg syscall (openbsd-386), type Stat_t struct, Ino uint32
   296  pkg syscall (openbsd-386), type Stat_t struct, Lspare0 int32
   297  pkg syscall (openbsd-386), type Stat_t struct, Lspare1 int32
   298  pkg syscall (openbsd-386), type Stat_t struct, Qspare [2]int64
   299  pkg syscall (openbsd-386), type Statfs_t struct, F_ctime uint32
   300  pkg syscall (openbsd-386), type Statfs_t struct, F_spare [3]uint32
   301  pkg syscall (openbsd-386), type Timespec struct, Sec int32
   302  pkg syscall (openbsd-386), type Timeval struct, Sec int32
   303  pkg syscall (openbsd-386-cgo), const BIOCGRTIMEOUT = 1074283118
   304  pkg syscall (openbsd-386-cgo), const BIOCSRTIMEOUT = 2148024941
   305  pkg syscall (openbsd-386-cgo), const ImplementsGetwd = false
   306  pkg syscall (openbsd-386-cgo), const RTF_FMASK = 63496
   307  pkg syscall (openbsd-386-cgo), const RTM_VERSION = 4
   308  pkg syscall (openbsd-386-cgo), const SIOCBRDGDADDR = 2150132039
   309  pkg syscall (openbsd-386-cgo), const SIOCBRDGGPARAM = 3224922456
   310  pkg syscall (openbsd-386-cgo), const SIOCBRDGSADDR = 3223873860
   311  pkg syscall (openbsd-386-cgo), const SYS_CLOCK_GETRES = 234
   312  pkg syscall (openbsd-386-cgo), const SYS_CLOCK_GETTIME = 232
   313  pkg syscall (openbsd-386-cgo), const SYS_CLOCK_SETTIME = 233
   314  pkg syscall (openbsd-386-cgo), const SYS_FHSTATFS = 309
   315  pkg syscall (openbsd-386-cgo), const SYS_FSTAT = 292
   316  pkg syscall (openbsd-386-cgo), const SYS_FSTATAT = 316
   317  pkg syscall (openbsd-386-cgo), const SYS_FSTATFS = 308
   318  pkg syscall (openbsd-386-cgo), const SYS_FUTIMENS = 327
   319  pkg syscall (openbsd-386-cgo), const SYS_FUTIMES = 206
   320  pkg syscall (openbsd-386-cgo), const SYS_GETDIRENTRIES = 312
   321  pkg syscall (openbsd-386-cgo), const SYS_GETDIRENTRIES ideal-int
   322  pkg syscall (openbsd-386-cgo), const SYS_GETFSSTAT = 306
   323  pkg syscall (openbsd-386-cgo), const SYS_GETITIMER = 86
   324  pkg syscall (openbsd-386-cgo), const SYS_GETRUSAGE = 117
   325  pkg syscall (openbsd-386-cgo), const SYS_GETTIMEOFDAY = 116
   326  pkg syscall (openbsd-386-cgo), const SYS_KEVENT = 270
   327  pkg syscall (openbsd-386-cgo), const SYS_KILL = 37
   328  pkg syscall (openbsd-386-cgo), const SYS_LSTAT = 293
   329  pkg syscall (openbsd-386-cgo), const SYS_NANOSLEEP = 240
   330  pkg syscall (openbsd-386-cgo), const SYS_SELECT = 93
   331  pkg syscall (openbsd-386-cgo), const SYS_SETITIMER = 83
   332  pkg syscall (openbsd-386-cgo), const SYS_SETTIMEOFDAY = 122
   333  pkg syscall (openbsd-386-cgo), const SYS_STAT = 291
   334  pkg syscall (openbsd-386-cgo), const SYS_STATFS = 307
   335  pkg syscall (openbsd-386-cgo), const SYS_UTIMENSAT = 326
   336  pkg syscall (openbsd-386-cgo), const SYS_UTIMES = 138
   337  pkg syscall (openbsd-386-cgo), const SYS_WAIT4 = 7
   338  pkg syscall (openbsd-386-cgo), const SYS___THRSLEEP = 300
   339  pkg syscall (openbsd-386-cgo), const SizeofIfData = 208
   340  pkg syscall (openbsd-386-cgo), const SizeofIfMsghdr = 232
   341  pkg syscall (openbsd-386-cgo), const SizeofRtMetrics = 48
   342  pkg syscall (openbsd-386-cgo), const SizeofRtMsghdr = 88
   343  pkg syscall (openbsd-386-cgo), const TIOCGTSTAMP = 1074295899
   344  pkg syscall (openbsd-386-cgo), type Dirent struct, Fileno uint32
   345  pkg syscall (openbsd-386-cgo), type FdSet struct, Bits [32]int32
   346  pkg syscall (openbsd-386-cgo), type Kevent_t struct, Data int32
   347  pkg syscall (openbsd-386-cgo), type Mclpool struct, Grown uint32
   348  pkg syscall (openbsd-386-cgo), type RtMetrics struct, Expire uint32
   349  pkg syscall (openbsd-386-cgo), type Stat_t struct, Ino uint32
   350  pkg syscall (openbsd-386-cgo), type Stat_t struct, Lspare0 int32
   351  pkg syscall (openbsd-386-cgo), type Stat_t struct, Lspare1 int32
   352  pkg syscall (openbsd-386-cgo), type Stat_t struct, Qspare [2]int64
   353  pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_ctime uint32
   354  pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_spare [3]uint32
   355  pkg syscall (openbsd-386-cgo), type Timespec struct, Sec int32
   356  pkg syscall (openbsd-386-cgo), type Timeval struct, Sec int32
   357  pkg syscall (openbsd-amd64), const CCR0_FLUSH = 16
   358  pkg syscall (openbsd-amd64), const CCR0_FLUSH ideal-int
   359  pkg syscall (openbsd-amd64), const CPUID_CFLUSH = 524288
   360  pkg syscall (openbsd-amd64), const CPUID_CFLUSH ideal-int
   361  pkg syscall (openbsd-amd64), const EFER_LMA = 1024
   362  pkg syscall (openbsd-amd64), const EFER_LMA ideal-int
   363  pkg syscall (openbsd-amd64), const EFER_LME = 256
   364  pkg syscall (openbsd-amd64), const EFER_LME ideal-int
   365  pkg syscall (openbsd-amd64), const EFER_NXE = 2048
   366  pkg syscall (openbsd-amd64), const EFER_NXE ideal-int
   367  pkg syscall (openbsd-amd64), const EFER_SCE = 1
   368  pkg syscall (openbsd-amd64), const EFER_SCE ideal-int
   369  pkg syscall (openbsd-amd64), const ImplementsGetwd = false
   370  pkg syscall (openbsd-amd64), const PMC5_PIPELINE_FLUSH = 21
   371  pkg syscall (openbsd-amd64), const PMC5_PIPELINE_FLUSH ideal-int
   372  pkg syscall (openbsd-amd64), const RTF_FMASK = 63496
   373  pkg syscall (openbsd-amd64), const RTM_VERSION = 4
   374  pkg syscall (openbsd-amd64), const SIOCBRDGDADDR = 2150132039
   375  pkg syscall (openbsd-amd64), const SIOCBRDGSADDR = 3223873860
   376  pkg syscall (openbsd-amd64), const SYS_CLOCK_GETRES = 234
   377  pkg syscall (openbsd-amd64), const SYS_CLOCK_GETTIME = 232
   378  pkg syscall (openbsd-amd64), const SYS_CLOCK_SETTIME = 233
   379  pkg syscall (openbsd-amd64), const SYS_FHSTATFS = 309
   380  pkg syscall (openbsd-amd64), const SYS_FSTAT = 292
   381  pkg syscall (openbsd-amd64), const SYS_FSTATAT = 316
   382  pkg syscall (openbsd-amd64), const SYS_FSTATFS = 308
   383  pkg syscall (openbsd-amd64), const SYS_FUTIMENS = 327
   384  pkg syscall (openbsd-amd64), const SYS_FUTIMES = 206
   385  pkg syscall (openbsd-amd64), const SYS_GETDIRENTRIES = 312
   386  pkg syscall (openbsd-amd64), const SYS_GETDIRENTRIES ideal-int
   387  pkg syscall (openbsd-amd64), const SYS_GETFSSTAT = 306
   388  pkg syscall (openbsd-amd64), const SYS_GETITIMER = 86
   389  pkg syscall (openbsd-amd64), const SYS_GETRUSAGE = 117
   390  pkg syscall (openbsd-amd64), const SYS_GETTIMEOFDAY = 116
   391  pkg syscall (openbsd-amd64), const SYS_KEVENT = 270
   392  pkg syscall (openbsd-amd64), const SYS_KILL = 37
   393  pkg syscall (openbsd-amd64), const SYS_LSTAT = 293
   394  pkg syscall (openbsd-amd64), const SYS_NANOSLEEP = 240
   395  pkg syscall (openbsd-amd64), const SYS_SELECT = 93
   396  pkg syscall (openbsd-amd64), const SYS_SETITIMER = 83
   397  pkg syscall (openbsd-amd64), const SYS_SETTIMEOFDAY = 122
   398  pkg syscall (openbsd-amd64), const SYS_STAT = 291
   399  pkg syscall (openbsd-amd64), const SYS_STATFS = 307
   400  pkg syscall (openbsd-amd64), const SYS_UTIMENSAT = 326
   401  pkg syscall (openbsd-amd64), const SYS_UTIMES = 138
   402  pkg syscall (openbsd-amd64), const SYS_WAIT4 = 7
   403  pkg syscall (openbsd-amd64), const SYS___THRSLEEP = 300
   404  pkg syscall (openbsd-amd64), const SizeofRtMetrics = 48
   405  pkg syscall (openbsd-amd64), const SizeofRtMsghdr = 88
   406  pkg syscall (openbsd-amd64), type Dirent struct, Fileno uint32
   407  pkg syscall (openbsd-amd64), type FdSet struct, Bits [32]int32
   408  pkg syscall (openbsd-amd64), type Kevent_t struct, Data int32
   409  pkg syscall (openbsd-amd64), type Kevent_t struct, Ident uint32
   410  pkg syscall (openbsd-amd64), type Mclpool struct, Grown uint32
   411  pkg syscall (openbsd-amd64), type RtMetrics struct, Expire uint32
   412  pkg syscall (openbsd-amd64), type Stat_t struct, Ino uint32
   413  pkg syscall (openbsd-amd64), type Stat_t struct, Lspare0 int32
   414  pkg syscall (openbsd-amd64), type Stat_t struct, Lspare1 int32
   415  pkg syscall (openbsd-amd64), type Stat_t struct, Qspare [2]int64
   416  pkg syscall (openbsd-amd64), type Statfs_t struct, F_ctime uint32
   417  pkg syscall (openbsd-amd64), type Statfs_t struct, F_spare [3]uint32
   418  pkg syscall (openbsd-amd64), type Statfs_t struct, Pad_cgo_1 [4]uint8
   419  pkg syscall (openbsd-amd64), type Timespec struct, Pad_cgo_0 [4]uint8
   420  pkg syscall (openbsd-amd64), type Timespec struct, Sec int32
   421  pkg syscall (openbsd-amd64-cgo), const CCR0_FLUSH = 16
   422  pkg syscall (openbsd-amd64-cgo), const CCR0_FLUSH ideal-int
   423  pkg syscall (openbsd-amd64-cgo), const CPUID_CFLUSH = 524288
   424  pkg syscall (openbsd-amd64-cgo), const CPUID_CFLUSH ideal-int
   425  pkg syscall (openbsd-amd64-cgo), const EFER_LMA = 1024
   426  pkg syscall (openbsd-amd64-cgo), const EFER_LMA ideal-int
   427  pkg syscall (openbsd-amd64-cgo), const EFER_LME = 256
   428  pkg syscall (openbsd-amd64-cgo), const EFER_LME ideal-int
   429  pkg syscall (openbsd-amd64-cgo), const EFER_NXE = 2048
   430  pkg syscall (openbsd-amd64-cgo), const EFER_NXE ideal-int
   431  pkg syscall (openbsd-amd64-cgo), const EFER_SCE = 1
   432  pkg syscall (openbsd-amd64-cgo), const EFER_SCE ideal-int
   433  pkg syscall (openbsd-amd64-cgo), const ImplementsGetwd = false
   434  pkg syscall (openbsd-amd64-cgo), const PMC5_PIPELINE_FLUSH = 21
   435  pkg syscall (openbsd-amd64-cgo), const PMC5_PIPELINE_FLUSH ideal-int
   436  pkg syscall (openbsd-amd64-cgo), const RTF_FMASK = 63496
   437  pkg syscall (openbsd-amd64-cgo), const RTM_VERSION = 4
   438  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGDADDR = 2150132039
   439  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSADDR = 3223873860
   440  pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_GETRES = 234
   441  pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_GETTIME = 232
   442  pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_SETTIME = 233
   443  pkg syscall (openbsd-amd64-cgo), const SYS_FHSTATFS = 309
   444  pkg syscall (openbsd-amd64-cgo), const SYS_FSTAT = 292
   445  pkg syscall (openbsd-amd64-cgo), const SYS_FSTATAT = 316
   446  pkg syscall (openbsd-amd64-cgo), const SYS_FSTATFS = 308
   447  pkg syscall (openbsd-amd64-cgo), const SYS_FUTIMENS = 327
   448  pkg syscall (openbsd-amd64-cgo), const SYS_FUTIMES = 206
   449  pkg syscall (openbsd-amd64-cgo), const SYS_GETDIRENTRIES = 312
   450  pkg syscall (openbsd-amd64-cgo), const SYS_GETDIRENTRIES ideal-int
   451  pkg syscall (openbsd-amd64-cgo), const SYS_GETFSSTAT = 306
   452  pkg syscall (openbsd-amd64-cgo), const SYS_GETITIMER = 86
   453  pkg syscall (openbsd-amd64-cgo), const SYS_GETRUSAGE = 117
   454  pkg syscall (openbsd-amd64-cgo), const SYS_GETTIMEOFDAY = 116
   455  pkg syscall (openbsd-amd64-cgo), const SYS_KEVENT = 270
   456  pkg syscall (openbsd-amd64-cgo), const SYS_KILL = 37
   457  pkg syscall (openbsd-amd64-cgo), const SYS_LSTAT = 293
   458  pkg syscall (openbsd-amd64-cgo), const SYS_NANOSLEEP = 240
   459  pkg syscall (openbsd-amd64-cgo), const SYS_SELECT = 93
   460  pkg syscall (openbsd-amd64-cgo), const SYS_SETITIMER = 83
   461  pkg syscall (openbsd-amd64-cgo), const SYS_SETTIMEOFDAY = 122
   462  pkg syscall (openbsd-amd64-cgo), const SYS_STAT = 291
   463  pkg syscall (openbsd-amd64-cgo), const SYS_STATFS = 307
   464  pkg syscall (openbsd-amd64-cgo), const SYS_UTIMENSAT = 326
   465  pkg syscall (openbsd-amd64-cgo), const SYS_UTIMES = 138
   466  pkg syscall (openbsd-amd64-cgo), const SYS_WAIT4 = 7
   467  pkg syscall (openbsd-amd64-cgo), const SYS___THRSLEEP = 300
   468  pkg syscall (openbsd-amd64-cgo), const SizeofRtMetrics = 48
   469  pkg syscall (openbsd-amd64-cgo), const SizeofRtMsghdr = 88
   470  pkg syscall (openbsd-amd64-cgo), type Dirent struct, Fileno uint32
   471  pkg syscall (openbsd-amd64-cgo), type FdSet struct, Bits [32]int32
   472  pkg syscall (openbsd-amd64-cgo), type Kevent_t struct, Data int32
   473  pkg syscall (openbsd-amd64-cgo), type Kevent_t struct, Ident uint32
   474  pkg syscall (openbsd-amd64-cgo), type Mclpool struct, Grown uint32
   475  pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Expire uint32
   476  pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Ino uint32
   477  pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Lspare0 int32
   478  pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Lspare1 int32
   479  pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Qspare [2]int64
   480  pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_ctime uint32
   481  pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_spare [3]uint32
   482  pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, Pad_cgo_1 [4]uint8
   483  pkg syscall (openbsd-amd64-cgo), type Timespec struct, Pad_cgo_0 [4]uint8
   484  pkg syscall (openbsd-amd64-cgo), type Timespec struct, Sec int32
   485  pkg syscall (windows-386), const TOKEN_ALL_ACCESS = 983295
   486  pkg syscall (windows-386), type AddrinfoW struct, Addr uintptr
   487  pkg syscall (windows-386), type CertChainPolicyPara struct, ExtraPolicyPara uintptr
   488  pkg syscall (windows-386), type CertChainPolicyStatus struct, ExtraPolicyStatus uintptr
   489  pkg syscall (windows-386), type CertContext struct, CertInfo uintptr
   490  pkg syscall (windows-386), type CertRevocationInfo struct, CrlInfo uintptr
   491  pkg syscall (windows-386), type CertRevocationInfo struct, OidSpecificInfo uintptr
   492  pkg syscall (windows-386), type CertSimpleChain struct, TrustListInfo uintptr
   493  pkg syscall (windows-386), type RawSockaddrAny struct, Pad [96]int8
   494  pkg syscall (windows-amd64), const TOKEN_ALL_ACCESS = 983295
   495  pkg syscall (windows-amd64), type AddrinfoW struct, Addr uintptr
   496  pkg syscall (windows-amd64), type CertChainPolicyPara struct, ExtraPolicyPara uintptr
   497  pkg syscall (windows-amd64), type CertChainPolicyStatus struct, ExtraPolicyStatus uintptr
   498  pkg syscall (windows-amd64), type CertContext struct, CertInfo uintptr
   499  pkg syscall (windows-amd64), type CertRevocationInfo struct, CrlInfo uintptr
   500  pkg syscall (windows-amd64), type CertRevocationInfo struct, OidSpecificInfo uintptr
   501  pkg syscall (windows-amd64), type CertSimpleChain struct, TrustListInfo uintptr
   502  pkg syscall (windows-amd64), type RawSockaddrAny struct, Pad [96]int8
   503  pkg testing, func MainStart(func(string, string) (bool, error), []InternalTest, []InternalBenchmark, []InternalExample) *M
   504  pkg testing, func MainStart(testDeps, []InternalTest, []InternalBenchmark, []InternalExample) *M
   505  pkg testing, func RegisterCover(Cover)
   506  pkg text/scanner, const GoTokens = 1012
   507  pkg text/template/parse, type DotNode bool
   508  pkg text/template/parse, type Node interface { Copy, String, Type }
   509  pkg unicode, const Version = "10.0.0"
   510  pkg unicode, const Version = "11.0.0"
   511  pkg unicode, const Version = "12.0.0"
   512  pkg unicode, const Version = "13.0.0"
   513  pkg unicode, const Version = "15.0.0"
   514  pkg unicode, const Version = "6.2.0"
   515  pkg unicode, const Version = "6.3.0"
   516  pkg unicode, const Version = "7.0.0"
   517  pkg unicode, const Version = "8.0.0"
   518  pkg unicode, const Version = "9.0.0"
   519  pkg html/template, method (*Template) Funcs(FuncMap) *Template
   520  pkg html/template, type FuncMap map[string]interface{}
   521  pkg syscall (freebsd-386), const SYS_FSTAT = 189
   522  pkg syscall (freebsd-386), const SYS_FSTATAT = 493
   523  pkg syscall (freebsd-386), const SYS_FSTATFS = 397
   524  pkg syscall (freebsd-386), const SYS_GETDIRENTRIES = 196
   525  pkg syscall (freebsd-386), const SYS_GETFSSTAT = 395
   526  pkg syscall (freebsd-386), const SYS_LSTAT = 190
   527  pkg syscall (freebsd-386), const SYS_LSTAT ideal-int
   528  pkg syscall (freebsd-386), const SYS_MKNODAT = 498
   529  pkg syscall (freebsd-386), const SYS_STAT = 188
   530  pkg syscall (freebsd-386), const SYS_STAT ideal-int
   531  pkg syscall (freebsd-386), const SYS_STATFS = 396
   532  pkg syscall (freebsd-386-cgo), const SYS_FSTAT = 189
   533  pkg syscall (freebsd-386-cgo), const SYS_FSTATAT = 493
   534  pkg syscall (freebsd-386-cgo), const SYS_FSTATFS = 397
   535  pkg syscall (freebsd-386-cgo), const SYS_GETDIRENTRIES = 196
   536  pkg syscall (freebsd-386-cgo), const SYS_GETFSSTAT = 395
   537  pkg syscall (freebsd-386-cgo), const SYS_LSTAT = 190
   538  pkg syscall (freebsd-386-cgo), const SYS_LSTAT ideal-int
   539  pkg syscall (freebsd-386-cgo), const SYS_MKNODAT = 498
   540  pkg syscall (freebsd-386-cgo), const SYS_STAT = 188
   541  pkg syscall (freebsd-386-cgo), const SYS_STAT ideal-int
   542  pkg syscall (freebsd-386-cgo), const SYS_STATFS = 396
   543  pkg syscall (freebsd-amd64), const SYS_FSTAT = 189
   544  pkg syscall (freebsd-amd64), const SYS_FSTATAT = 493
   545  pkg syscall (freebsd-amd64), const SYS_FSTATFS = 397
   546  pkg syscall (freebsd-amd64), const SYS_GETDIRENTRIES = 196
   547  pkg syscall (freebsd-amd64), const SYS_GETFSSTAT = 395
   548  pkg syscall (freebsd-amd64), const SYS_LSTAT = 190
   549  pkg syscall (freebsd-amd64), const SYS_LSTAT ideal-int
   550  pkg syscall (freebsd-amd64), const SYS_MKNODAT = 498
   551  pkg syscall (freebsd-amd64), const SYS_STAT = 188
   552  pkg syscall (freebsd-amd64), const SYS_STAT ideal-int
   553  pkg syscall (freebsd-amd64), const SYS_STATFS = 396
   554  pkg syscall (freebsd-amd64-cgo), const SYS_FSTAT = 189
   555  pkg syscall (freebsd-amd64-cgo), const SYS_FSTATAT = 493
   556  pkg syscall (freebsd-amd64-cgo), const SYS_FSTATFS = 397
   557  pkg syscall (freebsd-amd64-cgo), const SYS_GETDIRENTRIES = 196
   558  pkg syscall (freebsd-amd64-cgo), const SYS_GETFSSTAT = 395
   559  pkg syscall (freebsd-amd64-cgo), const SYS_LSTAT = 190
   560  pkg syscall (freebsd-amd64-cgo), const SYS_LSTAT ideal-int
   561  pkg syscall (freebsd-amd64-cgo), const SYS_MKNODAT = 498
   562  pkg syscall (freebsd-amd64-cgo), const SYS_STAT = 188
   563  pkg syscall (freebsd-amd64-cgo), const SYS_STAT ideal-int
   564  pkg syscall (freebsd-amd64-cgo), const SYS_STATFS = 396
   565  pkg syscall (freebsd-arm), const SYS_FSTAT = 189
   566  pkg syscall (freebsd-arm), const SYS_FSTATAT = 493
   567  pkg syscall (freebsd-arm), const SYS_FSTATFS = 397
   568  pkg syscall (freebsd-arm), const SYS_GETDIRENTRIES = 196
   569  pkg syscall (freebsd-arm), const SYS_GETFSSTAT = 395
   570  pkg syscall (freebsd-arm), const SYS_LSTAT = 190
   571  pkg syscall (freebsd-arm), const SYS_LSTAT ideal-int
   572  pkg syscall (freebsd-arm), const SYS_MKNODAT = 498
   573  pkg syscall (freebsd-arm), const SYS_STAT = 188
   574  pkg syscall (freebsd-arm), const SYS_STAT ideal-int
   575  pkg syscall (freebsd-arm), const SYS_STATFS = 396
   576  pkg syscall (freebsd-arm-cgo), const SYS_FSTAT = 189
   577  pkg syscall (freebsd-arm-cgo), const SYS_FSTATAT = 493
   578  pkg syscall (freebsd-arm-cgo), const SYS_FSTATFS = 397
   579  pkg syscall (freebsd-arm-cgo), const SYS_GETDIRENTRIES = 196
   580  pkg syscall (freebsd-arm-cgo), const SYS_GETFSSTAT = 395
   581  pkg syscall (freebsd-arm-cgo), const SYS_LSTAT = 190
   582  pkg syscall (freebsd-arm-cgo), const SYS_LSTAT ideal-int
   583  pkg syscall (freebsd-arm-cgo), const SYS_MKNODAT = 498
   584  pkg syscall (freebsd-arm-cgo), const SYS_STAT = 188
   585  pkg syscall (freebsd-arm-cgo), const SYS_STAT ideal-int
   586  pkg syscall (freebsd-arm-cgo), const SYS_STATFS = 396
   587  pkg syscall (freebsd-arm64), const SYS_FSTAT = 189
   588  pkg syscall (freebsd-arm64), const SYS_FSTATAT = 493
   589  pkg syscall (freebsd-arm64), const SYS_FSTATFS = 397
   590  pkg syscall (freebsd-arm64), const SYS_GETDIRENTRIES = 196
   591  pkg syscall (freebsd-arm64), const SYS_GETFSSTAT = 395
   592  pkg syscall (freebsd-arm64), const SYS_LSTAT = 190
   593  pkg syscall (freebsd-arm64), const SYS_LSTAT ideal-int
   594  pkg syscall (freebsd-arm64), const SYS_MKNODAT = 498
   595  pkg syscall (freebsd-arm64), const SYS_STAT = 188
   596  pkg syscall (freebsd-arm64), const SYS_STAT ideal-int
   597  pkg syscall (freebsd-arm64), const SYS_STATFS = 396
   598  pkg syscall (freebsd-arm64-cgo), const SYS_FSTAT = 189
   599  pkg syscall (freebsd-arm64-cgo), const SYS_FSTATAT = 493
   600  pkg syscall (freebsd-arm64-cgo), const SYS_FSTATFS = 397
   601  pkg syscall (freebsd-arm64-cgo), const SYS_GETDIRENTRIES = 196
   602  pkg syscall (freebsd-arm64-cgo), const SYS_GETFSSTAT = 395
   603  pkg syscall (freebsd-arm64-cgo), const SYS_LSTAT = 190
   604  pkg syscall (freebsd-arm64-cgo), const SYS_LSTAT ideal-int
   605  pkg syscall (freebsd-arm64-cgo), const SYS_MKNODAT = 498
   606  pkg syscall (freebsd-arm64-cgo), const SYS_STAT = 188
   607  pkg syscall (freebsd-arm64-cgo), const SYS_STAT ideal-int
   608  pkg syscall (freebsd-arm64-cgo), const SYS_STATFS = 396
   609  pkg syscall (openbsd-386), const ELAST = 91
   610  pkg syscall (openbsd-386-cgo), const ELAST = 91
   611  pkg syscall (openbsd-amd64), const ELAST = 91
   612  pkg syscall (openbsd-amd64-cgo), const ELAST = 91
   613  

View as plain text