mirror of
				https://github.com/42wim/matterbridge.git
				synced 2025-10-31 05:47:24 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			186 lines
		
	
	
		
			8.2 KiB
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			186 lines
		
	
	
		
			8.2 KiB
		
	
	
	
		
			Go
		
	
	
	
	
	
| // 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.
 | |
| 
 | |
| package langinfo
 | |
| 
 | |
| import (
 | |
| 	"math"
 | |
| 	"reflect"
 | |
| 	"sync/atomic"
 | |
| 	"unsafe"
 | |
| )
 | |
| 
 | |
| var _ = math.Pi
 | |
| var _ reflect.Kind
 | |
| var _ atomic.Value
 | |
| var _ unsafe.Pointer
 | |
| 
 | |
| const (
 | |
| 	NL_CAT_LOCALE       = 1  // nl_types.h:75:1:
 | |
| 	NL_SETD             = 1  // nl_types.h:74:1:
 | |
| 	X_ARM_ARCH_4T       = 0  // cdefs.h:44:1:
 | |
| 	X_ARM_ARCH_5        = 0  // cdefs.h:40:1:
 | |
| 	X_ARM_ARCH_5T       = 0  // cdefs.h:36:1:
 | |
| 	X_ARM_ARCH_6        = 0  // cdefs.h:31:1:
 | |
| 	X_ARM_ARCH_7        = 0  // cdefs.h:20:1:
 | |
| 	X_ARM_ARCH_DWORD_OK = 0  // cdefs.h:51:1:
 | |
| 	X_ARM_ARCH_T2       = 0  // cdefs.h:24:1:
 | |
| 	X_ARM_CDEFS_H_      = 0  // cdefs.h:4:1:
 | |
| 	X_FILE_OFFSET_BITS  = 64 // <builtin>:25:1:
 | |
| 	X_LANGINFO_H_       = 0  // langinfo.h:9:1:
 | |
| 	X_NL_TYPES_H_       = 0  // nl_types.h:33:1:
 | |
| 	X_SYS_CDEFS_ELF_H_  = 0  // cdefs_elf.h:31:1:
 | |
| 	X_SYS_CDEFS_H_      = 0  // cdefs.h:37:1:
 | |
| )
 | |
| 
 | |
| type Ptrdiff_t = int32 /* <builtin>:3:26 */
 | |
| 
 | |
| type Size_t = uint32 /* <builtin>:9:23 */
 | |
| 
 | |
| type Wchar_t = int32 /* <builtin>:15:24 */
 | |
| 
 | |
| type X__builtin_va_list = uintptr /* <builtin>:46:14 */
 | |
| type X__float128 = float64        /* <builtin>:47:21 */
 | |
| 
 | |
| // return true if value 'a' fits in type 't'
 | |
| 
 | |
| //	$NetBSD: nl_types.h,v 1.13 2013/08/19 08:03:33 joerg Exp $
 | |
| 
 | |
| // -
 | |
| // Copyright (c) 1996 The NetBSD Foundation, Inc.
 | |
| // All rights reserved.
 | |
| //
 | |
| // This code is derived from software contributed to The NetBSD Foundation
 | |
| // by J.T. Conklin.
 | |
| //
 | |
| // Redistribution and use in source and binary forms, with or without
 | |
| // modification, are permitted provided that the following conditions
 | |
| // are met:
 | |
| // 1. Redistributions of source code must retain the above copyright
 | |
| //    notice, this list of conditions and the following disclaimer.
 | |
| // 2. Redistributions in binary form must reproduce the above copyright
 | |
| //    notice, this list of conditions and the following disclaimer in the
 | |
| //    documentation and/or other materials provided with the distribution.
 | |
| //
 | |
| // THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
 | |
| // ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 | |
| // TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 | |
| // PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
 | |
| // BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 | |
| // CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 | |
| // SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 | |
| // INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 | |
| // CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 | |
| // ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 | |
| // POSSIBILITY OF SUCH DAMAGE.
 | |
| 
 | |
| //	$NetBSD: cdefs.h,v 1.141 2019/02/21 21:34:05 christos Exp $
 | |
| 
 | |
| // * Copyright (c) 1991, 1993
 | |
| //	The Regents of the University of California.  All rights reserved.
 | |
| //
 | |
