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