Home
last modified time | relevance | path

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

/linux-2.6.39/fs/cifs/
Dcifs_unicode.c90 case UNI_COLON: in cifs_mapchar()
286 dst_char = cpu_to_le16(UNI_COLON); in cifsConvertToUCS()
Dcifs_unicode.h49 #define UNI_COLON (__u16) (':' + 0xF000) macro