limits_openbsd_amd64.go (29194B)
1 // Code generated by 'ccgo limits/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -ignore-unsupported-alignment -o limits/limits_openbsd_amd64.go -pkgname limits', DO NOT EDIT. 2 3 package limits 4 5 import ( 6 "math" 7 "reflect" 8 "sync/atomic" 9 "unsafe" 10 ) 11 12 var _ = math.Pi 13 var _ reflect.Kind 14 var _ atomic.Value 15 var _ unsafe.Pointer 16 17 const ( 18 ARG_MAX = 524288 // syslimits.h:38:1: 19 BC_BASE_MAX = 2147483647 // syslimits.h:51:1: 20 BC_DIM_MAX = 65535 // syslimits.h:52:1: 21 BC_SCALE_MAX = 2147483647 // syslimits.h:53:1: 22 BC_STRING_MAX = 2147483647 // syslimits.h:54:1: 23 CHAR_BIT = 8 // limits.h:36:1: 24 CHAR_MAX = 0x7f // limits.h:46:1: 25 CHAR_MIN = -128 // limits.h:47:1: 26 CHILD_MAX = 80 // syslimits.h:39:1: 27 COLL_WEIGHTS_MAX = 2 // syslimits.h:55:1: 28 EXPR_NEST_MAX = 32 // syslimits.h:56:1: 29 GID_MAX = 4294967295 // limits.h:84:1: 30 HOST_NAME_MAX = 255 // syslimits.h:76:1: 31 INT_MAX = 0x7fffffff // limits.h:57:1: 32 INT_MIN = -2147483648 // limits.h:58:1: 33 IOV_MAX = 1024 // syslimits.h:64:1: 34 LINE_MAX = 2048 // syslimits.h:57:1: 35 LINK_MAX = 32767 // syslimits.h:40:1: 36 LLONG_MAX = 0x7fffffffffffffff // limits.h:76:1: 37 LLONG_MIN = -9223372036854775808 // limits.h:78:1: 38 LOGIN_NAME_MAX = 32 // syslimits.h:72:1: 39 LONG_BIT = 64 // limits.h:89:1: 40 LONG_MAX = 0x7fffffffffffffff // limits.h:63:1: 41 LONG_MIN = -9223372036854775808 // limits.h:65:1: 42 MAX_CANON = 255 // syslimits.h:41:1: 43 MAX_INPUT = 255 // syslimits.h:42:1: 44 MB_LEN_MAX = 4 // limits.h:50:1: 45 NAME_MAX = 255 // syslimits.h:43:1: 46 NGROUPS_MAX = 16 // syslimits.h:44:1: 47 NL_ARGMAX = 9 // limits.h:89:1: 48 NL_LANGMAX = 14 // limits.h:90:1: 49 NL_MSGMAX = 32767 // limits.h:91:1: 50 NL_SETMAX = 255 // limits.h:92:1: 51 NL_TEXTMAX = 255 // limits.h:93:1: 52 NZERO = 20 // syslimits.h:65:1: 53 OPEN_MAX = 64 // syslimits.h:45:1: 54 PATH_MAX = 1024 // syslimits.h:46:1: 55 PIPE_BUF = 512 // syslimits.h:47:1: 56 QUAD_MAX = 0x7fffffffffffffff // limits.h:47:1: 57 QUAD_MIN = -9223372036854775808 // limits.h:48:1: 58 RE_DUP_MAX = 255 // syslimits.h:59:1: 59 SCHAR_MAX = 0x7f // limits.h:38:1: 60 SCHAR_MIN = -128 // limits.h:39:1: 61 SEM_VALUE_MAX = 4294967295 // syslimits.h:60:1: 62 SHRT_MAX = 0x7fff // limits.h:53:1: 63 SHRT_MIN = -32768 // limits.h:54:1: 64 SIZE_T_MAX = 18446744073709551615 // limits.h:44:1: 65 SSIZE_MAX = 9223372036854775807 // limits.h:40:1: 66 SYMLINK_MAX = 1024 // syslimits.h:48:1: 67 SYMLOOP_MAX = 32 // syslimits.h:49:1: 68 TTY_NAME_MAX = 260 // syslimits.h:71:1: 69 UCHAR_MAX = 0xff // limits.h:41:1: 70 UID_MAX = 4294967295 // limits.h:83:1: 71 UINT_MAX = 0xffffffff // limits.h:56:1: 72 ULLONG_MAX = 0xffffffffffffffff // limits.h:74:1: 73 ULONG_MAX = 0xffffffffffffffff // limits.h:61:1: 74 UQUAD_MAX = 0xffffffffffffffff // limits.h:46:1: 75 USHRT_MAX = 0xffff // limits.h:52:1: 76 WORD_BIT = 32 // limits.h:93:1: 77 X_FILE_OFFSET_BITS = 64 // <builtin>:25:1: 78 X_LIMITS_H_ = 0 // limits.h:36:1: 79 X_LP64 = 1 // <predefined>:1:1: 80 X_MACHINE_CDEFS_H_ = 0 // cdefs.h:9:1: 81 X_MACHINE_LIMITS_H_ = 0 // limits.h:35:1: 82 X_MAXCOMLEN = 24 // syslimits.h:79:1: 83 X_POSIX2_BC_BASE_MAX = 99 // limits.h:71:1: 84 X_POSIX2_BC_DIM_MAX = 2048 // limits.h:72:1: 85 X_POSIX2_BC_SCALE_MAX = 99 // limits.h:73:1: 86 X_POSIX2_BC_STRING_MAX = 1000 // limits.h:74:1: 87 X_POSIX2_CHARCLASS_NAME_MAX = 14 // limits.h:79:1: 88 X_POSIX2_COLL_WEIGHTS_MAX = 2 // limits.h:75:1: 89 X_POSIX2_EXPR_NEST_MAX = 32 // limits.h:76:1: 90 X_POSIX2_LINE_MAX = 2048 // limits.h:77:1: 91 X_POSIX2_RE_DUP_MAX = 255 // limits.h:78:1: 92 X_POSIX_ARG_MAX = 4096 // limits.h:41:1: 93 X_POSIX_CHILD_MAX = 25 // limits.h:42:1: 94 X_POSIX_CLOCKRES_MIN = 20000000 // limits.h:61:1: 95 X_POSIX_HOST_NAME_MAX = 255 // limits.h:82:1: 96 X_POSIX_LINK_MAX = 8 // limits.h:43:1: 97 X_POSIX_LOGIN_NAME_MAX = 9 // limits.h:83:1: 98 X_POSIX_MAX_CANON = 255 // limits.h:44:1: 99 X_POSIX_MAX_INPUT = 255 // limits.h:45:1: 100 X_POSIX_NAME_MAX = 14 // limits.h:46:1: 101 X_POSIX_NGROUPS_MAX = 8 // limits.h:62:1: 102 X_POSIX_OPEN_MAX = 20 // limits.h:63:1: 103 X_POSIX_PATH_MAX = 256 // limits.h:47:1: 104 X_POSIX_PIPE_BUF = 512 // limits.h:48:1: 105 X_POSIX_RE_DUP_MAX = 255 // limits.h:49:1: 106 X_POSIX_SEM_NSEMS_MAX = 256 // limits.h:50:1: 107 X_POSIX_SEM_VALUE_MAX = 32767 // limits.h:51:1: 108 X_POSIX_SSIZE_MAX = 32767 // limits.h:52:1: 109 X_POSIX_STREAM_MAX = 8 // limits.h:53:1: 110 X_POSIX_SYMLINK_MAX = 255 // limits.h:54:1: 111 X_POSIX_SYMLOOP_MAX = 8 // limits.h:55:1: 112 X_POSIX_THREAD_DESTRUCTOR_ITERATIONS = 4 // limits.h:56:1: 113 X_POSIX_THREAD_KEYS_MAX = 128 // limits.h:57:1: 114 X_POSIX_THREAD_THREADS_MAX = 4 // limits.h:58:1: 115 X_POSIX_TTY_NAME_MAX = 9 // limits.h:84:1: 116 X_POSIX_TZNAME_MAX = 6 // limits.h:64:1: 117 X_RET_PROTECTOR = 1 // <predefined>:2:1: 118 X_SYS_CDEFS_H_ = 0 // cdefs.h:39:1: 119 X_SYS_LIMITS_H_ = 0 // limits.h:27:1: 120 X_XOPEN_IOV_MAX = 16 // limits.h:106:1: 121 X_XOPEN_NAME_MAX = 255 // limits.h:107:1: 122 X_XOPEN_PATH_MAX = 1024 // limits.h:108:1: 123 Unix = 1 // <predefined>:344:1: 124 ) 125 126 type Ptrdiff_t = int64 /* <builtin>:3:26 */ 127 128 type Size_t = uint64 /* <builtin>:9:23 */ 129 130 type Wchar_t = int32 /* <builtin>:15:24 */ 131 132 type X__int128_t = struct { 133 Flo int64 134 Fhi int64 135 } /* <builtin>:21:43 */ // must match modernc.org/mathutil.Int128 136 type X__uint128_t = struct { 137 Flo uint64 138 Fhi uint64 139 } /* <builtin>:22:44 */ // must match modernc.org/mathutil.Int128 140 141 type X__builtin_va_list = uintptr /* <builtin>:46:14 */ 142 type X__float128 = float64 /* <builtin>:47:21 */ 143 144 // $OpenBSD: limits.h,v 1.19 2015/01/20 22:09:50 tedu Exp $ 145 // $NetBSD: limits.h,v 1.7 1994/10/26 00:56:00 cgd Exp $ 146 147 // Copyright (c) 1988 The Regents of the University of California. 148 // All rights reserved. 149 // 150 // Redistribution and use in source and binary forms, with or without 151 // modification, are permitted provided that the following conditions 152 // are met: 153 // 1. Redistributions of source code must retain the above copyright 154 // notice, this list of conditions and the following disclaimer. 155 // 2. Redistributions in binary form must reproduce the above copyright 156 // notice, this list of conditions and the following disclaimer in the 157 // documentation and/or other materials provided with the distribution. 158 // 3. Neither the name of the University nor the names of its contributors 159 // may be used to endorse or promote products derived from this software 160 // without specific prior written permission. 161 // 162 // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 163 // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 164 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 165 // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 166 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 167 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 168 // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 169 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 170 // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 171 // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 172 // SUCH DAMAGE. 173 // 174 // @(#)limits.h 5.9 (Berkeley) 4/3/91 175 176 // $OpenBSD: cdefs.h,v 1.43 2018/10/29 17:10:40 guenther Exp $ 177 // $NetBSD: cdefs.h,v 1.16 1996/04/03 20:46:39 christos Exp $ 178 179 // Copyright (c) 1991, 1993 180 // The Regents of the University of California. All rights reserved. 181 // 182 // This code is derived from software contributed to Berkeley by 183 // Berkeley Software Design, Inc. 184 // 185 // Redistribution and use in source and binary forms, with or without 186 // modification, are permitted provided that the following conditions 187 // are met: 188 // 1. Redistributions of source code must retain the above copyright 189 // notice, this list of conditions and the following disclaimer. 190 // 2. Redistributions in binary form must reproduce the above copyright 191 // notice, this list of conditions and the following disclaimer in the 192 // documentation and/or other materials provided with the distribution. 193 // 3. Neither the name of the University nor the names of its contributors 194 // may be used to endorse or promote products derived from this software 195 // without specific prior written permission. 196 // 197 // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 198 // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 199 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 200 // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 201 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 202 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 203 // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 204 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 205 // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 206 // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 207 // SUCH DAMAGE. 208 // 209 // @(#)cdefs.h 8.7 (Berkeley) 1/21/94 210 211 // $OpenBSD: cdefs.h,v 1.3 2013/03/28 17:30:45 martynas Exp $ 212 213 // Written by J.T. Conklin <jtc@wimsey.com> 01/17/95. 214 // Public domain. 215 216 // Macro to test if we're using a specific version of gcc or later. 217 218 // The __CONCAT macro is used to concatenate parts of symbol names, e.g. 219 // with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo. 220 // The __CONCAT macro is a bit tricky -- make sure you don't put spaces 221 // in between its arguments. Do not use __CONCAT on double-quoted strings, 222 // such as those from the __STRING macro: to concatenate strings just put 223 // them next to each other. 224 225 // GCC1 and some versions of GCC2 declare dead (non-returning) and 226 // pure (no side effects) functions using "volatile" and "const"; 227 // unfortunately, these then cause warnings under "-ansi -pedantic". 228 // GCC >= 2.5 uses the __attribute__((attrs)) style. All of these 229 // work for GNU C++ (modulo a slight glitch in the C++ grammar in 230 // the distribution version of 2.5.5). 231 232 // __returns_twice makes the compiler not assume the function 233 // only returns once. This affects registerisation of variables: 234 // even local variables need to be in memory across such a call. 235 // Example: setjmp() 236 237 // __only_inline makes the compiler only use this function definition 238 // for inlining; references that can't be inlined will be left as 239 // external references instead of generating a local copy. The 240 // matching library should include a simple extern definition for 241 // the function to handle those references. c.f. ctype.h 242 243 // GNU C version 2.96 adds explicit branch prediction so that 244 // the CPU back-end can hint the processor and also so that 245 // code blocks can be reordered such that the predicted path 246 // sees a more linear flow, thus improving cache behavior, etc. 247 // 248 // The following two macros provide us with a way to utilize this 249 // compiler feature. Use __predict_true() if you expect the expression 250 // to evaluate to true, and __predict_false() if you expect the 251 // expression to evaluate to false. 252 // 253 // A few notes about usage: 254 // 255 // * Generally, __predict_false() error condition checks (unless 256 // you have some _strong_ reason to do otherwise, in which case 257 // document it), and/or __predict_true() `no-error' condition 258 // checks, assuming you want to optimize for the no-error case. 259 // 260 // * Other than that, if you don't know the likelihood of a test 261 // succeeding from empirical or other `hard' evidence, don't 262 // make predictions. 263 // 264 // * These are meant to be used in places that are run `a lot'. 265 // It is wasteful to make predictions in code that is run 266 // seldomly (e.g. at subsystem initialization time) as the 267 // basic block reordering that this affects can often generate 268 // larger code. 269 270 // Delete pseudo-keywords wherever they are not available or needed. 271 272 // The __packed macro indicates that a variable or structure members 273 // should have the smallest possible alignment, despite any host CPU 274 // alignment requirements. 275 // 276 // The __aligned(x) macro specifies the minimum alignment of a 277 // variable or structure. 278 // 279 // These macros together are useful for describing the layout and 280 // alignment of messages exchanged with hardware or other systems. 281 282 // "The nice thing about standards is that there are so many to choose from." 283 // There are a number of "feature test macros" specified by (different) 284 // standards that determine which interfaces and types the header files 285 // should expose. 286 // 287 // Because of inconsistencies in these macros, we define our own 288 // set in the private name space that end in _VISIBLE. These are 289 // always defined and so headers can test their values easily. 290 // Things can get tricky when multiple feature macros are defined. 291 // We try to take the union of all the features requested. 292 // 293 // The following macros are guaranteed to have a value after cdefs.h 294 // has been included: 295 // __POSIX_VISIBLE 296 // __XPG_VISIBLE 297 // __ISO_C_VISIBLE 298 // __BSD_VISIBLE 299 300 // X/Open Portability Guides and Single Unix Specifications. 301 // _XOPEN_SOURCE XPG3 302 // _XOPEN_SOURCE && _XOPEN_VERSION = 4 XPG4 303 // _XOPEN_SOURCE && _XOPEN_SOURCE_EXTENDED = 1 XPG4v2 304 // _XOPEN_SOURCE == 500 XPG5 305 // _XOPEN_SOURCE == 520 XPG5v2 306 // _XOPEN_SOURCE == 600 POSIX 1003.1-2001 with XSI 307 // _XOPEN_SOURCE == 700 POSIX 1003.1-2008 with XSI 308 // 309 // The XPG spec implies a specific value for _POSIX_C_SOURCE. 310 311 // POSIX macros, these checks must follow the XOPEN ones above. 312 // 313 // _POSIX_SOURCE == 1 1003.1-1988 (superseded by _POSIX_C_SOURCE) 314 // _POSIX_C_SOURCE == 1 1003.1-1990 315 // _POSIX_C_SOURCE == 2 1003.2-1992 316 // _POSIX_C_SOURCE == 199309L 1003.1b-1993 317 // _POSIX_C_SOURCE == 199506L 1003.1c-1995, 1003.1i-1995, 318 // and the omnibus ISO/IEC 9945-1:1996 319 // _POSIX_C_SOURCE == 200112L 1003.1-2001 320 // _POSIX_C_SOURCE == 200809L 1003.1-2008 321 // 322 // The POSIX spec implies a specific value for __ISO_C_VISIBLE, though 323 // this may be overridden by the _ISOC99_SOURCE macro later. 324 325 // _ANSI_SOURCE means to expose ANSI C89 interfaces only. 326 // If the user defines it in addition to one of the POSIX or XOPEN 327 // macros, assume the POSIX/XOPEN macro(s) should take precedence. 328 329 // _ISOC99_SOURCE, _ISOC11_SOURCE, __STDC_VERSION__, and __cplusplus 330 // override any of the other macros since they are non-exclusive. 331 332 // Finally deal with BSD-specific interfaces that are not covered 333 // by any standards. We expose these when none of the POSIX or XPG 334 // macros is defined or if the user explicitly asks for them. 335 336 // Default values. 337 338 // $OpenBSD: limits.h,v 1.10 2012/06/30 20:21:10 guenther Exp $ 339 // Copyright (c) 2002 Marc Espie. 340 // 341 // Redistribution and use in source and binary forms, with or without 342 // modification, are permitted provided that the following conditions 343 // are met: 344 // 1. Redistributions of source code must retain the above copyright 345 // notice, this list of conditions and the following disclaimer. 346 // 2. Redistributions in binary form must reproduce the above copyright 347 // notice, this list of conditions and the following disclaimer in the 348 // documentation and/or other materials provided with the distribution. 349 // 350 // THIS SOFTWARE IS PROVIDED BY THE OPENBSD PROJECT AND CONTRIBUTORS 351 // ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 352 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 353 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OPENBSD 354 // PROJECT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 355 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 356 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 357 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 358 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 359 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 360 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 361 362 // $OpenBSD: cdefs.h,v 1.43 2018/10/29 17:10:40 guenther Exp $ 363 // $NetBSD: cdefs.h,v 1.16 1996/04/03 20:46:39 christos Exp $ 364 365 // Copyright (c) 1991, 1993 366 // The Regents of the University of California. All rights reserved. 367 // 368 // This code is derived from software contributed to Berkeley by 369 // Berkeley Software Design, Inc. 370 // 371 // Redistribution and use in source and binary forms, with or without 372 // modification, are permitted provided that the following conditions 373 // are met: 374 // 1. Redistributions of source code must retain the above copyright 375 // notice, this list of conditions and the following disclaimer. 376 // 2. Redistributions in binary form must reproduce the above copyright 377 // notice, this list of conditions and the following disclaimer in the 378 // documentation and/or other materials provided with the distribution. 379 // 3. Neither the name of the University nor the names of its contributors 380 // may be used to endorse or promote products derived from this software 381 // without specific prior written permission. 382 // 383 // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 384 // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 385 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 386 // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 387 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 388 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 389 // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 390 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 391 // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 392 // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 393 // SUCH DAMAGE. 394 // 395 // @(#)cdefs.h 8.7 (Berkeley) 1/21/94 396 397 // Common definitions for limits.h. 398 399 // Legacy 400 // $OpenBSD: limits.h,v 1.6 2015/04/30 13:42:08 millert Exp $ 401 402 // Copyright (c) 1988 The Regents of the University of California. 403 // All rights reserved. 404 // 405 // Redistribution and use in source and binary forms, with or without 406 // modification, are permitted provided that the following conditions 407 // are met: 408 // 1. Redistributions of source code must retain the above copyright 409 // notice, this list of conditions and the following disclaimer. 410 // 2. Redistributions in binary form must reproduce the above copyright 411 // notice, this list of conditions and the following disclaimer in the 412 // documentation and/or other materials provided with the distribution. 413 // 3. Neither the name of the University nor the names of its contributors 414 // may be used to endorse or promote products derived from this software 415 // without specific prior written permission. 416 // 417 // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 418 // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 419 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 420 // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 421 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 422 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 423 // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 424 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 425 // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 426 // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 427 // SUCH DAMAGE. 428 // 429 // @(#)limits.h 7.2 (Berkeley) 6/28/90 430 431 // $OpenBSD: cdefs.h,v 1.43 2018/10/29 17:10:40 guenther Exp $ 432 // $NetBSD: cdefs.h,v 1.16 1996/04/03 20:46:39 christos Exp $ 433 434 // Copyright (c) 1991, 1993 435 // The Regents of the University of California. All rights reserved. 436 // 437 // This code is derived from software contributed to Berkeley by 438 // Berkeley Software Design, Inc. 439 // 440 // Redistribution and use in source and binary forms, with or without 441 // modification, are permitted provided that the following conditions 442 // are met: 443 // 1. Redistributions of source code must retain the above copyright 444 // notice, this list of conditions and the following disclaimer. 445 // 2. Redistributions in binary form must reproduce the above copyright 446 // notice, this list of conditions and the following disclaimer in the 447 // documentation and/or other materials provided with the distribution. 448 // 3. Neither the name of the University nor the names of its contributors 449 // may be used to endorse or promote products derived from this software 450 // without specific prior written permission. 451 // 452 // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 453 // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 454 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 455 // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 456 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 457 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 458 // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 459 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 460 // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 461 // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 462 // SUCH DAMAGE. 463 // 464 // @(#)cdefs.h 8.7 (Berkeley) 1/21/94 465 466 // max value for unsigned long 467 // max value for a signed long 468 // min value for a signed long 469 470 // max value for unsigned long long 471 // max value for a signed long long 472 // min value for a signed long long 473 474 // $OpenBSD: syslimits.h,v 1.15 2022/02/22 16:58:08 deraadt Exp $ 475 // $NetBSD: syslimits.h,v 1.12 1995/10/05 05:26:19 thorpej Exp $ 476 477 // Copyright (c) 1988, 1993 478 // The Regents of the University of California. All rights reserved. 479 // 480 // Redistribution and use in source and binary forms, with or without 481 // modification, are permitted provided that the following conditions 482 // are met: 483 // 1. Redistributions of source code must retain the above copyright 484 // notice, this list of conditions and the following disclaimer. 485 // 2. Redistributions in binary form must reproduce the above copyright 486 // notice, this list of conditions and the following disclaimer in the 487 // documentation and/or other materials provided with the distribution. 488 // 3. Neither the name of the University nor the names of its contributors 489 // may be used to endorse or promote products derived from this software 490 // without specific prior written permission. 491 // 492 // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 493 // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 494 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 495 // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 496 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 497 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 498 // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 499 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 500 // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 501 // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 502 // SUCH DAMAGE. 503 // 504 // @(#)syslimits.h 8.1 (Berkeley) 6/2/93 505 506 // $OpenBSD: cdefs.h,v 1.43 2018/10/29 17:10:40 guenther Exp $ 507 // $NetBSD: cdefs.h,v 1.16 1996/04/03 20:46:39 christos Exp $ 508 509 // Copyright (c) 1991, 1993 510 // The Regents of the University of California. All rights reserved. 511 // 512 // This code is derived from software contributed to Berkeley by 513 // Berkeley Software Design, Inc. 514 // 515 // Redistribution and use in source and binary forms, with or without 516 // modification, are permitted provided that the following conditions 517 // are met: 518 // 1. Redistributions of source code must retain the above copyright 519 // notice, this list of conditions and the following disclaimer. 520 // 2. Redistributions in binary form must reproduce the above copyright 521 // notice, this list of conditions and the following disclaimer in the 522 // documentation and/or other materials provided with the distribution. 523 // 3. Neither the name of the University nor the names of its contributors 524 // may be used to endorse or promote products derived from this software 525 // without specific prior written permission. 526 // 527 // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 528 // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 529 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 530 // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 531 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 532 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 533 // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 534 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 535 // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 536 // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 537 // SUCH DAMAGE. 538 // 539 // @(#)cdefs.h 8.7 (Berkeley) 1/21/94 540 541 var _ int8 /* gen.c:2:13: */