Searched refs:ucs (Results 1 – 2 of 2) sorted by relevance
91 UniStrchr(const wchar_t *ucs, wchar_t uc) in UniStrchr() argument93 while ((*ucs != uc) && *ucs) in UniStrchr()94 ucs++; in UniStrchr()96 if (*ucs == uc) in UniStrchr()97 return (wchar_t *) ucs; in UniStrchr()
263 ntfschar *ucs; in ntfs_nlstoucs() local269 ucs = kmem_cache_alloc(ntfs_name_cache, GFP_NOFS); in ntfs_nlstoucs()270 if (likely(ucs)) { in ntfs_nlstoucs()277 ucs[o++] = cpu_to_le16(wc); in ntfs_nlstoucs()285 ucs[o] = 0; in ntfs_nlstoucs()286 *outs = ucs; in ntfs_nlstoucs()296 kmem_cache_free(ntfs_name_cache, ucs); in ntfs_nlstoucs()