summaryrefslogtreecommitdiffstats
path: root/melib
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-10-14 00:56:14 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-10-14 01:03:57 +0300
commit20840625d65db062a9f4a324f1265a24753cda83 (patch)
tree919831c834cbc253271b1cb40ba03c33be4acd26 /melib
parentd51d0187a6a7cbd5b0a4aed4f4c498b503e3ee4a (diff)
melib/gpgme: trim header file
Diffstat (limited to 'melib')
-rw-r--r--melib/src/gpgme/bindings.rs5202
-rw-r--r--melib/src/gpgme/mod.rs7
2 files changed, 5 insertions, 5204 deletions
diff --git a/melib/src/gpgme/bindings.rs b/melib/src/gpgme/bindings.rs
index 49273015..758e43c7 100644
--- a/melib/src/gpgme/bindings.rs
+++ b/melib/src/gpgme/bindings.rs
@@ -24,6 +24,7 @@
#![allow(non_snake_case)]
#![allow(unused)]
#![allow(dead_code)]
+use libc::{off_t, time_t, FILE};
/* automatically generated by rust-bindgen */
@@ -108,155 +109,7 @@ where
}
}
}
-pub const _STDIO_H: u32 = 1;
-pub const _FEATURES_H: u32 = 1;
-pub const _DEFAULT_SOURCE: u32 = 1;
-pub const __USE_ISOC11: u32 = 1;
-pub const __USE_ISOC99: u32 = 1;
-pub const __USE_ISOC95: u32 = 1;
-pub const __USE_POSIX_IMPLICITLY: u32 = 1;
-pub const _POSIX_SOURCE: u32 = 1;
-pub const _POSIX_C_SOURCE: u32 = 200809;
-pub const __USE_POSIX: u32 = 1;
-pub const __USE_POSIX2: u32 = 1;
-pub const __USE_POSIX199309: u32 = 1;
-pub const __USE_POSIX199506: u32 = 1;
-pub const __USE_XOPEN2K: u32 = 1;
-pub const __USE_XOPEN2K8: u32 = 1;
-pub const _ATFILE_SOURCE: u32 = 1;
-pub const __USE_MISC: u32 = 1;
-pub const __USE_ATFILE: u32 = 1;
-pub const __USE_FORTIFY_LEVEL: u32 = 0;
-pub const __GLIBC_USE_DEPRECATED_GETS: u32 = 0;
-pub const _STDC_PREDEF_H: u32 = 1;
-pub const __STDC_IEC_559__: u32 = 1;
-pub const __STDC_IEC_559_COMPLEX__: u32 = 1;
-pub const __STDC_ISO_10646__: u32 = 201706;
-pub const __GNU_LIBRARY__: u32 = 6;
-pub const __GLIBC__: u32 = 2;
-pub const __GLIBC_MINOR__: u32 = 28;
-pub const _SYS_CDEFS_H: u32 = 1;
-pub const __glibc_c99_flexarr_available: u32 = 1;
-pub const __WORDSIZE: u32 = 64;
-pub const __WORDSIZE_TIME64_COMPAT32: u32 = 1;
-pub const __SYSCALL_WORDSIZE: u32 = 64;
-pub const __HAVE_GENERIC_SELECTION: u32 = 1;
-pub const __GLIBC_USE_LIB_EXT2: u32 = 0;
-pub const __GLIBC_USE_IEC_60559_BFP_EXT: u32 = 0;
-pub const __GLIBC_USE_IEC_60559_FUNCS_EXT: u32 = 0;
-pub const __GLIBC_USE_IEC_60559_TYPES_EXT: u32 = 0;
-pub const __GNUC_VA_LIST: u32 = 1;
-pub const _BITS_TYPES_H: u32 = 1;
-pub const _BITS_TYPESIZES_H: u32 = 1;
-pub const __OFF_T_MATCHES_OFF64_T: u32 = 1;
-pub const __INO_T_MATCHES_INO64_T: u32 = 1;
-pub const __RLIM_T_MATCHES_RLIM64_T: u32 = 1;
-pub const __FD_SETSIZE: u32 = 1024;
-pub const _____fpos_t_defined: u32 = 1;
-pub const ____mbstate_t_defined: u32 = 1;
-pub const _____fpos64_t_defined: u32 = 1;
-pub const ____FILE_defined: u32 = 1;
-pub const __FILE_defined: u32 = 1;
-pub const __struct_FILE_defined: u32 = 1;
-pub const _IO_EOF_SEEN: u32 = 16;
-pub const _IO_ERR_SEEN: u32 = 32;
-pub const _IO_USER_LOCK: u32 = 32768;
-pub const _IOFBF: u32 = 0;
-pub const _IOLBF: u32 = 1;
-pub const _IONBF: u32 = 2;
-pub const BUFSIZ: u32 = 8192;
-pub const EOF: i32 = -1;
-pub const SEEK_SET: u32 = 0;
-pub const SEEK_CUR: u32 = 1;
-pub const SEEK_END: u32 = 2;
-pub const P_tmpdir: &'static [u8; 5usize] = b"/tmp\0";
-pub const _BITS_STDIO_LIM_H: u32 = 1;
-pub const L_tmpnam: u32 = 20;
-pub const TMP_MAX: u32 = 238328;
-pub const FILENAME_MAX: u32 = 4096;
-pub const L_ctermid: u32 = 9;
-pub const FOPEN_MAX: u32 = 16;
-pub const _TIME_H: u32 = 1;
-pub const _BITS_TIME_H: u32 = 1;
-pub const CLOCK_REALTIME: u32 = 0;
-pub const CLOCK_MONOTONIC: u32 = 1;
-pub const CLOCK_PROCESS_CPUTIME_ID: u32 = 2;
-pub const CLOCK_THREAD_CPUTIME_ID: u32 = 3;
-pub const CLOCK_MONOTONIC_RAW: u32 = 4;
-pub const CLOCK_REALTIME_COARSE: u32 = 5;
-pub const CLOCK_MONOTONIC_COARSE: u32 = 6;
-pub const CLOCK_BOOTTIME: u32 = 7;
-pub const CLOCK_REALTIME_ALARM: u32 = 8;
-pub const CLOCK_BOOTTIME_ALARM: u32 = 9;
-pub const CLOCK_TAI: u32 = 11;
-pub const TIMER_ABSTIME: u32 = 1;
-pub const __clock_t_defined: u32 = 1;
-pub const __time_t_defined: u32 = 1;
-pub const __struct_tm_defined: u32 = 1;
-pub const _STRUCT_TIMESPEC: u32 = 1;
-pub const __clockid_t_defined: u32 = 1;
-pub const __timer_t_defined: u32 = 1;
-pub const __itimerspec_defined: u32 = 1;
-pub const _BITS_TYPES_LOCALE_T_H: u32 = 1;
-pub const _BITS_TYPES___LOCALE_T_H: u32 = 1;
-pub const TIME_UTC: u32 = 1;
-pub const GPG_ERROR_H: u32 = 1;
-pub const GPGRT_H: u32 = 1;
-pub const GPG_ERROR_VERSION: &'static [u8; 5usize] = b"1.35\0";
-pub const GPGRT_VERSION: &'static [u8; 5usize] = b"1.35\0";
-pub const GPG_ERROR_VERSION_NUMBER: u32 = 74496;
-pub const GPGRT_VERSION_NUMBER: u32 = 74496;
-pub const GPG_ERR_SYSTEM_ERROR: u32 = 32768;
-pub const GPG_ERR_SOURCE_SHIFT: u32 = 24;
-pub const GPGRT_HAVE_MACRO_FUNCTION: u32 = 1;
-pub const GPG_ERR_INITIALIZED: u32 = 1;
-pub const _SYS_TYPES_H: u32 = 1;
-pub const _BITS_STDINT_INTN_H: u32 = 1;
-pub const __BIT_TYPES_DEFINED__: u32 = 1;
-pub const _ENDIAN_H: u32 = 1;
-pub const __LITTLE_ENDIAN: u32 = 1234;
-pub const __BIG_ENDIAN: u32 = 4321;
-pub const __PDP_ENDIAN: u32 = 3412;
-pub const __BYTE_ORDER: u32 = 1234;
-pub const __FLOAT_WORD_ORDER: u32 = 1234;
-pub const LITTLE_ENDIAN: u32 = 1234;
-pub const BIG_ENDIAN: u32 = 4321;
-pub const PDP_ENDIAN: u32 = 3412;
-pub const BYTE_ORDER: u32 = 1234;
-pub const _BITS_BYTESWAP_H: u32 = 1;
-pub const _BITS_UINTN_IDENTITY_H: u32 = 1;
-pub const _SYS_SELECT_H: u32 = 1;
-pub const __FD_ZERO_STOS: &'static [u8; 6usize] = b"stosq\0";
-pub const __sigset_t_defined: u32 = 1;
-pub const __timeval_defined: u32 = 1;
-pub const FD_SETSIZE: u32 = 1024;
-pub const _BITS_PTHREADTYPES_COMMON_H: u32 = 1;
-pub const _THREAD_SHARED_TYPES_H: u32 = 1;
-pub const _BITS_PTHREADTYPES_ARCH_H: u32 = 1;
-pub const __SIZEOF_PTHREAD_MUTEX_T: u32 = 40;
-pub const __SIZEOF_PTHREAD_ATTR_T: u32 = 56;
-pub const __SIZEOF_PTHREAD_RWLOCK_T: u32 = 56;
-pub const __SIZEOF_PTHREAD_BARRIER_T: u32 = 32;
-pub const __SIZEOF_PTHREAD_MUTEXATTR_T: u32 = 4;
-pub const __SIZEOF_PTHREAD_COND_T: u32 = 48;
-pub const __SIZEOF_PTHREAD_CONDATTR_T: u32 = 4;
-pub const __SIZEOF_PTHREAD_RWLOCKATTR_T: u32 = 8;
-pub const __SIZEOF_PTHREAD_BARRIERATTR_T: u32 = 4;
-pub const __PTHREAD_MUTEX_LOCK_ELISION: u32 = 1;
-pub const __PTHREAD_MUTEX_NUSERS_AFTER_KIND: u32 = 0;
-pub const __PTHREAD_MUTEX_USE_UNION: u32 = 0;
-pub const __PTHREAD_RWLOCK_INT_FLAGS_SHARED: u32 = 1;
-pub const __PTHREAD_MUTEX_HAVE_PREV: u32 = 1;
-pub const __have_pthread_attr_t: u32 = 1;
-pub const GPGRT_LOG_WITH_PREFIX: u32 = 1;
-pub const GPGRT_LOG_WITH_TIME: u32 = 2;
-pub const GPGRT_LOG_WITH_PID: u32 = 4;
-pub const GPGRT_LOG_RUN_DETACHED: u32 = 256;
-pub const GPGRT_LOG_NO_REGISTRY: u32 = 512;
-pub const GPGRT_SPAWN_NONBLOCK: u32 = 16;
-pub const GPGRT_SPAWN_RUN_ASFW: u32 = 64;
-pub const GPGRT_SPAWN_DETACHED: u32 = 128;
-pub const GPGME_VERSION: &'static [u8; 7usize] = b"1.12.0\0";
+pub const GPGME_VERSION: &'static str = "1.12.0\0";
pub const GPGME_VERSION_NUMBER: u32 = 68608;
pub const GPGME_KEYLIST_MODE_LOCAL: u32 = 1;
pub const GPGME_KEYLIST_MODE_EXTERN: u32 = 2;
@@ -313,2170 +166,16 @@ pub const GPGME_CONF_DEFAULT: u32 = 16;
pub const GPGME_CONF_DEFAULT_DESC: u32 = 32;
pub const GPGME_CONF_NO_ARG_DESC: u32 = 64;
pub const GPGME_CONF_NO_CHANGE: u32 = 128;
-pub type va_list = __builtin_va_list;
-pub type __gnuc_va_list = __builtin_va_list;
-pub type __u_char = ::std::os::raw::c_uchar;
-pub type __u_short = ::std::os::raw::c_ushort;
-pub type __u_int = ::std::os::raw::c_uint;
-pub type __u_long = ::std::os::raw::c_ulong;
-pub type __int8_t = ::std::os::raw::c_schar;
-pub type __uint8_t = ::std::os::raw::c_uchar;
-pub type __int16_t = ::std::os::raw::c_short;
-pub type __uint16_t = ::std::os::raw::c_ushort;
-pub type __int32_t = ::std::os::raw::c_int;
-pub type __uint32_t = ::std::os::raw::c_uint;
-pub type __int64_t = ::std::os::raw::c_long;
-pub type __uint64_t = ::std::os::raw::c_ulong;
-pub type __int_least8_t = __int8_t;
-pub type __uint_least8_t = __uint8_t;
-pub type __int_least16_t = __int16_t;
-pub type __uint_least16_t = __uint16_t;
-pub type __int_least32_t = __int32_t;
-pub type __uint_least32_t = __uint32_t;
-pub type __int_least64_t = __int64_t;
-pub type __uint_least64_t = __uint64_t;
-pub type __quad_t = ::std::os::raw::c_long;
-pub type __u_quad_t = ::std::os::raw::c_ulong;
-pub type __intmax_t = ::std::os::raw::c_long;
-pub type __uintmax_t = ::std::os::raw::c_ulong;
-pub type __dev_t = ::std::os::raw::c_ulong;
-pub type __uid_t = ::std::os::raw::c_uint;
-pub type __gid_t = ::std::os::raw::c_uint;
-pub type __ino_t = ::std::os::raw::c_ulong;
-pub type __ino64_t = ::std::os::raw::c_ulong;
-pub type __mode_t = ::std::os::raw::c_uint;
-pub type __nlink_t = ::std::os::raw::c_ulong;
-pub type __off_t = ::std::os::raw::c_long;
-pub type __off64_t = ::std::os::raw::c_long;
-pub type __pid_t = ::std::os::raw::c_int;
-#[repr(C)]
-#[derive(Debug, Copy, Clone)]
-pub struct __fsid_t {
- pub __val: [::std::os::raw::c_int; 2usize],
-}
-#[test]
-fn bindgen_test_layout___fsid_t() {
- assert_eq!(
- ::std::mem::size_of::<__fsid_t>(),
- 8usize,
- concat!("Size of: ", stringify!(__fsid_t))
- );
- assert_eq!(
- ::std::mem::align_of::<__fsid_t>(),
- 4usize,
- concat!("Alignment of ", stringify!(__fsid_t))
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<__fsid_t>())).__val as *const _ as usize },
- 0usize,
- concat!(
- "Offset of field: ",
- stringify!(__fsid_t),
- "::",
- stringify!(__val)
- )
- );
-}
-pub type __clock_t = ::std::os::raw::c_long;
-pub type __rlim_t = ::std::os::raw::c_ulong;
-pub type __rlim64_t = ::std::os::raw::c_ulong;
-pub type __id_t = ::std::os::raw::c_uint;
-pub type __time_t = ::std::os::raw::c_long;
-pub type __useconds_t = ::std::os::raw::c_uint;
-pub type __suseconds_t = ::std::os::raw::c_long;
-pub type __daddr_t = ::std::os::raw::c_int;
-pub type __key_t = ::std::os::raw::c_int;
-pub type __clockid_t = ::std::os::raw::c_int;
-pub type __timer_t = *mut ::std::os::raw::c_void;
-pub type __blksize_t = ::std::os::raw::c_long;
-pub type __blkcnt_t = ::std::os::raw::c_long;
-pub type __blkcnt64_t = ::std::os::raw::c_long;
-pub type __fsblkcnt_t = ::std::os::raw::c_ulong;
-pub type __fsblkcnt64_t = ::std::os::raw::c_ulong;
-pub type __fsfilcnt_t = ::std::os::raw::c_ulong;
-pub type __fsfilcnt64_t = ::std::os::raw::c_ulong;
-pub type __fsword_t = ::std::os::raw::c_long;
-pub type __ssize_t = ::std::os::raw::c_long;
-pub type __syscall_slong_t = ::std::os::raw::c_long;
-pub type __syscall_ulong_t = ::std::os::raw::c_ulong;
-pub type __loff_t = __off64_t;
-pub type __caddr_t = *mut ::std::os::raw::c_char;
-pub type __intptr_t = ::std::os::raw::c_long;
-pub type __socklen_t = ::std::os::raw::c_uint;
-pub type __sig_atomic_t = ::std::os::raw::c_int;
-#[repr(C)]
-#[derive(Copy, Clone)]
-pub struct __mbstate_t {
- pub __count: ::std::os::raw::c_int,
- pub __value: __mbstate_t__bindgen_ty_1,
-}
-#[repr(C)]
-#[derive(Copy, Clone)]
-pub union __mbstate_t__bindgen_ty_1 {
- pub __wch: ::std::os::raw::c_uint,
- pub __wchb: [::std::os::raw::c_char; 4usize],
- _bindgen_union_align: u32,
-}
-#[test]
-fn bindgen_test_layout___mbstate_t__bindgen_ty_1() {
- assert_eq!(
- ::std::mem::size_of::<__mbstate_t__bindgen_ty_1>(),
- 4usize,
- concat!("Size of: ", stringify!(__mbstate_t__bindgen_ty_1))
- );
- assert_eq!(
- ::std::mem::align_of::<__mbstate_t__bindgen_ty_1>(),
- 4usize,
- concat!("Alignment of ", stringify!(__mbstate_t__bindgen_ty_1))
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<__mbstate_t__bindgen_ty_1>())).__wch as *const _ as usize },
- 0usize,
- concat!(
- "Offset of field: ",
- stringify!(__mbstate_t__bindgen_ty_1),
- "::",
- stringify!(__wch)
- )
- );
- assert_eq!(
- unsafe {
- &(*(::std::ptr::null::<__mbstate_t__bindgen_ty_1>())).__wchb as *const _ as usize
- },
- 0usize,
- concat!(
- "Offset of field: ",
- stringify!(__mbstate_t__bindgen_ty_1),
- "::",
- stringify!(__wchb)
- )
- );
-}
-#[test]
-fn bindgen_test_layout___mbstate_t() {
- assert_eq!(
- ::std::mem::size_of::<__mbstate_t>(),
- 8usize,
- concat!("Size of: ", stringify!(__mbstate_t))
- );
- assert_eq!(
- ::std::mem::align_of::<__mbstate_t>(),
- 4usize,
- concat!("Alignment of ", stringify!(__mbstate_t))
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<__mbstate_t>())).__count as *const _ as usize },
- 0usize,
- concat!(
- "Offset of field: ",
- stringify!(__mbstate_t),
- "::",
- stringify!(__count)
- )
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<__mbstate_t>())).__value as *const _ as usize },
- 4usize,
- concat!(
- "Offset of field: ",
- stringify!(__mbstate_t),
- "::",
- stringify!(__value)
- )
- );
-}
-#[repr(C)]
-#[derive(Copy, Clone)]
-pub struct _G_fpos_t {
- pub __pos: __off_t,
- pub __state: __mbstate_t,
-}
-#[test]
-fn bindgen_test_layout__G_fpos_t() {
- assert_eq!(
- ::std::mem::size_of::<_G_fpos_t>(),
- 16usize,
- concat!("Size of: ", stringify!(_G_fpos_t))
- );
- assert_eq!(
- ::std::mem::align_of::<_G_fpos_t>(),
- 8usize,
- concat!("Alignment of ", stringify!(_G_fpos_t))
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_G_fpos_t>())).__pos as *const _ as usize },
- 0usize,
- concat!(
- "Offset of field: ",
- stringify!(_G_fpos_t),
- "::",
- stringify!(__pos)
- )
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_G_fpos_t>())).__state as *const _ as usize },
- 8usize,
- concat!(
- "Offset of field: ",
- stringify!(_G_fpos_t),
- "::",
- stringify!(__state)
- )
- );
-}
-pub type __fpos_t = _G_fpos_t;
-#[repr(C)]
-#[derive(Copy, Clone)]
-pub struct _G_fpos64_t {
- pub __pos: __off64_t,
- pub __state: __mbstate_t,
-}
-#[test]
-fn bindgen_test_layout__G_fpos64_t() {
- assert_eq!(
- ::std::mem::size_of::<_G_fpos64_t>(),
- 16usize,
- concat!("Size of: ", stringify!(_G_fpos64_t))
- );
- assert_eq!(
- ::std::mem::align_of::<_G_fpos64_t>(),
- 8usize,
- concat!("Alignment of ", stringify!(_G_fpos64_t))
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_G_fpos64_t>())).__pos as *const _ as usize },
- 0usize,
- concat!(
- "Offset of field: ",
- stringify!(_G_fpos64_t),
- "::",
- stringify!(__pos)
- )
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_G_fpos64_t>())).__state as *const _ as usize },
- 8usize,
- concat!(
- "Offset of field: ",
- stringify!(_G_fpos64_t),
- "::",
- stringify!(__state)
- )
- );
-}
-pub type __fpos64_t = _G_fpos64_t;
-pub type __FILE = _IO_FILE;
-pub type FILE = _IO_FILE;
-#[repr(C)]
-#[derive(Debug, Copy, Clone)]
-pub struct _IO_marker {
- _unused: [u8; 0],
-}
-#[repr(C)]
-#[derive(Debug, Copy, Clone)]
-pub struct _IO_codecvt {
- _unused: [u8; 0],
-}
-#[repr(C)]
-#[derive(Debug, Copy, Clone)]
-pub struct _IO_wide_data {
- _unused: [u8; 0],
-}
-pub type _IO_lock_t = ::std::os::raw::c_void;
-#[repr(C)]
-#[derive(Debug, Copy, Clone)]
-pub struct _IO_FILE {
- pub _flags: ::std::os::raw::c_int,
- pub _IO_read_ptr: *mut ::std::os::raw::c_char,
- pub _IO_read_end: *mut ::std::os::raw::c_char,
- pub _IO_read_base: *mut ::std::os::raw::c_char,
- pub _IO_write_base: *mut ::std::os::raw::c_char,
- pub _IO_write_ptr: *mut ::std::os::raw::c_char,
- pub _IO_write_end: *mut ::std::os::raw::c_char,
- pub _IO_buf_base: *mut ::std::os::raw::c_char,
- pub _IO_buf_end: *mut ::std::os::raw::c_char,
- pub _IO_save_base: *mut ::std::os::raw::c_char,
- pub _IO_backup_base: *mut ::std::os::raw::c_char,
- pub _IO_save_end: *mut ::std::os::raw::c_char,
- pub _markers: *mut _IO_marker,
- pub _chain: *mut _IO_FILE,
- pub _fileno: ::std::os::raw::c_int,
- pub _flags2: ::std::os::raw::c_int,
- pub _old_offset: __off_t,
- pub _cur_column: ::std::os::raw::c_ushort,
- pub _vtable_offset: ::std::os::raw::c_schar,
- pub _shortbuf: [::std::os::raw::c_char; 1usize],
- pub _lock: *mut _IO_lock_t,
- pub _offset: __off64_t,
- pub _codecvt: *mut _IO_codecvt,
- pub _wide_data: *mut _IO_wide_data,
- pub _freeres_list: *mut _IO_FILE,
- pub _freeres_buf: *mut ::std::os::raw::c_void,
- pub __pad5: usize,
- pub _mode: ::std::os::raw::c_int,
- pub _unused2: [::std::os::raw::c_char; 20usize],
-}
-#[test]
-fn bindgen_test_layout__IO_FILE() {
- assert_eq!(
- ::std::mem::size_of::<_IO_FILE>(),
- 216usize,
- concat!("Size of: ", stringify!(_IO_FILE))
- );
- assert_eq!(
- ::std::mem::align_of::<_IO_FILE>(),
- 8usize,
- concat!("Alignment of ", stringify!(_IO_FILE))
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._flags as *const _ as usize },
- 0usize,
- concat!(
- "Offset of field: ",
- stringify!(_IO_FILE),
- "::",
- stringify!(_flags)
- )
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._IO_read_ptr as *const _ as usize },
- 8usize,
- concat!(
- "Offset of field: ",
- stringify!(_IO_FILE),
- "::",
- stringify!(_IO_read_ptr)
- )
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._IO_read_end as *const _ as usize },
- 16usize,
- concat!(
- "Offset of field: ",
- stringify!(_IO_FILE),
- "::",
- stringify!(_IO_read_end)
- )
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._IO_read_base as *const _ as usize },
- 24usize,
- concat!(
- "Offset of field: ",
- stringify!(_IO_FILE),
- "::",
- stringify!(_IO_read_base)
- )
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._IO_write_base as *const _ as usize },
- 32usize,
- concat!(
- "Offset of field: ",
- stringify!(_IO_FILE),
- "::",
- stringify!(_IO_write_base)
- )
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._IO_write_ptr as *const _ as usize },
- 40usize,
- concat!(
- "Offset of field: ",
- stringify!(_IO_FILE),
- "::",
- stringify!(_IO_write_ptr)
- )
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._IO_write_end as *const _ as usize },
- 48usize,
- concat!(
- "Offset of field: ",
- stringify!(_IO_FILE),
- "::",
- stringify!(_IO_write_end)
- )
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._IO_buf_base as *const _ as usize },
- 56usize,
- concat!(
- "Offset of field: ",
- stringify!(_IO_FILE),
- "::",
- stringify!(_IO_buf_base)
- )
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._IO_buf_end as *const _ as usize },
- 64usize,
- concat!(
- "Offset of field: ",
- stringify!(_IO_FILE),
- "::",
- stringify!(_IO_buf_end)
- )
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._IO_save_base as *const _ as usize },
- 72usize,
- concat!(
- "Offset of field: ",
- stringify!(_IO_FILE),
- "::",
- stringify!(_IO_save_base)
- )
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._IO_backup_base as *const _ as usize },
- 80usize,
- concat!(
- "Offset of field: ",
- stringify!(_IO_FILE),
- "::",
- stringify!(_IO_backup_base)
- )
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._IO_save_end as *const _ as usize },
- 88usize,
- concat!(
- "Offset of field: ",
- stringify!(_IO_FILE),
- "::",
- stringify!(_IO_save_end)
- )
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._markers as *const _ as usize },
- 96usize,
- concat!(
- "Offset of field: ",
- stringify!(_IO_FILE),
- "::",
- stringify!(_markers)
- )
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._chain as *const _ as usize },
- 104usize,
- concat!(
- "Offset of field: ",
- stringify!(_IO_FILE),
- "::",
- stringify!(_chain)
- )
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._fileno as *const _ as usize },
- 112usize,
- concat!(
- "Offset of field: ",
- stringify!(_IO_FILE),
- "::",
- stringify!(_fileno)
- )
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._flags2 as *const _ as usize },
- 116usize,
- concat!(
- "Offset of field: ",
- stringify!(_IO_FILE),
- "::",
- stringify!(_flags2)
- )
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._old_offset as *const _ as usize },
- 120usize,
- concat!(
- "Offset of field: ",
- stringify!(_IO_FILE),
- "::",
- stringify!(_old_offset)
- )
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._cur_column as *const _ as usize },
- 128usize,
- concat!(
- "Offset of field: ",
- stringify!(_IO_FILE),
- "::",
- stringify!(_cur_column)
- )
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._vtable_offset as *const _ as usize },
- 130usize,
- concat!(
- "Offset of field: ",
- stringify!(_IO_FILE),
- "::",
- stringify!(_vtable_offset)
- )
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._shortbuf as *const _ as usize },
- 131usize,
- concat!(
- "Offset of field: ",
- stringify!(_IO_FILE),
- "::",
- stringify!(_shortbuf)
- )
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._lock as *const _ as usize },
- 136usize,
- concat!(
- "Offset of field: ",
- stringify!(_IO_FILE),
- "::",
- stringify!(_lock)
- )
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._offset as *const _ as usize },
- 144usize,
- concat!(
- "Offset of field: ",
- stringify!(_IO_FILE),
- "::",
- stringify!(_offset)
- )
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._codecvt as *const _ as usize },
- 152usize,
- concat!(
- "Offset of field: ",
- stringify!(_IO_FILE),
- "::",
- stringify!(_codecvt)
- )
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._wide_data as *const _ as usize },
- 160usize,
- concat!(
- "Offset of field: ",
- stringify!(_IO_FILE),
- "::",
- stringify!(_wide_data)
- )
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._freeres_list as *const _ as usize },
- 168usize,
- concat!(
- "Offset of field: ",
- stringify!(_IO_FILE),
- "::",
- stringify!(_freeres_list)
- )
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._freeres_buf as *const _ as usize },
- 176usize,
- concat!(
- "Offset of field: ",
- stringify!(_IO_FILE),
- "::",
- stringify!(_freeres_buf)
- )
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_IO_FILE>())).__pad5 as *const _ as usize },
- 184usize,
- concat!(
- "Offset of field: ",
- stringify!(_IO_FILE),
- "::",
- stringify!(__pad5)
- )
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._mode as *const _ as usize },
- 192usize,
- concat!(
- "Offset of field: ",
- stringify!(_IO_FILE),
- "::",
- stringify!(_mode)
- )
- );
- assert_eq!(
- unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._unused2 as *const _ as usize },
- 196usize,
- concat!(
- "Offset of field: ",
- stringify!(_IO_FILE),
- "::",
- stringify!(_unused2)
- )
- );
-}
-pub type off_t = __off_t;
-pub type fpos_t = __fpos_t;
-extern "C" {
- pub static mut stdin: *mut FILE;
-}
-extern "C" {
- pub static mut stdout: *mut FILE;
-}
-extern "C" {
- pub static mut stderr: *mut FILE;
-}
-extern "C" {
- pub fn remove(__filename: *const ::std::os::raw::c_char) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn rename(
- __old: *const ::std::os::raw::c_char,
- __new: *const ::std::os::raw::c_char,
- ) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn renameat(
- __oldfd: ::std::os::raw::c_int,
- __old: *const ::std::os::raw::c_char,
- __newfd: ::std::os::raw::c_int,
- __new: *const ::std::os::raw::c_char,
- ) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn tmpfile() -> *mut FILE;
-}
-extern "C" {
- pub fn tmpnam(__s: *mut ::std::os::raw::c_char) -> *mut ::std::os::raw::c_char;
-}
-extern "C" {
- pub fn tmpnam_r(__s: *mut ::std::os::raw::c_char) -> *mut ::std::os::raw::c_char;
-}
-extern "C" {
- pub fn tempnam(
- __dir: *const ::std::os::raw::c_char,
- __pfx: *const ::std::os::raw::c_char,
- ) -> *mut ::std::os::raw::c_char;
-}
-extern "C" {
- pub fn fclose(__stream: *mut FILE) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn fflush(__stream: *mut FILE) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn fflush_unlocked(__stream: *mut FILE) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn fopen(
- __filename: *const ::std::os::raw::c_char,
- __modes: *const ::std::os::raw::c_char,
- ) -> *mut FILE;
-}
-extern "C" {
- pub fn freopen(
- __filename: *const ::std::os::raw::c_char,
- __modes: *const ::std::os::raw::c_char,
- __stream: *mut FILE,
- ) -> *mut FILE;
-}
-extern "C" {
- pub fn fdopen(__fd: ::std::os::raw::c_int, __modes: *const ::std::os::raw::c_char)
- -> *mut FILE;
-}
-extern "C" {
- pub fn fmemopen(
- __s: *mut ::std::os::raw::c_void,
- __len: usize,
- __modes: *const ::std::os::raw::c_char,
- ) -> *mut FILE;
-}
-extern "C" {
- pub fn open_memstream(
- __bufloc: *mut *mut ::std::os::raw::c_char,
- __sizeloc: *mut usize,
- ) -> *mut FILE;
-}
-extern "C" {
- pub fn setbuf(__stream: *mut FILE, __buf: *mut ::std::os::raw::c_char);
-}
-extern "C" {
- pub fn setvbuf(
- __stream: *mut FILE,
- __buf: *mut ::std::os::raw::c_char,
- __modes: ::std::os::raw::c_int,
- __n: usize,
- ) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn setbuffer(__stream: *mut FILE, __buf: *mut ::std::os::raw::c_char, __size: usize);
-}
-extern "C" {
- pub fn setlinebuf(__stream: *mut FILE);
-}
-extern "C" {
- pub fn fprintf(
- __stream: *mut FILE,
- __format: *const ::std::os::raw::c_char,
- ...
- ) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn printf(__format: *const ::std::os::raw::c_char, ...) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn sprintf(
- __s: *mut ::std::os::raw::c_char,
- __format: *const ::std::os::raw::c_char,
- ...
- ) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn vfprintf(
- __s: *mut FILE,
- __format: *const ::std::os::raw::c_char,
- __arg: *mut __va_list_tag,
- ) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn vprintf(
- __format: *const ::std::os::raw::c_char,
- __arg: *mut __va_list_tag,
- ) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn vsprintf(
- __s: *mut ::std::os::raw::c_char,
- __format: *const ::std::os::raw::c_char,
- __arg: *mut __va_list_tag,
- ) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn snprintf(
- __s: *mut ::std::os::raw::c_char,
- __maxlen: ::std::os::raw::c_ulong,
- __format: *const ::std::os::raw::c_char,
- ...
- ) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn vsnprintf(
- __s: *mut ::std::os::raw::c_char,
- __maxlen: ::std::os::raw::c_ulong,
- __format: *const ::std::os::raw::c_char,
- __arg: *mut __va_list_tag,
- ) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn vdprintf(
- __fd: ::std::os::raw::c_int,
- __fmt: *const ::std::os::raw::c_char,
- __arg: *mut __va_list_tag,
- ) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn dprintf(
- __fd: ::std::os::raw::c_int,
- __fmt: *const ::std::os::raw::c_char,
- ...
- ) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn fscanf(
- __stream: *mut FILE,
- __format: *const ::std::os::raw::c_char,
- ...
- ) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn scanf(__format: *const ::std::os::raw::c_char, ...) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn sscanf(
- __s: *const ::std::os::raw::c_char,
- __format: *const ::std::os::raw::c_char,
- ...
- ) -> ::std::os::raw::c_int;
-}
-extern "C" {
- #[link_name = "\u{1}__isoc99_fscanf"]
- pub fn fscanf1(
- __stream: *mut FILE,
- __format: *const ::std::os::raw::c_char,
- ...
- ) -> ::std::os::raw::c_int;
-}
-extern "C" {
- #[link_name = "\u{1}__isoc99_scanf"]
- pub fn scanf1(__format: *const ::std::os::raw::c_char, ...) -> ::std::os::raw::c_int;
-}
-extern "C" {
- #[link_name = "\u{1}__isoc99_sscanf"]
- pub fn sscanf1(
- __s: *const ::std::os::raw::c_char,
- __format: *const ::std::os::raw::c_char,
- ...
- ) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn vfscanf(
- __s: *mut FILE,
- __format: *const ::std::os::raw::c_char,
- __arg: *mut __va_list_tag,
- ) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn vscanf(
- __format: *const ::std::os::raw::c_char,
- __arg: *mut __va_list_tag,
- ) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn vsscanf(
- __s: *const ::std::os::raw::c_char,
- __format: *const ::std::os::raw::c_char,
- __arg: *mut __va_list_tag,
- ) -> ::std::os::raw::c_int;
-}
-extern "C" {
- #[link_name = "\u{1}__isoc99_vfscanf"]
- pub fn vfscanf1(
- __s: *mut FILE,
- __format: *const ::std::os::raw::c_char,
- __arg: *mut __va_list_tag,
- ) -> ::std::os::raw::c_int;
-}
-extern "C" {
- #[link_name = "\u{1}__isoc99_vscanf"]
- pub fn vscanf1(
- __format: *const ::std::os::raw::c_char,
- __arg: *mut __va_list_tag,
- ) -> ::std::os::raw::c_int;
-}
-extern "C" {
- #[link_name = "\u{1}__isoc99_vsscanf"]
- pub fn vsscanf1(
- __s: *const ::std::os::raw::c_char,
- __format: *const ::std::os::raw::c_char,
- __arg: *mut __va_list_tag,
- ) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn fgetc(__stream: *mut FILE) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn getc(__stream: *mut FILE) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn getchar() -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn getc_unlocked(__stream: *mut FILE) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn getchar_unlocked() -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn fgetc_unlocked(__stream: *mut FILE) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn fputc(__c: ::std::os::raw::c_int, __stream: *mut FILE) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn putc(__c: ::std::os::raw::c_int, __stream: *mut FILE) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn putchar(__c: ::std::os::raw::c_int) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn fputc_unlocked(__c: ::std::os::raw::c_int, __stream: *mut FILE)
- -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn putc_unlocked(__c: ::std::os::raw::c_int, __stream: *mut FILE) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn putchar_unlocked(__c: ::std::os::raw::c_int) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn getw(__stream: *mut FILE) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn putw(__w: ::std::os::raw::c_int, __stream: *mut FILE) -> ::std::os::raw::c_int;
-}
-extern "C" {
- pub fn fgets(
- __s: *mut ::std::os::raw::c_char,
- __n: ::std::os::raw::c_int,
- __stream: *mut FILE,
- ) -> *mut ::std::os::raw::c_char;
-}
-extern "C" {
- pub fn __getdelim(
- __lineptr: *mut *mut ::std::os::raw::c_char,
- __n: *mut usize,
- __delimiter: ::std::os::raw::c_int,
- __stream: *mut FILE,
- ) -> __ssize_t;
-}
-extern "C" {
- pub fn getdelim(
- __lineptr: *mut *mut ::std::os::raw::c_char,
- __n: *mut usize,
- __delimiter: ::std::os::raw::c_int,
- __stream: *mut FILE,
- ) -> __ssize_t;
-}
-extern "C" {
- pub fn getline(
- __lineptr: *mut *mut ::std::os::raw::c_ch