Home
last modified time | relevance | path

Searched refs:iconv_functions (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/fat/bsd/sys/
H A Diconv.h62 struct iconv_functions { struct
73 #define VFS_DECLARE_ICONV(fsname) extern struct iconv_functions* fsname##_iconv; argument
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dsupport.cpp80 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()
H A Dkernel_interface.cpp180 struct iconv_functions* msdosfs_iconv;
/haiku/src/add-ons/kernel/file_systems/fat/bsd/fs/msdosfs/
H A Dmsdosfs_conv.c71 extern struct iconv_functions *msdosfs_iconv;