Lines Matching defs:ftmp
113 __u16 ftmp[3];
116 ftmp[0] = get_unaligned_le16(&from[i]);
117 if (ftmp[0] == 0)
121 ftmp[j] = get_unaligned_le16(&from[i + j]);
123 ftmp[j] = 0;
126 charlen = cifs_mapchar(tmp, ftmp, codepage, 0);
168 __u16 ftmp[3]; /* ftmp[3] = 3array x 2bytes = 6bytes UTF-16 */
179 ftmp[0] = get_unaligned_le16(&from[i]);
180 if (ftmp[0] == 0)
184 ftmp[j] = get_unaligned_le16(&from[i + j]);
186 ftmp[j] = 0;
194 charlen = cifs_mapchar(tmp, ftmp, codepage, mapchar);
200 charlen = cifs_mapchar(&to[outlen], ftmp, codepage, mapchar);