Searched refs:iconv_t (Results 1 – 13 of 13) sorted by relevance
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/ |
| H A D | mod.rs | 39 pub type iconv_t = *mut c_void; typedef 1763 pub fn iconv_open(tocode: *const c_char, fromcode: *const c_char) -> iconv_t; in iconv_open() argument 1765 cd: iconv_t, in iconv() argument 1771 pub fn iconv_close(cd: iconv_t) -> c_int; in iconv_close()
|
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | cygwin.txt | 693 iconv_t
|
| H A D | netbsd.txt | 1374 iconv_t
|
| H A D | dragonfly.txt | 1394 iconv_t
|
| H A D | freebsd.txt | 2021 iconv_t
|
| H A D | apple.txt | 2011 iconv_t
|
| H A D | linux.txt | 3960 iconv_t
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/ |
| H A D | mod.rs | 39 pub type iconv_t = *mut c_void; typedef 2641 pub fn iconv_open(tocode: *const c_char, fromcode: *const c_char) -> iconv_t; in iconv_open() argument 2643 cd: iconv_t, in iconv() argument 2649 pub fn iconv_close(cd: iconv_t) -> c_int; in iconv_close()
|
| /rust-libc-0.2.174/src/unix/aix/ |
| H A D | mod.rs | 59 pub type iconv_t = *mut c_void; typedef 2827 cd: iconv_t, in iconv() argument 2833 pub fn iconv_close(cd: iconv_t) -> c_int; in iconv_close() 2834 pub fn iconv_open(tocode: *const c_char, fromcode: *const c_char) -> iconv_t; in iconv_open() argument
|
| /rust-libc-0.2.174/src/unix/hurd/ |
| H A D | mod.rs | 226 pub type iconv_t = *mut c_void; typedef 4390 pub fn iconv_open(tocode: *const c_char, fromcode: *const c_char) -> iconv_t; in iconv_open() argument 4392 cd: iconv_t, in iconv() argument 4398 pub fn iconv_close(cd: iconv_t) -> c_int; in iconv_close()
|
| /rust-libc-0.2.174/src/unix/bsd/apple/ |
| H A D | mod.rs | 78 pub type iconv_t = *mut c_void; typedef 6211 pub fn iconv_open(tocode: *const c_char, fromcode: *const c_char) -> iconv_t; in iconv_open() argument 6213 cd: iconv_t, in iconv() argument 6219 pub fn iconv_close(cd: iconv_t) -> c_int; in iconv_close()
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/ |
| H A D | mod.rs | 72 pub type iconv_t = *mut c_void; typedef 6855 pub fn iconv_open(tocode: *const c_char, fromcode: *const c_char) -> iconv_t; in iconv_open() argument 6857 cd: iconv_t, in iconv() argument 6863 pub fn iconv_close(cd: iconv_t) -> c_int; in iconv_close()
|
| /rust-libc-0.2.174/src/unix/cygwin/ |
| H A D | mod.rs | 21 pub type iconv_t = *mut c_void; typedef
|