/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 34 pub type __caddr_t = *mut c_char; 54 pub type __va_list = *mut c_char; 126 pub tm_zone: *mut c_char, 149 pub decimal_point: *mut c_char, 150 pub thousands_sep: *mut c_char, 151 pub grouping: *mut c_char, 152 pub int_curr_symbol: *mut c_char, 153 pub currency_symbol: *mut c_char, 154 pub mon_decimal_point: *mut c_char, 155 pub mon_thousands_sep: *mut c_char, [all...] |
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 5 pub type c_char = i8; types 91 pub __tm_zone: *const c_char, 123 pub decimal_point: *mut c_char, 124 pub thousands_sep: *mut c_char, 125 pub grouping: *mut c_char, 126 pub int_curr_symbol: *mut c_char, 127 pub currency_symbol: *mut c_char, 128 pub mon_decimal_point: *mut c_char, 129 pub mon_thousands_sep: *mut c_char, 130 pub mon_grouping: *mut c_char, [all...] |
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 23 pub type c_char = i8; types 101 pub sa_data: [c_char; 14], 286 pub fn printf(format: *const c_char, ...) -> ::c_int; in printf() 287 pub fn fprintf(stream: *mut FILE, format: *const c_char, ...) -> ::c_int; in fprintf() 305 pub fn fopen(filename: *const c_char, mode: *const c_char) -> *mut FILE; in fopen() 306 pub fn freopen(filename: *const c_char, mode: *const c_char, file: *mut FILE) -> *mut FILE; in freopen() 309 pub fn remove(filename: *const c_char) -> c_int; in remove() 310 pub fn rename(oldname: *const c_char, newnam in remove() [all...] |
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 56 pub gr_name: *mut ::c_char, 57 pub gr_passwd: *mut ::c_char, 59 pub gr_mem: *mut *mut ::c_char, 146 pub h_name: *mut ::c_char, 147 pub h_aliases: *mut *mut ::c_char, 150 pub h_addr_list: *mut *mut ::c_char, 196 pub s_name: *mut ::c_char, 197 pub s_aliases: *mut *mut ::c_char, 199 pub s_proto: *mut ::c_char, 203 pub p_name: *mut ::c_char, [all...] |
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 153 pub condSemName: [::c_char; _PTHREAD_SHARED_SEM_NAME_MAX] 171 pub rwlockSemName: [::c_char; _PTHREAD_SHARED_SEM_NAME_MAX] 189 pub sa_data : [::c_char; 14], 274 pub threadAttrName : *mut ::c_char, 325 pub mutexSemName: [::c_char; _PTHREAD_SHARED_SEM_NAME_MAX], 377 pub ai_canonname: *mut ::c_char, 388 pub sin_zero : [::c_char; 8], 402 pub dli_fname: *const ::c_char, 404 pub dli_sname: *const ::c_char, 420 pub d_name : [::c_char; _PARM_NAME_MA [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | bitfield-32bit-overflow.rs | 115 pub fn m0(&self) -> ::std::os::raw::c_char { in m0() 121 pub fn set_m0(&mut self, val: ::std::os::raw::c_char) { in set_m0() 128 pub fn m1(&self) -> ::std::os::raw::c_char { in m1() 134 pub fn set_m1(&mut self, val: ::std::os::raw::c_char) { in set_m1() 141 pub fn m2(&self) -> ::std::os::raw::c_char { in m2() 147 pub fn set_m2(&mut self, val: ::std::os::raw::c_char) { in set_m2() 154 pub fn m3(&self) -> ::std::os::raw::c_char { in m3() 160 pub fn set_m3(&mut self, val: ::std::os::raw::c_char) { in set_m3() 167 pub fn m4(&self) -> ::std::os::raw::c_char { in m4() 173 pub fn set_m4(&mut self, val: ::std::os::raw::c_char) { in set_m4() [all...] |
H A D | inherit-from-template-instantiation-with-vtable.rs | 31 pub _base: BaseWithVtable<*mut ::std::os::raw::c_char>, 59 pub _base: BaseWithVtable<*mut ::std::os::raw::c_char>, 106 pub _base: BaseWithoutVtable<*mut ::std::os::raw::c_char>, 134 pub _base: BaseWithoutVtable<*mut ::std::os::raw::c_char>, 161 ::std::mem::size_of::<BaseWithVtable<*mut ::std::os::raw::c_char>>(), in __bindgen_test_layout_BaseWithVtable_open0_ptr_char_close0_instantiation() 165 stringify!(BaseWithVtable<*mut ::std::os::raw::c_char>) in __bindgen_test_layout_BaseWithVtable_open0_ptr_char_close0_instantiation() 169 ::std::mem::align_of::<BaseWithVtable<*mut ::std::os::raw::c_char>>(), in __bindgen_test_layout_BaseWithVtable_open0_ptr_char_close0_instantiation() 173 stringify!(BaseWithVtable<*mut ::std::os::raw::c_char>) in __bindgen_test_layout_BaseWithVtable_open0_ptr_char_close0_instantiation() 181 ::std::mem::size_of::<BaseWithVtable<*mut ::std::os::raw::c_char>>(), in __bindgen_test_layout_BaseWithVtable_open0_ptr_char_close0_instantiation_1() 185 stringify!(BaseWithVtable<*mut ::std::os::raw::c_char>) in __bindgen_test_layout_BaseWithVtable_open0_ptr_char_close0_instantiation_1() [all...] |
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | err.rs | 7 pub string: *const c_char, 14 pub fn ERR_set_debug(file: *const c_char, line: c_int, func: *const c_char); in ERR_set_debug() 15 pub fn ERR_set_error(lib: c_int, reason: c_int, fmt: *const c_char, ...); in ERR_set_error() 19 pub fn ERR_put_error(lib: c_int, func: c_int, reason: c_int, file: *const c_char, line: c_int); in ERR_put_error() 25 pub fn ERR_set_error_data(data: *mut c_char, flags: c_int); in ERR_set_error_data() 30 file: *mut *const c_char, in ERR_get_error_all() 32 func: *mut *const c_char, in ERR_get_error_all() 33 data: *mut *const c_char, in ERR_get_error_all() 37 file: *mut *const c_char, in ERR_get_error_line_data() [all...] |
H A D | object.rs | 6 pub fn OBJ_nid2ln(nid: c_int) -> *const c_char; in OBJ_nid2ln() 7 pub fn OBJ_nid2sn(nid: c_int) -> *const c_char; in OBJ_nid2sn() 11 buf: *mut c_char, in OBJ_obj2txt() 19 pub fn OBJ_sn2nid(sn: *const libc::c_char) -> libc::c_int; in OBJ_sn2nid() 20 pub fn OBJ_txt2obj(s: *const libc::c_char, no_name: libc::c_int) -> *mut ASN1_OBJECT; in OBJ_txt2obj() 22 oid: *const libc::c_char, in OBJ_create() 23 sn: *const libc::c_char, in OBJ_create() 24 ln: *const libc::c_char, in OBJ_create()
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | mod.rs | 64 pub ai_canonname: *mut ::c_char, 89 pub h_name: *mut ::c_char, 90 pub h_aliases: *mut *mut ::c_char, 93 pub h_addr_list: *mut *mut ::c_char, 94 pub h_addr: *mut ::c_char, 104 pub decimal_point: *mut ::c_char, 105 pub thousands_sep: *mut ::c_char, 106 pub grouping: *mut ::c_char, 107 pub int_curr_symbol: *mut ::c_char, 108 pub currency_symbol: *mut ::c_char, [all...] |
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 124 pub gr_name: *mut ::c_char, 125 pub gr_passwd: *mut ::c_char, 127 pub gr_mem: *mut *mut ::c_char, 224 pub h_name: *mut ::c_char, 225 pub h_aliases: *mut *mut ::c_char, 228 pub h_addr_list: *mut *mut ::c_char, 274 pub s_name: *mut ::c_char, 275 pub s_aliases: *mut *mut ::c_char, 277 pub s_proto: *mut ::c_char, 281 pub p_name: *mut ::c_char, [all...] |
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 114 pub gl_pathv: *mut *mut ::c_char, 171 pub ai_canonname: *mut ::c_char, 271 pub dli_fname: *const ::c_char, 273 pub dli_sname: *const ::c_char, 278 pub decimal_point: *mut ::c_char, 279 pub thousands_sep: *mut ::c_char, 280 pub grouping: *mut ::c_char, 281 pub int_curr_symbol: *mut ::c_char, 282 pub currency_symbol: *mut ::c_char, 283 pub mon_decimal_point: *mut ::c_char, [all...] |
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
H A D | mod.rs | 155 pub ki_stat: ::c_char, 159 pub ki_lock: ::c_char, 161 pub ki_rqindex: ::c_char, 167 pub ki_tdname: [::c_char; ::TDNAMLEN + 1], 169 pub ki_wmesg: [::c_char; ::WMESGLEN + 1], 171 pub ki_login: [::c_char; ::LOGNAMELEN + 1], 173 pub ki_lockname: [::c_char; ::LOCKNAMELEN + 1], 175 pub ki_comm: [::c_char; ::COMMLEN + 1], 177 pub ki_emul: [::c_char; ::KI_EMULNAMELEN + 1], 179 pub ki_loginclass: [::c_char; [all...] |
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
H A D | mod.rs | 155 pub ki_stat: ::c_char, 159 pub ki_lock: ::c_char, 161 pub ki_rqindex: ::c_char, 167 pub ki_tdname: [::c_char; ::TDNAMLEN + 1], 169 pub ki_wmesg: [::c_char; ::WMESGLEN + 1], 171 pub ki_login: [::c_char; ::LOGNAMELEN + 1], 173 pub ki_lockname: [::c_char; ::LOCKNAMELEN + 1], 175 pub ki_comm: [::c_char; ::COMMLEN + 1], 177 pub ki_emul: [::c_char; ::KI_EMULNAMELEN + 1], 179 pub ki_loginclass: [::c_char; [all...] |
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
H A D | mod.rs | 148 pub ki_stat: ::c_char, 152 pub ki_lock: ::c_char, 154 pub ki_rqindex: ::c_char, 160 pub ki_tdname: [::c_char; ::TDNAMLEN + 1], 162 pub ki_wmesg: [::c_char; ::WMESGLEN + 1], 164 pub ki_login: [::c_char; ::LOGNAMELEN + 1], 166 pub ki_lockname: [::c_char; ::LOCKNAMELEN + 1], 168 pub ki_comm: [::c_char; ::COMMLEN + 1], 170 pub ki_emul: [::c_char; ::KI_EMULNAMELEN + 1], 172 pub ki_loginclass: [::c_char; [all...] |
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 7 pub type c_char = i8; types 124 pub ai_canonname: *mut c_char, 131 pub ifa_name: *const ::c_char, 155 pub tm_zone: *mut ::c_char, 159 pub sysname: [::c_char; 32], 160 pub nodename: [::c_char; 32], 161 pub release: [::c_char; 32], 162 pub version: [::c_char; 32], 163 pub machine: [::c_char; 32], 167 pub decimal_point: *mut ::c_char, [all...] |
H A D | native.rs | 206 pub name: [::c_char; B_OS_NAME_LENGTH], 221 pub name: [::c_char; B_OS_NAME_LENGTH], 242 pub args: [::c_char; 64], 250 pub name: [::c_char; B_OS_NAME_LENGTH], 263 pub name: [::c_char; B_OS_NAME_LENGTH], 300 pub kernel_name: [::c_char; B_FILE_NAME_LENGTH], 301 pub kernel_build_date: [::c_char; B_OS_NAME_LENGTH], 302 pub kernel_build_time: [::c_char; B_OS_NAME_LENGTH], 340 pub device_name: [::c_char; 128], 341 pub volume_name: [::c_char; B_FILE_NAME_LENGT [all...] |
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
H A D | mod.rs | 141 pub ki_stat: ::c_char, 145 pub ki_lock: ::c_char, 147 pub ki_rqindex: ::c_char, 153 pub ki_tdname: [::c_char; ::TDNAMLEN + 1], 155 pub ki_wmesg: [::c_char; ::WMESGLEN + 1], 157 pub ki_login: [::c_char; ::LOGNAMELEN + 1], 159 pub ki_lockname: [::c_char; ::LOCKNAMELEN + 1], 161 pub ki_comm: [::c_char; ::COMMLEN + 1], 163 pub ki_emul: [::c_char; ::KI_EMULNAMELEN + 1], 165 pub ki_loginclass: [::c_char; [all...] |
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 114 pub gl_pathv: *mut *mut ::c_char, 129 pub ai_canonname: *mut ::c_char, 162 pub dli_fname: *const ::c_char, 164 pub dli_sname: *const ::c_char, 173 pub sin_zero: [::c_char; 8], 204 pub decimal_point: *mut ::c_char, 205 pub thousands_sep: *mut ::c_char, 206 pub grouping: *mut ::c_char, 207 pub int_curr_symbol: *mut ::c_char, 208 pub currency_symbol: *mut ::c_char, [all...] |
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 18 pub type caddr_t = *mut ::c_char; 67 pub gl_pathv: *mut *mut ::c_char, 78 pub decimal_point: *mut ::c_char, 79 pub thousands_sep: *mut ::c_char, 80 pub grouping: *mut ::c_char, 81 pub int_curr_symbol: *mut ::c_char, 82 pub currency_symbol: *mut ::c_char, 83 pub mon_decimal_point: *mut ::c_char, 84 pub mon_thousands_sep: *mut ::c_char, 85 pub mon_grouping: *mut ::c_char, [all...] |
/third_party/rust/crates/cxx/src/ |
H A D | c_char.rs | 2 pub type c_char = c_char_definition::c_char; types 7 const _: self::c_char = 0 as std::os::raw::c_char; 11 // These are the targets on which c_char is unsigned. 57 pub use self::unsigned::c_char; 59 // On every other target, c_char is signed. 63 pub type c_char = u8; types 67 pub type c_char = i8; types
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 14 pub sa_data: [::c_char; 14], 27 pub pw_name: *mut ::c_char, 28 pub pw_passwd: *mut ::c_char, 32 pub pw_class: *mut ::c_char, 33 pub pw_gecos: *mut ::c_char, 34 pub pw_dir: *mut ::c_char, 35 pub pw_shell: *mut ::c_char, 49 pub ifa_name: *mut ::c_char, 79 pub tm_zone: *mut ::c_char, 104 pub if_name: *mut ::c_char, [all...] |
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 96 pub sa_data: [::c_char; 14], 124 pub ai_canonname: *mut c_char, 144 pub tm_zone: *const ::c_char, 162 pub dli_fname: *const ::c_char, 164 pub dli_sname: *const ::c_char, 169 pub currency_symbol: *mut ::c_char, 170 pub int_curr_symbol: *mut ::c_char, 171 pub mon_decimal_point: *mut ::c_char, 172 pub mon_grouping: *mut ::c_char, 173 pub mon_thousands_sep: *mut ::c_char, [all...] |
/third_party/python/Lib/ctypes/test/ |
H A D | test_bytes.py | 8 x = c_char(b"x") 9 self.assertRaises(TypeError, c_char, "x") 13 c_char.from_param(b"x") 14 self.assertRaises(TypeError, c_char.from_param, "x") 15 self.assertIn('xbd', repr(c_char.from_param(b"\xbd"))) 16 (c_char * 3)(b"a", b"b", b"c") 17 self.assertRaises(TypeError, c_char * 3, "a", "b", "c") 40 _fields_ = [("a", c_char * 3)]
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 1 pub type c_char = i8; types 4 pub type caddr_t = *mut ::c_char; 104 pub sa_data: [::c_char; 14], 111 pub sin_zero: [::c_char; 8] 124 pub pw_name: *mut ::c_char, 125 pub pw_passwd: *mut ::c_char, 128 pub pw_age: *mut ::c_char, 129 pub pw_comment: *mut ::c_char, 130 pub pw_gecos: *mut ::c_char, 131 pub pw_dir: *mut ::c_char, [all...] |