Home
last modified time | relevance | path

Searched refs:UniStrcpy (Results 1 – 3 of 3) sorted by relevance

/linux/fs/jfs/
H A Djfs_unicode.h20 * UniStrcpy: Copy a string
22 static inline wchar_t *UniStrcpy(wchar_t * ucs1, const wchar_t * ucs2) in UniStrcpy() function
H A Djfs_dtree.c594 UniStrcpy(ciKey.name, key->name); in dtSearch()
/linux/fs/nls/
H A Dnls_ucs2_utils.h97 * UniStrcpy: Copy a string
99 static inline wchar_t *UniStrcpy(wchar_t *ucs1, const wchar_t *ucs2) in UniStrcpy() function