chore(deps): Update sqlite dependencies
This commit is contained in:
193
vendor/modernc.org/libc/stdio/stdio_netbsd_amd64.go
generated
vendored
193
vendor/modernc.org/libc/stdio/stdio_netbsd_amd64.go
generated
vendored
@ -1,4 +1,4 @@
|
||||
// Code generated by 'ccgo stdio/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -o stdio/stdio_netbsd_amd64.go -pkgname stdio', DO NOT EDIT.
|
||||
// Code generated by 'ccgo stdio/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 stdio/stdio_netbsd_amd64.go -pkgname stdio', DO NOT EDIT.
|
||||
|
||||
package stdio
|
||||
|
||||
@ -15,40 +15,39 @@ var _ atomic.Value
|
||||
var _ unsafe.Pointer
|
||||
|
||||
const (
|
||||
BUFSIZ = 1024
|
||||
EOF = -1
|
||||
FILENAME_MAX = 1024
|
||||
FIXINC_WRAP_STDIO_H_STDIO_STDARG_H = 1
|
||||
FOPEN_MAX = 20
|
||||
FPARSELN_UNESCALL = 0x0f
|
||||
FPARSELN_UNESCCOMM = 0x04
|
||||
FPARSELN_UNESCCONT = 0x02
|
||||
FPARSELN_UNESCESC = 0x01
|
||||
FPARSELN_UNESCREST = 0x08
|
||||
L_ctermid = 1024
|
||||
L_cuserid = 9
|
||||
L_tmpnam = 1024
|
||||
P_tmpdir = "/tmp/"
|
||||
SEEK_CUR = 1
|
||||
SEEK_END = 2
|
||||
SEEK_SET = 0
|
||||
TMP_MAX = 308915776
|
||||
X_AMD64_INT_TYPES_H_ = 0
|
||||
X_FILE_OFFSET_BITS = 64
|
||||
X_FSTDIO = 0
|
||||
X_IOFBF = 0
|
||||
X_IOLBF = 1
|
||||
X_IONBF = 2
|
||||
X_LP64 = 1
|
||||
X_NETBSD_SOURCE = 1
|
||||
X_STDIO_H_ = 0
|
||||
X_SYS_ANSI_H_ = 0
|
||||
X_SYS_CDEFS_ELF_H_ = 0
|
||||
X_SYS_CDEFS_H_ = 0
|
||||
X_SYS_COMMON_ANSI_H_ = 0
|
||||
X_SYS_COMMON_INT_TYPES_H_ = 0
|
||||
X_SYS_NULL_H_ = 0
|
||||
X_X86_64_CDEFS_H_ = 0
|
||||
BUFSIZ = 1024 // stdio.h:182:1:
|
||||
EOF = -1 // stdio.h:183:1:
|
||||
FILENAME_MAX = 1024 // stdio.h:192:1:
|
||||
FOPEN_MAX = 20 // stdio.h:191:1:
|
||||
FPARSELN_UNESCALL = 0x0f // stdio.h:411:1:
|
||||
FPARSELN_UNESCCOMM = 0x04 // stdio.h:409:1:
|
||||
FPARSELN_UNESCCONT = 0x02 // stdio.h:408:1:
|
||||
FPARSELN_UNESCESC = 0x01 // stdio.h:407:1:
|
||||
FPARSELN_UNESCREST = 0x08 // stdio.h:410:1:
|
||||
L_ctermid = 1024 // stdio.h:292:1:
|
||||
L_cuserid = 9 // stdio.h:293:1:
|
||||
L_tmpnam = 1024 // stdio.h:198:1:
|
||||
P_tmpdir = "/tmp/" // stdio.h:196:1:
|
||||
SEEK_CUR = 1 // stdio.h:209:1:
|
||||
SEEK_END = 2 // stdio.h:212:1:
|
||||
SEEK_SET = 0 // stdio.h:206:1:
|
||||
TMP_MAX = 308915776 // stdio.h:201:1:
|
||||
X_AMD64_INT_TYPES_H_ = 0 // int_types.h:35:1:
|
||||
X_FILE_OFFSET_BITS = 64 // <builtin>:25:1:
|
||||
X_FSTDIO = 0 // stdio.h:72:1:
|
||||
X_IOFBF = 0 // stdio.h:178:1:
|
||||
X_IOLBF = 1 // stdio.h:179:1:
|
||||
X_IONBF = 2 // stdio.h:180:1:
|
||||
X_LP64 = 1 // <predefined>:268:1:
|
||||
X_NETBSD_SOURCE = 1 // featuretest.h:70:1:
|
||||
X_STDIO_H_ = 0 // stdio.h:38:1:
|
||||
X_SYS_ANSI_H_ = 0 // ansi.h:33:1:
|
||||
X_SYS_CDEFS_ELF_H_ = 0 // cdefs_elf.h:31:1:
|
||||
X_SYS_CDEFS_H_ = 0 // cdefs.h:37:1:
|
||||
X_SYS_COMMON_ANSI_H_ = 0 // common_ansi.h:33:1:
|
||||
X_SYS_COMMON_INT_TYPES_H_ = 0 // common_int_types.h:33:1:
|
||||
X_SYS_NULL_H_ = 0 // null.h:9:1:
|
||||
X_X86_64_CDEFS_H_ = 0 // cdefs.h:4:1:
|
||||
)
|
||||
|
||||
type Ptrdiff_t = int64 /* <builtin>:3:26 */
|
||||
@ -69,44 +68,6 @@ type X__uint128_t = struct {
|
||||
type X__builtin_va_list = uintptr /* <builtin>:46:14 */
|
||||
type X__float128 = float64 /* <builtin>:47:21 */
|
||||
|
||||
// DO NOT EDIT THIS FILE.
|
||||
//
|
||||
// It has been auto-edited by fixincludes from:
|
||||
//
|
||||
// "/usr/include/stdio.h"
|
||||
//
|
||||
// This had to be done to correct non-standard usages in the
|
||||
// original, manufacturer supplied header file.
|
||||
|
||||
// Copyright (C) 1989-2020 Free Software Foundation, Inc.
|
||||
//
|
||||
// This file is part of GCC.
|
||||
//
|
||||
// GCC is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
// the Free Software Foundation; either version 3, or (at your option)
|
||||
// any later version.
|
||||
//
|
||||
// GCC is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
//
|
||||
// Under Section 7 of GPL version 3, you are granted additional
|
||||
// permissions described in the GCC Runtime Library Exception, version
|
||||
// 3.1, as published by the Free Software Foundation.
|
||||
//
|
||||
// You should have received a copy of the GNU General Public License and
|
||||
// a copy of the GCC Runtime Library Exception along with this program;
|
||||
// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
|
||||
// ISO C Standard: 7.15 Variable arguments <stdarg.h>
|
||||
|
||||
// Define __gnuc_va_list.
|
||||
|
||||
type X__gnuc_va_list = X__builtin_va_list /* stdarg.h:40:27 */
|
||||
|
||||
// return true if value 'a' fits in type 't'
|
||||
|
||||
// $NetBSD: featuretest.h,v 1.10 2013/04/26 18:29:06 christos Exp $
|
||||
@ -370,12 +331,12 @@ type X__wctype_t = uintptr /* ansi.h:54:31 */
|
||||
// mbstate_t is an opaque object to keep conversion state, during multibyte
|
||||
// stream conversions. The content must not be referenced by user programs.
|
||||
type X__mbstate_t = struct {
|
||||
F__mbstateL X__int64_t
|
||||
_ [120]byte
|
||||
F__mbstateL X__int64_t
|
||||
F__ccgo_pad1 [120]byte
|
||||
} /* ansi.h:63:3 */
|
||||
|
||||
type X__va_list = X__builtin_va_list /* ansi.h:72:27 */
|
||||
type Ssize_t = int64 /* stdio.h:63:23 */
|
||||
type Ssize_t = int64 /* stdio.h:49:23 */
|
||||
|
||||
// $NetBSD: null.h,v 1.9 2010/07/06 11:56:20 kleink Exp $
|
||||
|
||||
@ -389,7 +350,7 @@ type X__sfpos = struct {
|
||||
F_pos X__off_t
|
||||
F_mbstate_in X__mbstate_t
|
||||
F_mbstate_out X__mbstate_t
|
||||
} /* stdio.h:81:9 */
|
||||
} /* stdio.h:67:9 */
|
||||
|
||||
// $NetBSD: null.h,v 1.9 2010/07/06 11:56:20 kleink Exp $
|
||||
|
||||
@ -399,7 +360,7 @@ type X__sfpos = struct {
|
||||
// This is fairly grotesque, but pure ANSI code must not inspect the
|
||||
// innards of an fpos_t anyway. The library internally uses off_t,
|
||||
// which we assume is exactly as big as eight chars.
|
||||
type Fpos_t = X__sfpos /* stdio.h:84:3 */
|
||||
type Fpos_t = X__sfpos /* stdio.h:70:3 */
|
||||
|
||||
// NB: to fit things in six character monocase externals, the stdio
|
||||
// code uses the prefix `__s' for stdio objects, typically followed
|
||||
@ -407,10 +368,10 @@ type Fpos_t = X__sfpos /* stdio.h:84:3 */
|
||||
|
||||
// stdio buffers
|
||||
type X__sbuf = struct {
|
||||
F_base uintptr
|
||||
F_size int32
|
||||
_ [4]byte
|
||||
} /* stdio.h:95:1 */
|
||||
F_base uintptr
|
||||
F_size int32
|
||||
F__ccgo_pad1 [4]byte
|
||||
} /* stdio.h:81:1 */
|
||||
|
||||
// stdio state variables.
|
||||
//
|
||||
@ -437,39 +398,39 @@ type X__sbuf = struct {
|
||||
//
|
||||
// NB: see WARNING above before changing the layout of this structure!
|
||||
type X__sFILE = struct {
|
||||
F_p uintptr
|
||||
F_r int32
|
||||
F_w int32
|
||||
F_flags uint16
|
||||
F_file int16
|
||||
_ [4]byte
|
||||
F_bf struct {
|
||||
F_base uintptr
|
||||
F_size int32
|
||||
_ [4]byte
|
||||
F_p uintptr
|
||||
F_r int32
|
||||
F_w int32
|
||||
F_flags uint16
|
||||
F_file int16
|
||||
F__ccgo_pad1 [4]byte
|
||||
F_bf struct {
|
||||
F_base uintptr
|
||||
F_size int32
|
||||
F__ccgo_pad1 [4]byte
|
||||
}
|
||||
F_lbfsize int32
|
||||
_ [4]byte
|
||||
F_cookie uintptr
|
||||
F_close uintptr
|
||||
F_read uintptr
|
||||
F_seek uintptr
|
||||
F_write uintptr
|
||||
F_ext struct {
|
||||
F_base uintptr
|
||||
F_size int32
|
||||
_ [4]byte
|
||||
F_lbfsize int32
|
||||
F__ccgo_pad2 [4]byte
|
||||
F_cookie uintptr
|
||||
F_close uintptr
|
||||
F_read uintptr
|
||||
F_seek uintptr
|
||||
F_write uintptr
|
||||
F_ext struct {
|
||||
F_base uintptr
|
||||
F_size int32
|
||||
F__ccgo_pad1 [4]byte
|
||||
}
|
||||
F_up uintptr
|
||||
F_ur int32
|
||||
F_ubuf [3]uint8
|
||||
F_nbuf [1]uint8
|
||||
F_flush uintptr
|
||||
F_lb_unused [8]int8
|
||||
F_blksize int32
|
||||
_ [4]byte
|
||||
F_offset X__off_t
|
||||
} /* stdio.h:126:9 */
|
||||
F_up uintptr
|
||||
F_ur int32
|
||||
F_ubuf [3]uint8
|
||||
F_nbuf [1]uint8
|
||||
F_flush uintptr
|
||||
F_lb_unused [8]int8
|
||||
F_blksize int32
|
||||
F__ccgo_pad3 [4]byte
|
||||
F_offset X__off_t
|
||||
} /* stdio.h:112:9 */
|
||||
|
||||
// stdio state variables.
|
||||
//
|
||||
@ -495,11 +456,11 @@ type X__sFILE = struct {
|
||||
// _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
|
||||
//
|
||||
// NB: see WARNING above before changing the layout of this structure!
|
||||
type FILE = X__sFILE /* stdio.h:160:3 */
|
||||
type FILE = X__sFILE /* stdio.h:146:3 */
|
||||
|
||||
// X/Open CAE Specification Issue 5 Version 2
|
||||
type Off_t = X__off_t /* stdio.h:390:18 */
|
||||
type Off_t = X__off_t /* stdio.h:376:18 */
|
||||
|
||||
type Locale_t = uintptr /* stdio.h:557:25 */
|
||||
type Locale_t = uintptr /* stdio.h:543:25 */
|
||||
|
||||
var _ int8 /* gen.c:2:13: */
|
||||
|
Reference in New Issue
Block a user