Home
last modified time | relevance | path

Searched refs:iconv_t (Results 1 – 13 of 13) sorted by relevance

/rust-libc-0.2.174/src/unix/bsd/freebsdlike/
H A Dmod.rs39 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 Dcygwin.txt693 iconv_t
H A Dnetbsd.txt1374 iconv_t
H A Ddragonfly.txt1394 iconv_t
H A Dfreebsd.txt2021 iconv_t
H A Dapple.txt2011 iconv_t
H A Dlinux.txt3960 iconv_t
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs39 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 Dmod.rs59 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 Dmod.rs226 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 Dmod.rs78 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 Dmod.rs72 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 Dmod.rs21 pub type iconv_t = *mut c_void; typedef