Searched refs:ntm_ic_u2l (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs.h260 void * ntm_ic_u2l; /* Unicode to Local (iconv) */ member in struct:ntfsmount
H A Dntfs_subr.c2043 ntfs_iconv->open(cs_local, cs_ntfs, &ntmp->ntm_ic_u2l);
2074 if (ntfs_iconv && ntmp->ntm_ic_u2l) {
2075 ntfs_iconv->close(ntmp->ntm_ic_u2l);
2143 if (ntfs_iconv && ntmp->ntm_ic_u2l) {
2151 ntfs_iconv->convchr(ntmp->ntm_ic_u2l, (const char **)&p, &ilen,

Completed in 61 milliseconds