| // This code is derived from software contributed to Berkeley by
 | |
| // Berkeley Software Design, Inc.
 | |
| //
 | |
| // Redistribution and use in source and binary forms, with or without
 | |
| // modification, are permitted provided that the following conditions
 | |
| // are met:
 | |
| // 1. Redistributions of source code must retain the above copyright
 | |
| //    notice, this list of conditions and the following disclaimer.
 | |
| // 2. Redistributions in binary form must reproduce the above copyright
 | |
| //    notice, this list of conditions and the following disclaimer in the
 | |
| //    documentation and/or other materials provided with the distribution.
 | |
| // 3. Neither the name of the University nor the names of its contributors
 | |
| //    may be used to endorse or promote products derived from this software
 | |
| //    without specific prior written permission.
 | |
| //
 | |
| // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 | |
| // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 | |
| // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 | |
| // ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 | |
| // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 | |
| // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 | |
| // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 | |
| // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 | |
| // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 | |
| // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 | |
| // SUCH DAMAGE.
 | |
| //
 | |
| //	@(#)cdefs.h	8.8 (Berkeley) 1/9/95
 | |
| 
 | |
| type X__nl_cat_d = struct {
 | |
| 	F__data uintptr
 | |
| 	F__size int32
 | |
| } /* nl_types.h:77:9 */
 | |
| 
 | |
| // return true if value 'a' fits in type 't'
 | |
| 
 | |
| //	$NetBSD: nl_types.h,v 1.13 2013/08/19 08:03:33 joerg Exp $
 | |
| 
 | |
| // -
 | |
| // Copyright (c) 1996 The NetBSD Foundation, Inc.
 | |
| // All rights reserved.
 | |
| //
 | |
| // This code is derived from software contributed to The NetBSD Foundation
 | |
| // by J.T. Conklin.
 | |
| //
 | |
| // Redistribution and use in source and binary forms, with or without
 | |
| // modification, are permitted provided that the following conditions
 | |
| // are met:
 | |
| // 1. Redistributions of source code must retain the above copyright
 | |
| //    notice, this list of conditions and the following disclaimer.
 | |
| // 2. Redistributions in binary form must reproduce the above copyright
 | |
| //    notice, this list of conditions and the following disclaimer in the
 | |
| //    documentation and/or other materials provided with the distribution.
 | |
| //
 | |
| // THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
 | |
| // ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 | |
| // TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 | |
| // PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
 | |
| // BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 | |
| // CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 | |
| // SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 | |
| // INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 | |
| // CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 | |
| // ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 | |
| // POSSIBILITY OF SUCH DAMAGE.
 | |
| 
 | |
| //	$NetBSD: cdefs.h,v 1.141 2019/02/21 21:34:05 christos Exp $
 | |
| 
 | |
| // * Copyright (c) 1991, 1993
 | |
| //	The Regents of the University of California.  All rights reserved.
 | |
| //
 | |
| // This code is derived from software contributed to Berkeley by
 | |
| // Berkeley Software Design, Inc.
 | |
| //
 | |
| // Redistribution and use in source and binary forms, with or without
 | |
| // modification, are permitted provided that the following conditions
 | |
| // are met:
 | |
| // 1. Redistributions of source code must retain the above copyright
 | |
| //    notice, this list of conditions and the following disclaimer.
 | |
| // 2. Redistributions in binary form must reproduce the above copyright
 | |
| //    notice, this list of conditions and the following disclaimer in the
 | |
| //    documentation and/or other materials provided with the distribution.
 | |
| // 3. Neither the name of the University nor the names of its contributors
 | |
| //    may be used to endorse or promote products derived from this software
 | |
| //    without specific prior written permission.
 | |
| //
 | |
| // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 | |
| // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 | |
| // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 | |
| // ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 | |
| // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 | |
| // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 | |
| // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 | |
| // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 | |
| // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 | |
| // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 | |
| // SUCH DAMAGE.
 | |
| //
 | |
| //	@(#)cdefs.h	8.8 (Berkeley) 1/9/95
 | |
| 
 | |
| type Nl_catd = uintptr /* nl_types.h:80:3 */
 | |
| 
 | |
| type Nl_item = int32 /* nl_types.h:82:14 */
 | |
| 
 | |
| var _ uint8 /* gen.c:2:13: */
 | 
