limits_openbsd_386.go 28 KB

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