Home
last modified time | relevance | path

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

/linux/fs/nls/
A Dnls_ucs2_utils.h54 while (*ucs1++) in UniStrcat()
89 while ((*ucs1 == *ucs2) && *ucs1) { in UniStrcmp()
90 ucs1++; in UniStrcmp()
147 ucs1++; in UniStrncat()
161 while ((*ucs1 == *ucs2) && *ucs1 && --n) { in UniStrncmp()
162 ucs1++; in UniStrncmp()
176 while ((*ucs1 == __le16_to_cpu(*ucs2)) && *ucs1 && --n) { in UniStrncmp_le()
177 ucs1++; in UniStrncmp_le()
195 *ucs1++ = 0; in UniStrncpy()
211 *ucs1++ = 0; in UniStrncpy_le()
[all …]
/linux/fs/jfs/
A Djfs_unicode.h26 while ((*ucs1++ = *ucs2++)); in UniStrcpy()
38 __le16 *anchor = ucs1; in UniStrncpy_le()
41 *ucs1++ = *ucs2++; in UniStrncpy_le()
45 *ucs1++ = 0; in UniStrncpy_le()
57 while ((*ucs1 == __le16_to_cpu(*ucs2)) && *ucs1 && --n) { in UniStrncmp_le()
58 ucs1++; in UniStrncmp_le()
70 __le16 *anchor = ucs1; in UniStrncpy_to_le()
73 *ucs1++ = cpu_to_le16(*ucs2++); in UniStrncpy_to_le()
77 *ucs1++ = 0; in UniStrncpy_to_le()
87 wchar_t *anchor = ucs1; in UniStrncpy_from_le()
[all …]

Completed in 5 milliseconds