gtsocial-umbx

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

langinfo_netbsd_arm.go (8379B)


      1 // Code generated by 'ccgo langinfo/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 langinfo/langinfo_netbsd_arm.go -pkgname langinfo', DO NOT EDIT.
      2 
      3 package langinfo
      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 	NL_CAT_LOCALE       = 1  // nl_types.h:75:1:
     19 	NL_SETD             = 1  // nl_types.h:74:1:
     20 	X_ARM_ARCH_4T       = 0  // cdefs.h:44:1:
     21 	X_ARM_ARCH_5        = 0  // cdefs.h:40:1:
     22 	X_ARM_ARCH_5T       = 0  // cdefs.h:36:1:
     23 	X_ARM_ARCH_6        = 0  // cdefs.h:31:1:
     24 	X_ARM_ARCH_7        = 0  // cdefs.h:20:1:
     25 	X_ARM_ARCH_DWORD_OK = 0  // cdefs.h:51:1:
     26 	X_ARM_ARCH_T2       = 0  // cdefs.h:24:1:
     27 	X_ARM_CDEFS_H_      = 0  // cdefs.h:4:1:
     28 	X_FILE_OFFSET_BITS  = 64 // <builtin>:25:1:
     29 	X_LANGINFO_H_       = 0  // langinfo.h:9:1:
     30 	X_NL_TYPES_H_       = 0  // nl_types.h:33:1:
     31 	X_SYS_CDEFS_ELF_H_  = 0  // cdefs_elf.h:31:1:
     32 	X_SYS_CDEFS_H_      = 0  // cdefs.h:37:1:
     33 )
     34 
     35 type Ptrdiff_t = int32 /* <builtin>:3:26 */
     36 
     37 type Size_t = uint32 /* <builtin>:9:23 */
     38 
     39 type Wchar_t = int32 /* <builtin>:15:24 */
     40 
     41 type X__builtin_va_list = uintptr /* <builtin>:46:14 */
     42 type X__float128 = float64        /* <builtin>:47:21 */
     43 
     44 // return true if value 'a' fits in type 't'
     45 
     46 //	$NetBSD: nl_types.h,v 1.13 2013/08/19 08:03:33 joerg Exp $
     47 
     48 // -
     49 // Copyright (c) 1996 The NetBSD Foundation, Inc.
     50 // All rights reserved.
     51 //
     52 // This code is derived from software contributed to The NetBSD Foundation
     53 // by J.T. Conklin.
     54 //
     55 // Redistribution and use in source and binary forms, with or without
     56 // modification, are permitted provided that the following conditions
     57 // are met:
     58 // 1. Redistributions of source code must retain the above copyright
     59 //    notice, this list of conditions and the following disclaimer.
     60 // 2. Redistributions in binary form must reproduce the above copyright
     61 //    notice, this list of conditions and the following disclaimer in the
     62 //    documentation and/or other materials provided with the distribution.
     63 //
     64 // THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
     65 // ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
     66 // TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
     67 // PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
     68 // BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
     69 // CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
     70 // SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
     71 // INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
     72 // CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     73 // ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
     74 // POSSIBILITY OF SUCH DAMAGE.
     75 
     76 //	$NetBSD: cdefs.h,v 1.141 2019/02/21 21:34:05 christos Exp $
     77 
     78 // * Copyright (c) 1991, 1993
     79 //	The Regents of the University of California.  All rights reserved.
     80 //
     81 // This code is derived from software contributed to Berkeley by
     82 // Berkeley Software Design, Inc.
     83 //
     84 // Redistribution and use in source and binary forms, with or without
     85 // modification, are permitted provided that the following conditions
     86 // are met:
     87 // 1. Redistributions of source code must retain the above copyright
     88 //    notice, this list of conditions and the following disclaimer.
     89 // 2. Redistributions in binary form must reproduce the above copyright
     90 //    notice, this list of conditions and the following disclaimer in the
     91 //    documentation and/or other materials provided with the distribution.
     92 // 3. Neither the name of the University nor the names of its contributors
     93 //    may be used to endorse or promote products derived from this software
     94 //    without specific prior written permission.
     95 //
     96 // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
     97 // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     98 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     99 // ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    100 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    101 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    102 // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    103 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    104 // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    105 // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    106 // SUCH DAMAGE.
    107 //
    108 //	@(#)cdefs.h	8.8 (Berkeley) 1/9/95
    109 
    110 type X__nl_cat_d = struct {
    111 	F__data uintptr
    112 	F__size int32
    113 } /* nl_types.h:77:9 */
    114 
    115 // return true if value 'a' fits in type 't'
    116 
    117 //	$NetBSD: nl_types.h,v 1.13 2013/08/19 08:03:33 joerg Exp $
    118 
    119 // -
    120 // Copyright (c) 1996 The NetBSD Foundation, Inc.
    121 // All rights reserved.
    122 //
    123 // This code is derived from software contributed to The NetBSD Foundation
    124 // by J.T. Conklin.
    125 //
    126 // Redistribution and use in source and binary forms, with or without
    127 // modification, are permitted provided that the following conditions
    128 // are met:
    129 // 1. Redistributions of source code must retain the above copyright
    130 //    notice, this list of conditions and the following disclaimer.
    131 // 2. Redistributions in binary form must reproduce the above copyright
    132 //    notice, this list of conditions and the following disclaimer in the
    133 //    documentation and/or other materials provided with the distribution.
    134 //
    135 // THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
    136 // ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
    137 // TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
    138 // PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
    139 // BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
    140 // CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
    141 // SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
    142 // INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
    143 // CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
    144 // ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    145 // POSSIBILITY OF SUCH DAMAGE.
    146 
    147 //	$NetBSD: cdefs.h,v 1.141 2019/02/21 21:34:05 christos Exp $
    148 
    149 // * Copyright (c) 1991, 1993
    150 //	The Regents of the University of California.  All rights reserved.
    151 //
    152 // This code is derived from software contributed to Berkeley by
    153 // Berkeley Software Design, Inc.
    154 //
    155 // Redistribution and use in source and binary forms, with or without
    156 // modification, are permitted provided that the following conditions
    157 // are met:
    158 // 1. Redistributions of source code must retain the above copyright
    159 //    notice, this list of conditions and the following disclaimer.
    160 // 2. Redistributions in binary form must reproduce the above copyright
    161 //    notice, this list of conditions and the following disclaimer in the
    162 //    documentation and/or other materials provided with the distribution.
    163 // 3. Neither the name of the University nor the names of its contributors
    164 //    may be used to endorse or promote products derived from this software
    165 //    without specific prior written permission.
    166 //
    167 // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    168 // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    169 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    170 // ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    171 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    172 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    173 // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    174 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    175 // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    176 // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    177 // SUCH DAMAGE.
    178 //
    179 //	@(#)cdefs.h	8.8 (Berkeley) 1/9/95
    180 
    181 type Nl_catd = uintptr /* nl_types.h:80:3 */
    182 
    183 type Nl_item = int32 /* nl_types.h:82:14 */
    184 
    185 var _ uint8 /* gen.c:2:13: */