gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

termios_freebsd_arm.go (45220B)


      1 // Code generated by 'ccgo termios/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 termios/termios_freebsd_arm.go -pkgname termios', DO NOT EDIT.
      2 
      3 package termios
      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 	ALTWERASE            = 0x00000200 // _termios.h:171:1:
     19 	B0                   = 0          // _termios.h:186:1:
     20 	B1000000             = 1000000    // _termios.h:213:1:
     21 	B110                 = 110        // _termios.h:189:1:
     22 	B115200              = 115200     // _termios.h:208:1:
     23 	B1200                = 1200       // _termios.h:195:1:
     24 	B134                 = 134        // _termios.h:190:1:
     25 	B14400               = 14400      // _termios.h:204:1:
     26 	B150                 = 150        // _termios.h:191:1:
     27 	B1500000             = 1500000    // _termios.h:214:1:
     28 	B1800                = 1800       // _termios.h:196:1:
     29 	B19200               = 19200      // _termios.h:200:1:
     30 	B200                 = 200        // _termios.h:192:1:
     31 	B2000000             = 2000000    // _termios.h:215:1:
     32 	B230400              = 230400     // _termios.h:209:1:
     33 	B2400                = 2400       // _termios.h:197:1:
     34 	B2500000             = 2500000    // _termios.h:216:1:
     35 	B28800               = 28800      // _termios.h:205:1:
     36 	B300                 = 300        // _termios.h:193:1:
     37 	B3000000             = 3000000    // _termios.h:217:1:
     38 	B3500000             = 3500000    // _termios.h:218:1:
     39 	B38400               = 38400      // _termios.h:201:1:
     40 	B4000000             = 4000000    // _termios.h:219:1:
     41 	B460800              = 460800     // _termios.h:210:1:
     42 	B4800                = 4800       // _termios.h:198:1:
     43 	B50                  = 50         // _termios.h:187:1:
     44 	B500000              = 500000     // _termios.h:211:1:
     45 	B57600               = 57600      // _termios.h:206:1:
     46 	B600                 = 600        // _termios.h:194:1:
     47 	B7200                = 7200       // _termios.h:203:1:
     48 	B75                  = 75         // _termios.h:188:1:
     49 	B76800               = 76800      // _termios.h:207:1:
     50 	B921600              = 921600     // _termios.h:212:1:
     51 	B9600                = 9600       // _termios.h:199:1:
     52 	BRKINT               = 0x00000002 // _termios.h:86:1:
     53 	CBRK                 = 255        // ttydefaults.h:89:1:
     54 	CCAR_OFLOW           = 0x00100000 // _termios.h:145:1:
     55 	CCTS_OFLOW           = 0x00010000 // _termios.h:140:1:
     56 	CDISCARD             = 15         // ttydefaults.h:84:1:
     57 	CDSR_OFLOW           = 0x00080000 // _termios.h:144:1:
     58 	CDSUSP               = 25         // ttydefaults.h:80:1:
     59 	CDTR_IFLOW           = 0x00040000 // _termios.h:143:1:
     60 	CEOF                 = 4          // ttydefaults.h:69:1:
     61 	CEOL                 = 0xff       // ttydefaults.h:70:1:
     62 	CEOT                 = 4          // ttydefaults.h:87:1:
     63 	CERASE               = 127        // ttydefaults.h:71:1:
     64 	CERASE2              = 8          // ttydefaults.h:72:1:
     65 	CFLUSH               = 15         // ttydefaults.h:91:1:
     66 	CIGNORE              = 0x00000001 // _termios.h:126:1:
     67 	CINTR                = 3          // ttydefaults.h:73:1:
     68 	CKILL                = 21         // ttydefaults.h:75:1:
     69 	CLNEXT               = 22         // ttydefaults.h:83:1:
     70 	CLOCAL               = 0x00008000 // _termios.h:138:1:
     71 	CMIN                 = 1          // ttydefaults.h:76:1:
     72 	CNO_RTSDTR           = 0x00200000 // _termios.h:146:1:
     73 	CQUIT                = 28         // ttydefaults.h:77:1:
     74 	CREAD                = 0x00000800 // _termios.h:134:1:
     75 	CREPRINT             = 18         // ttydefaults.h:86:1:
     76 	CRPRNT               = 18         // ttydefaults.h:90:1:
     77 	CRTSCTS              = 196608     // _termios.h:141:1:
     78 	CRTS_IFLOW           = 0x00020000 // _termios.h:142:1:
     79 	CS5                  = 0x00000000 // _termios.h:129:1:
     80 	CS6                  = 0x00000100 // _termios.h:130:1:
     81 	CS7                  = 0x00000200 // _termios.h:131:1:
     82 	CS8                  = 0x00000300 // _termios.h:132:1:
     83 	CSIZE                = 0x00000300 // _termios.h:128:1:
     84 	CSTART               = 17         // ttydefaults.h:81:1:
     85 	CSTATUS              = 20         // ttydefaults.h:74:1:
     86 	CSTOP                = 19         // ttydefaults.h:82:1:
     87 	CSTOPB               = 0x00000400 // _termios.h:133:1:
     88 	CSUSP                = 26         // ttydefaults.h:78:1:
     89 	CTIME                = 0          // ttydefaults.h:79:1:
     90 	CWERASE              = 23         // ttydefaults.h:85:1:
     91 	ECHO                 = 0x00000008 // _termios.h:162:1:
     92 	ECHOCTL              = 0x00000040 // _termios.h:166:1:
     93 	ECHOE                = 0x00000002 // _termios.h:160:1:
     94 	ECHOK                = 0x00000004 // _termios.h:161:1:
     95 	ECHOKE               = 0x00000001 // _termios.h:158:1:
     96 	ECHONL               = 0x00000010 // _termios.h:163:1:
     97 	ECHOPRT              = 0x00000020 // _termios.h:165:1:
     98 	EXTA                 = 19200      // _termios.h:220:1:
     99 	EXTB                 = 38400      // _termios.h:221:1:
    100 	EXTPROC              = 0x00000800 // _termios.h:174:1:
    101 	FLUSHO               = 0x00800000 // _termios.h:177:1:
    102 	H4DISC               = 7          // ttycom.h:135:1:
    103 	HUPCL                = 0x00004000 // _termios.h:137:1:
    104 	ICANON               = 0x00000100 // _termios.h:169:1:
    105 	ICRNL                = 0x00000100 // _termios.h:93:1:
    106 	IEXTEN               = 0x00000400 // _termios.h:173:1:
    107 	IGNBRK               = 0x00000001 // _termios.h:85:1:
    108 	IGNCR                = 0x00000080 // _termios.h:92:1:
    109 	IGNPAR               = 0x00000004 // _termios.h:87:1:
    110 	IMAXBEL              = 0x00002000 // _termios.h:100:1:
    111 	INLCR                = 0x00000040 // _termios.h:91:1:
    112 	INPCK                = 0x00000010 // _termios.h:89:1:
    113 	IOCPARM_MASK         = 8191       // ioccom.h:49:1:
    114 	IOCPARM_MAX          = 8192       // ioccom.h:54:1:
    115 	IOCPARM_SHIFT        = 13         // ioccom.h:48:1:
    116 	IOC_DIRMASK          = 3758096384 // ioccom.h:60:1:
    117 	IOC_IN               = 0x80000000 // ioccom.h:58:1:
    118 	IOC_INOUT            = 3221225472 // ioccom.h:59:1:
    119 	IOC_OUT              = 0x40000000 // ioccom.h:57:1:
    120 	IOC_VOID             = 0x20000000 // ioccom.h:56:1:
    121 	ISIG                 = 0x00000080 // _termios.h:168:1:
    122 	ISTRIP               = 0x00000020 // _termios.h:90:1:
    123 	IXANY                = 0x00000800 // _termios.h:97:1:
    124 	IXOFF                = 0x00000400 // _termios.h:95:1:
    125 	IXON                 = 0x00000200 // _termios.h:94:1:
    126 	MDMBUF               = 1048576    // termios.h:52:1:
    127 	NCCS                 = 20         // _termios.h:78:1:
    128 	NETGRAPHDISC         = 6          // ttycom.h:134:1:
    129 	NOFLSH               = 0x80000000 // _termios.h:181:1:
    130 	NOKERNINFO           = 0x02000000 // _termios.h:178:1:
    131 	OCRNL                = 0x00000010 // _termios.h:117:1:
    132 	ONLCR                = 0x00000002 // _termios.h:108:1:
    133 	ONLRET               = 0x00000040 // _termios.h:119:1:
    134 	ONOCR                = 0x00000020 // _termios.h:118:1:
    135 	ONOEOT               = 0x00000008 // _termios.h:114:1:
    136 	OPOST                = 0x00000001 // _termios.h:106:1:
    137 	OXTABS               = 4          // termios.h:51:1:
    138 	PARENB               = 0x00001000 // _termios.h:135:1:
    139 	PARMRK               = 0x00000008 // _termios.h:88:1:
    140 	PARODD               = 0x00002000 // _termios.h:136:1:
    141 	PENDIN               = 0x20000000 // _termios.h:179:1:
    142 	PPPDISC              = 5          // ttycom.h:133:1:
    143 	SLIPDISC             = 4          // ttycom.h:132:1:
    144 	TAB0                 = 0x00000000 // _termios.h:112:1:
    145 	TAB3                 = 0x00000004 // _termios.h:113:1:
    146 	TABDLY               = 0x00000004 // _termios.h:111:1:
    147 	TCIFLUSH             = 1          // termios.h:69:1:
    148 	TCIOFF               = 3          // termios.h:74:1:
    149 	TCIOFLUSH            = 3          // termios.h:71:1:
    150 	TCION                = 4          // termios.h:75:1:
    151 	TCOFLUSH             = 2          // termios.h:70:1:
    152 	TCOOFF               = 1          // termios.h:72:1:
    153 	TCOON                = 2          // termios.h:73:1:
    154 	TCSADRAIN            = 1          // termios.h:63:1:
    155 	TCSAFLUSH            = 2          // termios.h:64:1:
    156 	TCSANOW              = 0          // termios.h:62:1:
    157 	TCSASOFT             = 0x10       // termios.h:66:1:
    158 	TIOCM_CAR            = 64         // ttycom.h:103:1:
    159 	TIOCM_CD             = 64         // ttycom.h:102:1:
    160 	TIOCM_CTS            = 0040       // ttycom.h:98:1:
    161 	TIOCM_DCD            = 0100       // ttycom.h:99:1:
    162 	TIOCM_DSR            = 0400       // ttycom.h:101:1:
    163 	TIOCM_DTR            = 0002       // ttycom.h:94:1:
    164 	TIOCM_LE             = 0001       // ttycom.h:93:1:
    165 	TIOCM_RI             = 0200       // ttycom.h:100:1:
    166 	TIOCM_RNG            = 128        // ttycom.h:104:1:
    167 	TIOCM_RTS            = 0004       // ttycom.h:95:1:
    168 	TIOCM_SR             = 0020       // ttycom.h:97:1:
    169 	TIOCM_ST             = 0010       // ttycom.h:96:1:
    170 	TIOCPKT_DATA         = 0x00       // ttycom.h:111:1:
    171 	TIOCPKT_DOSTOP       = 0x20       // ttycom.h:117:1:
    172 	TIOCPKT_FLUSHREAD    = 0x01       // ttycom.h:112:1:
    173 	TIOCPKT_FLUSHWRITE   = 0x02       // ttycom.h:113:1:
    174 	TIOCPKT_IOCTL        = 0x40       // ttycom.h:118:1:
    175 	TIOCPKT_NOSTOP       = 0x10       // ttycom.h:116:1:
    176 	TIOCPKT_START        = 0x08       // ttycom.h:115:1:
    177 	TIOCPKT_STOP         = 0x04       // ttycom.h:114:1:
    178 	TOSTOP               = 0x00400000 // _termios.h:175:1:
    179 	TTYDEF_CFLAG         = 19200      // ttydefaults.h:55:1:
    180 	TTYDEF_IFLAG         = 11010      // ttydefaults.h:49:1:
    181 	TTYDEF_LFLAG         = 1483       // ttydefaults.h:54:1:
    182 	TTYDEF_LFLAG_ECHO    = 1483       // ttydefaults.h:52:1:
    183 	TTYDEF_LFLAG_NOECHO  = 1408       // ttydefaults.h:51:1:
    184 	TTYDEF_OFLAG         = 3          // ttydefaults.h:50:1:
    185 	TTYDEF_SPEED         = 9600       // ttydefaults.h:56:1:
    186 	TTYDISC              = 0          // ttycom.h:131:1:
    187 	VDISCARD             = 15         // _termios.h:70:1:
    188 	VDSUSP               = 11         // _termios.h:64:1:
    189 	VEOF                 = 0          // _termios.h:45:1:
    190 	VEOL                 = 1          // _termios.h:46:1:
    191 	VEOL2                = 2          // _termios.h:48:1:
    192 	VERASE               = 3          // _termios.h:50:1:
    193 	VERASE2              = 7          // _termios.h:57:1:
    194 	VINTR                = 8          // _termios.h:60:1:
    195 	VKILL                = 5          // _termios.h:54:1:
    196 	VLNEXT               = 14         // _termios.h:69:1:
    197 	VMIN                 = 16         // _termios.h:72:1:
    198 	VQUIT                = 9          // _termios.h:61:1:
    199 	VREPRINT             = 6          // _termios.h:56:1:
    200 	VSTART               = 12         // _termios.h:66:1:
    201 	VSTATUS              = 18         // _termios.h:75:1:
    202 	VSTOP                = 13         // _termios.h:67:1:
    203 	VSUSP                = 10         // _termios.h:62:1:
    204 	VTIME                = 17         // _termios.h:73:1:
    205 	VWERASE              = 4          // _termios.h:52:1:
    206 	X_FILE_OFFSET_BITS   = 64         // <builtin>:25:1:
    207 	X_ILP32              = 1          // <predefined>:1:1:
    208 	X_MACHINE__TYPES_H_  = 0          // _types.h:42:1:
    209 	X_Nonnull            = 0          // cdefs.h:790:1:
    210 	X_Null_unspecified   = 0          // cdefs.h:792:1:
    211 	X_Nullable           = 0          // cdefs.h:791:1:
    212 	X_PID_T_DECLARED     = 0          // termios.h:47:1:
    213 	X_POSIX_VDISABLE     = 0xff       // _termios.h:80:1:
    214 	X_SYS_CDEFS_H_       = 0          // cdefs.h:39:1:
    215 	X_SYS_IOCCOM_H_      = 0          // ioccom.h:36:1:
    216 	X_SYS_TTYCOM_H_      = 0          // ttycom.h:41:1:
    217 	X_SYS_TTYDEFAULTS_H_ = 0          // ttydefaults.h:44:1:
    218 	X_SYS__TERMIOS_H_    = 0          // _termios.h:36:1:
    219 	X_SYS__TYPES_H_      = 0          // _types.h:32:1:
    220 	X_SYS__WINSIZE_H_    = 0          // _winsize.h:36:1:
    221 	X_TERMIOS_H_         = 0          // termios.h:36:1:
    222 	Unix                 = 1          // <predefined>:367:1:
    223 )
    224 
    225 type Ptrdiff_t = int32 /* <builtin>:3:26 */
    226 
    227 type Size_t = uint32 /* <builtin>:9:23 */
    228 
    229 type Wchar_t = uint32 /* <builtin>:15:24 */
    230 
    231 type X__builtin_va_list = uintptr /* <builtin>:46:14 */
    232 type X__float128 = float64        /* <builtin>:47:21 */
    233 
    234 // -
    235 // SPDX-License-Identifier: BSD-3-Clause
    236 //
    237 // Copyright (c) 1988, 1989, 1993, 1994
    238 //	The Regents of the University of California.  All rights reserved.
    239 //
    240 // Redistribution and use in source and binary forms, with or without
    241 // modification, are permitted provided that the following conditions
    242 // are met:
    243 // 1. Redistributions of source code must retain the above copyright
    244 //    notice, this list of conditions and the following disclaimer.
    245 // 2. Redistributions in binary form must reproduce the above copyright
    246 //    notice, this list of conditions and the following disclaimer in the
    247 //    documentation and/or other materials provided with the distribution.
    248 // 3. Neither the name of the University nor the names of its contributors
    249 //    may be used to endorse or promote products derived from this software
    250 //    without specific prior written permission.
    251 //
    252 // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    253 // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    254 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    255 // ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    256 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    257 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    258 // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    259 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    260 // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    261 // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    262 // SUCH DAMAGE.
    263 //
    264 //	@(#)termios.h	8.3 (Berkeley) 3/28/94
    265 // $FreeBSD$
    266 
    267 // -
    268 // SPDX-License-Identifier: BSD-3-Clause
    269 //
    270 // Copyright (c) 1991, 1993
    271 //	The Regents of the University of California.  All rights reserved.
    272 //
    273 // This code is derived from software contributed to Berkeley by
    274 // Berkeley Software Design, Inc.
    275 //
    276 // Redistribution and use in source and binary forms, with or without
    277 // modification, are permitted provided that the following conditions
    278 // are met:
    279 // 1. Redistributions of source code must retain the above copyright
    280 //    notice, this list of conditions and the following disclaimer.
    281 // 2. Redistributions in binary form must reproduce the above copyright
    282 //    notice, this list of conditions and the following disclaimer in the
    283 //    documentation and/or other materials provided with the distribution.
    284 // 3. Neither the name of the University nor the names of its contributors
    285 //    may be used to endorse or promote products derived from this software
    286 //    without specific prior written permission.
    287 //
    288 // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    289 // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    290 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    291 // ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    292 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    293 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    294 // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    295 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    296 // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    297 // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    298 // SUCH DAMAGE.
    299 //
    300 //	@(#)cdefs.h	8.8 (Berkeley) 1/9/95
    301 // $FreeBSD$
    302 
    303 // Testing against Clang-specific extensions.
    304 
    305 // This code has been put in place to help reduce the addition of
    306 // compiler specific defines in FreeBSD code.  It helps to aid in
    307 // having a compiler-agnostic source tree.
    308 
    309 // Compiler memory barriers, specific to gcc and clang.
    310 
    311 // XXX: if __GNUC__ >= 2: not tested everywhere originally, where replaced
    312 
    313 // Macro to test if we're using a specific version of gcc or later.
    314 
    315 // The __CONCAT macro is used to concatenate parts of symbol names, e.g.
    316 // with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
    317 // The __CONCAT macro is a bit tricky to use if it must work in non-ANSI
    318 // mode -- there must be no spaces between its arguments, and for nested
    319 // __CONCAT's, all the __CONCAT's must be at the left.  __CONCAT can also
    320 // concatenate double-quoted strings produced by the __STRING macro, but
    321 // this only works with ANSI C.
    322 //
    323 // __XSTRING is like __STRING, but it expands any macros in its argument
    324 // first.  It is only available with ANSI C.
    325 
    326 // Compiler-dependent macros to help declare dead (non-returning) and
    327 // pure (no side effects) functions, and unused variables.  They are
    328 // null except for versions of gcc that are known to support the features
    329 // properly (old versions of gcc-2 supported the dead and pure features
    330 // in a different (wrong) way).  If we do not provide an implementation
    331 // for a given compiler, let the compile fail if it is told to use
    332 // a feature that we cannot live without.
    333 
    334 // Keywords added in C11.
    335 
    336 // Emulation of C11 _Generic().  Unlike the previously defined C11
    337 // keywords, it is not possible to implement this using exactly the same
    338 // syntax.  Therefore implement something similar under the name
    339 // __generic().  Unlike _Generic(), this macro can only distinguish
    340 // between a single type, so it requires nested invocations to
    341 // distinguish multiple cases.
    342 
    343 // C99 Static array indices in function parameter declarations.  Syntax such as:
    344 // void bar(int myArray[static 10]);
    345 // is allowed in C99 but not in C++.  Define __min_size appropriately so
    346 // headers using it can be compiled in either language.  Use like this:
    347 // void bar(int myArray[__min_size(10)]);
    348 
    349 // XXX: should use `#if __STDC_VERSION__ < 199901'.
    350 
    351 // C++11 exposes a load of C99 stuff
    352 
    353 // GCC 2.95 provides `__restrict' as an extension to C90 to support the
    354 // C99-specific `restrict' type qualifier.  We happen to use `__restrict' as
    355 // a way to define the `restrict' type qualifier without disturbing older
    356 // software that is unaware of C99 keywords.
    357 
    358 // GNU C version 2.96 adds explicit branch prediction so that
    359 // the CPU back-end can hint the processor and also so that
    360 // code blocks can be reordered such that the predicted path
    361 // sees a more linear flow, thus improving cache behavior, etc.
    362 //
    363 // The following two macros provide us with a way to utilize this
    364 // compiler feature.  Use __predict_true() if you expect the expression
    365 // to evaluate to true, and __predict_false() if you expect the
    366 // expression to evaluate to false.
    367 //
    368 // A few notes about usage:
    369 //
    370 //	* Generally, __predict_false() error condition checks (unless
    371 //	  you have some _strong_ reason to do otherwise, in which case
    372 //	  document it), and/or __predict_true() `no-error' condition
    373 //	  checks, assuming you want to optimize for the no-error case.
    374 //
    375 //	* Other than that, if you don't know the likelihood of a test
    376 //	  succeeding from empirical or other `hard' evidence, don't
    377 //	  make predictions.
    378 //
    379 //	* These are meant to be used in places that are run `a lot'.
    380 //	  It is wasteful to make predictions in code that is run
    381 //	  seldomly (e.g. at subsystem initialization time) as the
    382 //	  basic block reordering that this affects can often generate
    383 //	  larger code.
    384 
    385 // We define this here since <stddef.h>, <sys/queue.h>, and <sys/types.h>
    386 // require it.
    387 
    388 // Given the pointer x to the member m of the struct s, return
    389 // a pointer to the containing structure.  When using GCC, we first
    390 // assign pointer x to a local variable, to check that its type is
    391 // compatible with member m.
    392 
    393 // Compiler-dependent macros to declare that functions take printf-like
    394 // or scanf-like arguments.  They are null except for versions of gcc
    395 // that are known to support the features properly (old versions of gcc-2
    396 // didn't permit keeping the keywords out of the application namespace).
    397 
    398 // Compiler-dependent macros that rely on FreeBSD-specific extensions.
    399 
    400 // Embed the rcs id of a source file in the resulting library.  Note that in
    401 // more recent ELF binutils, we use .ident allowing the ID to be stripped.
    402 // Usage:
    403 //	__FBSDID("$FreeBSD$");
    404 
    405 // -
    406 // The following definitions are an extension of the behavior originally
    407 // implemented in <sys/_posix.h>, but with a different level of granularity.
    408 // POSIX.1 requires that the macros we test be defined before any standard
    409 // header file is included.
    410 //
    411 // Here's a quick run-down of the versions:
    412 //  defined(_POSIX_SOURCE)		1003.1-1988
    413 //  _POSIX_C_SOURCE == 1		1003.1-1990
    414 //  _POSIX_C_SOURCE == 2		1003.2-1992 C Language Binding Option
    415 //  _POSIX_C_SOURCE == 199309		1003.1b-1993
    416 //  _POSIX_C_SOURCE == 199506		1003.1c-1995, 1003.1i-1995,
    417 //					and the omnibus ISO/IEC 9945-1: 1996
    418 //  _POSIX_C_SOURCE == 200112		1003.1-2001
    419 //  _POSIX_C_SOURCE == 200809		1003.1-2008
    420 //
    421 // In addition, the X/Open Portability Guide, which is now the Single UNIX
    422 // Specification, defines a feature-test macro which indicates the version of
    423 // that specification, and which subsumes _POSIX_C_SOURCE.
    424 //
    425 // Our macros begin with two underscores to avoid namespace screwage.
    426 
    427 // Deal with IEEE Std. 1003.1-1990, in which _POSIX_C_SOURCE == 1.
    428 
    429 // Deal with IEEE Std. 1003.2-1992, in which _POSIX_C_SOURCE == 2.
    430 
    431 // Deal with various X/Open Portability Guides and Single UNIX Spec.
    432 
    433 // Deal with all versions of POSIX.  The ordering relative to the tests above is
    434 // important.
    435 // -
    436 // Deal with _ANSI_SOURCE:
    437 // If it is defined, and no other compilation environment is explicitly
    438 // requested, then define our internal feature-test macros to zero.  This
    439 // makes no difference to the preprocessor (undefined symbols in preprocessing
    440 // expressions are defined to have value zero), but makes it more convenient for
    441 // a test program to print out the values.
    442 //
    443 // If a program mistakenly defines _ANSI_SOURCE and some other macro such as
    444 // _POSIX_C_SOURCE, we will assume that it wants the broader compilation
    445 // environment (and in fact we will never get here).
    446 
    447 // User override __EXT1_VISIBLE
    448 
    449 // Old versions of GCC use non-standard ARM arch symbols; acle-compat.h
    450 // translates them to __ARM_ARCH and the modern feature symbols defined by ARM.
    451 
    452 // Nullability qualifiers: currently only supported by Clang.
    453 
    454 // Type Safety Checking
    455 //
    456 // Clang provides additional attributes to enable checking type safety
    457 // properties that cannot be enforced by the C type system.
    458 
    459 // Lock annotations.
    460 //
    461 // Clang provides support for doing basic thread-safety tests at
    462 // compile-time, by marking which locks will/should be held when
    463 // entering/leaving a functions.
    464 //
    465 // Furthermore, it is also possible to annotate variables and structure
    466 // members to enforce that they are only accessed when certain locks are
    467 // held.
    468 
    469 // Structure implements a lock.
    470 
    471 // Function acquires an exclusive or shared lock.
    472 
    473 // Function attempts to acquire an exclusive or shared lock.
    474 
    475 // Function releases a lock.
    476 
    477 // Function asserts that an exclusive or shared lock is held.
    478 
    479 // Function requires that an exclusive or shared lock is or is not held.
    480 
    481 // Function should not be analyzed.
    482 
    483 // Function or variable should not be sanitized, e.g., by AddressSanitizer.
    484 // GCC has the nosanitize attribute, but as a function attribute only, and
    485 // warns on use as a variable attribute.
    486 
    487 // Guard variables and structure members by lock.
    488 
    489 // Alignment builtins for better type checking and improved code generation.
    490 // Provide fallback versions for other compilers (GCC/Clang < 10):
    491 
    492 // -
    493 // SPDX-License-Identifier: BSD-3-Clause
    494 //
    495 // Copyright (c) 1988, 1989, 1993, 1994
    496 //	The Regents of the University of California.  All rights reserved.
    497 //
    498 // Redistribution and use in source and binary forms, with or without
    499 // modification, are permitted provided that the following conditions
    500 // are met:
    501 // 1. Redistributions of source code must retain the above copyright
    502 //    notice, this list of conditions and the following disclaimer.
    503 // 2. Redistributions in binary form must reproduce the above copyright
    504 //    notice, this list of conditions and the following disclaimer in the
    505 //    documentation and/or other materials provided with the distribution.
    506 // 3. Neither the name of the University nor the names of its contributors
    507 //    may be used to endorse or promote products derived from this software
    508 //    without specific prior written permission.
    509 //
    510 // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    511 // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    512 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    513 // ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    514 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    515 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    516 // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    517 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    518 // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    519 // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    520 // SUCH DAMAGE.
    521 //
    522 //	@(#)termios.h	8.3 (Berkeley) 3/28/94
    523 // $FreeBSD$
    524 
    525 // Special Control Characters
    526 //
    527 // Index into c_cc[] character array.
    528 //
    529 //	Name	     Subscript	Enabled by
    530 //			7	   ex-spare 1
    531 //			19	   spare 2
    532 
    533 // Input flags - software input processing
    534 
    535 // Output flags - software output processing
    536 
    537 // Control flags - hardware control of terminal
    538 
    539 // "Local" flags - dumping ground for other state
    540 //
    541 // Warning: some flags in this structure begin with
    542 // the letter "I" and look like they belong in the
    543 // input flag.
    544 
    545 // Standard speeds
    546 
    547 type Tcflag_t = uint32 /* _termios.h:224:22 */
    548 type Cc_t = uint8      /* _termios.h:225:23 */
    549 type Speed_t = uint32  /* _termios.h:226:22 */
    550 
    551 type Termios = struct {
    552 	Fc_iflag  Tcflag_t
    553 	Fc_oflag  Tcflag_t
    554 	Fc_cflag  Tcflag_t
    555 	Fc_lflag  Tcflag_t
    556 	Fc_cc     [20]Cc_t
    557 	Fc_ispeed Speed_t
    558 	Fc_ospeed Speed_t
    559 } /* _termios.h:228:1 */
    560 
    561 // -
    562 // SPDX-License-Identifier: BSD-2-Clause-FreeBSD
    563 //
    564 // Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org>
    565 // All rights reserved.
    566 //
    567 // Redistribution and use in source and binary forms, with or without
    568 // modification, are permitted provided that the following conditions
    569 // are met:
    570 // 1. Redistributions of source code must retain the above copyright
    571 //    notice, this list of conditions and the following disclaimer.
    572 // 2. Redistributions in binary form must reproduce the above copyright
    573 //    notice, this list of conditions and the following disclaimer in the
    574 //    documentation and/or other materials provided with the distribution.
    575 //
    576 // THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
    577 // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    578 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    579 // ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
    580 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    581 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    582 // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    583 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    584 // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    585 // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    586 // SUCH DAMAGE.
    587 //
    588 // $FreeBSD$
    589 
    590 // -
    591 // SPDX-License-Identifier: BSD-3-Clause
    592 //
    593 // Copyright (c) 1991, 1993
    594 //	The Regents of the University of California.  All rights reserved.
    595 //
    596 // This code is derived from software contributed to Berkeley by
    597 // Berkeley Software Design, Inc.
    598 //
    599 // Redistribution and use in source and binary forms, with or without
    600 // modification, are permitted provided that the following conditions
    601 // are met:
    602 // 1. Redistributions of source code must retain the above copyright
    603 //    notice, this list of conditions and the following disclaimer.
    604 // 2. Redistributions in binary form must reproduce the above copyright
    605 //    notice, this list of conditions and the following disclaimer in the
    606 //    documentation and/or other materials provided with the distribution.
    607 // 3. Neither the name of the University nor the names of its contributors
    608 //    may be used to endorse or promote products derived from this software
    609 //    without specific prior written permission.
    610 //
    611 // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    612 // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    613 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    614 // ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    615 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    616 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    617 // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    618 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    619 // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    620 // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    621 // SUCH DAMAGE.
    622 //
    623 //	@(#)cdefs.h	8.8 (Berkeley) 1/9/95
    624 // $FreeBSD$
    625 
    626 // -
    627 // SPDX-License-Identifier: BSD-4-Clause
    628 //
    629 // Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org>
    630 // Copyright (c) 1990, 1993
    631 //	The Regents of the University of California.  All rights reserved.
    632 //
    633 // Redistribution and use in source and binary forms, with or without
    634 // modification, are permitted provided that the following conditions
    635 // are met:
    636 // 1. Redistributions of source code must retain the above copyright
    637 //    notice, this list of conditions and the following disclaimer.
    638 // 2. Redistributions in binary form must reproduce the above copyright
    639 //    notice, this list of conditions and the following disclaimer in the
    640 //    documentation and/or other materials provided with the distribution.
    641 // 3. All advertising materials mentioning features or use of this software
    642 //    must display the following acknowledgement:
    643 //	This product includes software developed by the University of
    644 //	California, Berkeley and its contributors.
    645 // 4. Neither the name of the University nor the names of its contributors
    646 //    may be used to endorse or promote products derived from this software
    647 //    without specific prior written permission.
    648 //
    649 // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    650 // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    651 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    652 // ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    653 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    654 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    655 // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    656 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    657 // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    658 // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    659 // SUCH DAMAGE.
    660 //
    661 //	From: @(#)ansi.h	8.2 (Berkeley) 1/4/94
    662 //	From: @(#)types.h	8.3 (Berkeley) 1/5/94
    663 // $FreeBSD$
    664 
    665 // Basic types upon which most other types are built.
    666 type X__int8_t = int8     /* _types.h:51:22 */
    667 type X__uint8_t = uint8   /* _types.h:52:24 */
    668 type X__int16_t = int16   /* _types.h:53:17 */
    669 type X__uint16_t = uint16 /* _types.h:54:25 */
    670 type X__int32_t = int32   /* _types.h:55:15 */
    671 type X__uint32_t = uint32 /* _types.h:56:23 */
    672 
    673 // LONGLONG
    674 type X__int64_t = int64 /* _types.h:61:20 */
    675 
    676 // LONGLONG
    677 type X__uint64_t = uint64 /* _types.h:66:28 */
    678 
    679 // Standard type definitions.
    680 type X__clock_t = X__uint32_t        /* _types.h:71:20 */ // clock()...
    681 type X__critical_t = X__int32_t      /* _types.h:72:19 */
    682 type X__double_t = float64           /* _types.h:74:17 */
    683 type X__float_t = float32            /* _types.h:75:16 */
    684 type X__intfptr_t = X__int32_t       /* _types.h:77:19 */
    685 type X__intmax_t = X__int64_t        /* _types.h:78:19 */
    686 type X__intptr_t = X__int32_t        /* _types.h:79:19 */
    687 type X__int_fast8_t = X__int32_t     /* _types.h:80:19 */
    688 type X__int_fast16_t = X__int32_t    /* _types.h:81:19 */
    689 type X__int_fast32_t = X__int32_t    /* _types.h:82:19 */
    690 type X__int_fast64_t = X__int64_t    /* _types.h:83:19 */
    691 type X__int_least8_t = X__int8_t     /* _types.h:84:18 */
    692 type X__int_least16_t = X__int16_t   /* _types.h:85:19 */
    693 type X__int_least32_t = X__int32_t   /* _types.h:86:19 */
    694 type X__int_least64_t = X__int64_t   /* _types.h:87:19 */
    695 type X__ptrdiff_t = X__int32_t       /* _types.h:88:19 */ // ptr1 - ptr2
    696 type X__register_t = X__int32_t      /* _types.h:89:19 */
    697 type X__segsz_t = X__int32_t         /* _types.h:90:19 */ // segment size (in pages)
    698 type X__size_t = X__uint32_t         /* _types.h:91:20 */ // sizeof()
    699 type X__ssize_t = X__int32_t         /* _types.h:92:19 */ // byte count or error
    700 type X__time_t = X__int64_t          /* _types.h:93:19 */ // time()...
    701 type X__uintfptr_t = X__uint32_t     /* _types.h:94:20 */
    702 type X__uintmax_t = X__uint64_t      /* _types.h:95:20 */
    703 type X__uintptr_t = X__uint32_t      /* _types.h:96:20 */
    704 type X__uint_fast8_t = X__uint32_t   /* _types.h:97:20 */
    705 type X__uint_fast16_t = X__uint32_t  /* _types.h:98:20 */
    706 type X__uint_fast32_t = X__uint32_t  /* _types.h:99:20 */
    707 type X__uint_fast64_t = X__uint64_t  /* _types.h:100:20 */
    708 type X__uint_least8_t = X__uint8_t   /* _types.h:101:19 */
    709 type X__uint_least16_t = X__uint16_t /* _types.h:102:20 */
    710 type X__uint_least32_t = X__uint32_t /* _types.h:103:20 */
    711 type X__uint_least64_t = X__uint64_t /* _types.h:104:20 */
    712 type X__u_register_t = X__uint32_t   /* _types.h:105:20 */
    713 type X__vm_offset_t = X__uint32_t    /* _types.h:106:20 */
    714 type X__vm_paddr_t = X__uint32_t     /* _types.h:107:20 */
    715 type X__vm_size_t = X__uint32_t      /* _types.h:108:20 */
    716 
    717 type X___wchar_t = uint32 /* _types.h:110:22 */
    718 
    719 // Standard type definitions.
    720 type X__blksize_t = X__int32_t   /* _types.h:40:19 */ // file block size
    721 type X__blkcnt_t = X__int64_t    /* _types.h:41:19 */ // file block count
    722 type X__clockid_t = X__int32_t   /* _types.h:42:19 */ // clock_gettime()...
    723 type X__fflags_t = X__uint32_t   /* _types.h:43:20 */ // file flags
    724 type X__fsblkcnt_t = X__uint64_t /* _types.h:44:20 */
    725 type X__fsfilcnt_t = X__uint64_t /* _types.h:45:20 */
    726 type X__gid_t = X__uint32_t      /* _types.h:46:20 */
    727 type X__id_t = X__int64_t        /* _types.h:47:19 */ // can hold a gid_t, pid_t, or uid_t
    728 type X__ino_t = X__uint64_t      /* _types.h:48:20 */ // inode number
    729 type X__key_t = int32            /* _types.h:49:15 */ // IPC key (for Sys V IPC)
    730 type X__lwpid_t = X__int32_t     /* _types.h:50:19 */ // Thread ID (a.k.a. LWP)
    731 type X__mode_t = X__uint16_t     /* _types.h:51:20 */ // permissions
    732 type X__accmode_t = int32        /* _types.h:52:14 */ // access permissions
    733 type X__nl_item = int32          /* _types.h:53:14 */
    734 type X__nlink_t = X__uint64_t    /* _types.h:54:20 */ // link count
    735 type X__off_t = X__int64_t       /* _types.h:55:19 */ // file offset
    736 type X__off64_t = X__int64_t     /* _types.h:56:19 */ // file offset (alias)
    737 type X__pid_t = X__int32_t       /* _types.h:57:19 */ // process [group]
    738 type X__rlim_t = X__int64_t      /* _types.h:58:19 */ // resource limit - intentionally
    739 // signed, because of legacy code
    740 // that uses -1 for RLIM_INFINITY
    741 type X__sa_family_t = X__uint8_t /* _types.h:61:19 */
    742 type X__socklen_t = X__uint32_t  /* _types.h:62:20 */
    743 type X__suseconds_t = int32      /* _types.h:63:15 */ // microseconds (signed)
    744 type X__timer_t = uintptr        /* _types.h:64:24 */ // timer_gettime()...
    745 type X__mqd_t = uintptr          /* _types.h:65:21 */ // mq_open()...
    746 type X__uid_t = X__uint32_t      /* _types.h:66:20 */
    747 type X__useconds_t = uint32      /* _types.h:67:22 */ // microseconds (unsigned)
    748 type X__cpuwhich_t = int32       /* _types.h:68:14 */ // which parameter for cpuset.
    749 type X__cpulevel_t = int32       /* _types.h:69:14 */ // level parameter for cpuset.
    750 type X__cpusetid_t = int32       /* _types.h:70:14 */ // cpuset identifier.
    751 type X__daddr_t = X__int64_t     /* _types.h:71:19 */ // bwrite(3), FIOBMAP2, etc
    752 
    753 // Unusual type definitions.
    754 // rune_t is declared to be an “int” instead of the more natural
    755 // “unsigned long” or “long”.  Two things are happening here.  It is not
    756 // unsigned so that EOF (-1) can be naturally assigned to it and used.  Also,
    757 // it looks like 10646 will be a 31 bit standard.  This means that if your
    758 // ints cannot hold 32 bits, you will be in trouble.  The reason an int was
    759 // chosen over a long is that the is*() and to*() routines take ints (says
    760 // ANSI C), but they use __ct_rune_t instead of int.
    761 //
    762 // NOTE: rune_t is not covered by ANSI nor other standards, and should not
    763 // be instantiated outside of lib/libc/locale.  Use wchar_t.  wint_t and
    764 // rune_t must be the same type.  Also, wint_t should be able to hold all
    765 // members of the largest character set plus one extra value (WEOF), and
    766 // must be at least 16 bits.
    767 type X__ct_rune_t = int32     /* _types.h:91:14 */ // arg type for ctype funcs
    768 type X__rune_t = X__ct_rune_t /* _types.h:92:21 */ // rune_t (see above)
    769 type X__wint_t = X__ct_rune_t /* _types.h:93:21 */ // wint_t (see above)
    770 
    771 // Clang already provides these types as built-ins, but only in C++ mode.
    772 type X__char16_t = X__uint_least16_t /* _types.h:97:26 */
    773 type X__char32_t = X__uint_least32_t /* _types.h:98:26 */
    774 // In C++11, char16_t and char32_t are built-in types.
    775 
    776 type X__max_align_t = struct {
    777 	F__max_align1 int64
    778 	F__max_align2 float64
    779 } /* _types.h:111:3 */
    780 
    781 type X__dev_t = X__uint64_t /* _types.h:113:20 */ // device number
    782 
    783 type X__fixpt_t = X__uint32_t /* _types.h:115:20 */ // fixed point number
    784 
    785 // mbstate_t is an opaque object to keep conversion state during multibyte
    786 // stream conversions.
    787 type X__mbstate_t = struct {
    788 	F__ccgo_pad1 [0]uint64
    789 	F__mbstate8  [128]uint8
    790 } /* _types.h:124:3 */
    791 
    792 type X__rman_res_t = X__uintmax_t /* _types.h:126:25 */
    793 
    794 // Types for varargs. These are all provided by builtin types these
    795 // days, so centralize their definition.
    796 type X__va_list = X__builtin_va_list /* _types.h:133:27 */ // internally known to gcc
    797 type X__gnuc_va_list = X__va_list    /* _types.h:140:20 */ // compatibility w/GNU headers
    798 
    799 // When the following macro is defined, the system uses 64-bit inode numbers.
    800 // Programs can use this to avoid including <sys/param.h>, with its associated
    801 // namespace pollution.
    802 
    803 // -
    804 // SPDX-License-Identifier: BSD-3-Clause
    805 //
    806 // Copyright (c) 1988, 1989, 1993, 1994
    807 //	The Regents of the University of California.  All rights reserved.
    808 //
    809 // Redistribution and use in source and binary forms, with or without
    810 // modification, are permitted provided that the following conditions
    811 // are met:
    812 // 1. Redistributions of source code must retain the above copyright
    813 //    notice, this list of conditions and the following disclaimer.
    814 // 2. Redistributions in binary form must reproduce the above copyright
    815 //    notice, this list of conditions and the following disclaimer in the
    816 //    documentation and/or other materials provided with the distribution.
    817 // 3. Neither the name of the University nor the names of its contributors
    818 //    may be used to endorse or promote products derived from this software
    819 //    without specific prior written permission.
    820 //
    821 // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    822 // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    823 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    824 // ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    825 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    826 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    827 // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    828 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    829 // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    830 // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    831 // SUCH DAMAGE.
    832 //
    833 //	@(#)ttycom.h	8.1 (Berkeley) 3/28/94
    834 // $FreeBSD$
    835 
    836 // Window/terminal size structure.  This information is stored by the kernel
    837 // in order to provide a consistent interface, but is not used by the kernel.
    838 type Winsize = struct {
    839 	Fws_row    uint16
    840 	Fws_col    uint16
    841 	Fws_xpixel uint16
    842 	Fws_ypixel uint16
    843 } /* _winsize.h:42:1 */
    844 
    845 type Pid_t = X__pid_t /* termios.h:46:18 */
    846 
    847 // -
    848 // SPDX-License-Identifier: BSD-3-Clause
    849 //
    850 // Copyright (c) 1988, 1989, 1993, 1994
    851 //	The Regents of the University of California.  All rights reserved.
    852 //
    853 // Redistribution and use in source and binary forms, with or without
    854 // modification, are permitted provided that the following conditions
    855 // are met:
    856 // 1. Redistributions of source code must retain the above copyright
    857 //    notice, this list of conditions and the following disclaimer.
    858 // 2. Redistributions in binary form must reproduce the above copyright
    859 //    notice, this list of conditions and the following disclaimer in the
    860 //    documentation and/or other materials provided with the distribution.
    861 // 3. Neither the name of the University nor the names of its contributors
    862 //    may be used to endorse or promote products derived from this software
    863 //    without specific prior written permission.
    864 //
    865 // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    866 // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    867 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    868 // ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    869 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    870 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    871 // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    872 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    873 // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    874 // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    875 // SUCH DAMAGE.
    876 //
    877 //	@(#)ttycom.h	8.1 (Berkeley) 3/28/94
    878 // $FreeBSD$
    879 
    880 // Tty ioctl's except for those supported only for backwards compatibility
    881 // with the old tty driver.
    882 
    883 // 0-2 compat
    884 // 3-7 unused
    885 // 8-10 compat
    886 // 11-12 unused
    887 // 17-18 compat
    888 // 23-25 unused
    889 // 29-85 unused
    890 // 88 unused
    891 // 89-91 conflicts: tun and tap
    892 // 92-93 tun and tap
    893 // 94-97 conflicts: tun and tap
    894 // 100 unused
    895 // 105 unused
    896 // 116-117 compat
    897 // 124-127 compat
    898 
    899 // -
    900 // SPDX-License-Identifier: BSD-3-Clause
    901 //
    902 // Copyright (c) 1982, 1986, 1993
    903 //	The Regents of the University of California.  All rights reserved.
    904 // (c) UNIX System Laboratories, Inc.
    905 // All or some portions of this file are derived from material licensed
    906 // to the University of California by American Telephone and Telegraph
    907 // Co. or Unix System Laboratories, Inc. and are reproduced herein with
    908 // the permission of UNIX System Laboratories, Inc.
    909 //
    910 // Redistribution and use in source and binary forms, with or without
    911 // modification, are permitted provided that the following conditions
    912 // are met:
    913 // 1. Redistributions of source code must retain the above copyright
    914 //    notice, this list of conditions and the following disclaimer.
    915 // 2. Redistributions in binary form must reproduce the above copyright
    916 //    notice, this list of conditions and the following disclaimer in the
    917 //    documentation and/or other materials provided with the distribution.
    918 // 3. Neither the name of the University nor the names of its contributors
    919 //    may be used to endorse or promote products derived from this software
    920 //    without specific prior written permission.
    921 //
    922 // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    923 // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    924 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    925 // ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    926 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    927 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    928 // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    929 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    930 // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    931 // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    932 // SUCH DAMAGE.
    933 //
    934 //	@(#)ttydefaults.h	8.4 (Berkeley) 1/21/94
    935 // $FreeBSD$
    936 
    937 // System wide defaults for terminal state.
    938 
    939 // Defaults on "first" open.
    940 
    941 // Control Character Defaults
    942 // XXX: A lot of code uses lowercase characters, but control-character
    943 // conversion is actually only valid when applied to uppercase
    944 // characters. We just treat lowercase characters as if they were
    945 // inserted as uppercase.
    946 // compat
    947 
    948 // PROTECTED INCLUSION ENDS HERE
    949 
    950 // #define TTYDEFCHARS to include an array of default control characters.
    951 var _ uint8 /* gen.c:2:13: */