Searched refs:iconv_functions (Results 1 – 4 of 4) sorted by relevance
62 struct iconv_functions { struct73 #define VFS_DECLARE_ICONV(fsname) extern struct iconv_functions* fsname##_iconv; argument
80 extern struct iconv_functions* msdosfs_iconv;1255 msdosfs_iconv = new(std::nothrow) iconv_functions; in iconv_init()1259 ObjectDeleter<iconv_functions> deleter(msdosfs_iconv); in iconv_init()
180 struct iconv_functions* msdosfs_iconv;
71 extern struct iconv_functions *msdosfs_iconv;