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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifs_unicode.c61 * cifs_mapchar - convert a little-endian char to proper char in codepage
72 cifs_mapchar(char *target, const __le16 src_char, const struct nls_table *cp, function
167 charlen = cifs_mapchar(tmp, from[i], codepage, mapchar);
173 charlen = cifs_mapchar(&to[outlen], from[i], codepage, mapchar);

Completed in 54 milliseconds