Home
last modified time | relevance | path

Searched refs:ftmp (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/fs/cifs/
Dcifs_unicode.c47 __u16 ftmp; in cifs_ucs2_bytes() local
50 ftmp = get_unaligned_le16(&from[i]); in cifs_ucs2_bytes()
51 if (ftmp == 0) in cifs_ucs2_bytes()
54 charlen = codepage->uni2char(ftmp, tmp, NLS_MAX_CHARSET_SIZE); in cifs_ucs2_bytes()
155 __u16 ftmp; in cifs_from_ucs2() local
166 ftmp = get_unaligned_le16(&from[i]); in cifs_from_ucs2()
167 if (ftmp == 0) in cifs_from_ucs2()
175 charlen = cifs_mapchar(tmp, ftmp, codepage, mapchar); in cifs_from_ucs2()
181 charlen = cifs_mapchar(&to[outlen], ftmp, codepage, mapchar); in cifs_from_ucs2()
/linux-2.6.39/arch/sh/kernel/
Ddwarf.c1142 struct dwarf_fde *fde, *ftmp; in module_dwarf_cleanup() local
1158 list_for_each_entry_safe(fde, ftmp, &mod->arch.fde_list, link) { in module_dwarf_cleanup()