Lines Matching refs:n
55 size_t n) in UniStrncpy_le() argument
59 while (n-- && *ucs2) /* Copy the strings */ in UniStrncpy_le()
62 n++; in UniStrncpy_le()
63 while (n--) /* Pad with nulls */ in UniStrncpy_le()
72 size_t n) in UniStrncmp_le() argument
74 if (!n) in UniStrncmp_le()
76 while ((*ucs1 == __le16_to_cpu(*ucs2)) && *ucs1 && --n) { in UniStrncmp_le()
87 size_t n) in UniStrncpy_to_le() argument
91 while (n-- && *ucs2) /* Copy the strings */ in UniStrncpy_to_le()
94 n++; in UniStrncpy_to_le()
95 while (n--) /* Pad with nulls */ in UniStrncpy_to_le()
104 size_t n) in UniStrncpy_from_le() argument
108 while (n-- && *ucs2) /* Copy the strings */ in UniStrncpy_from_le()
111 n++; in UniStrncpy_from_le()
112 while (n--) /* Pad with nulls */ in UniStrncpy_from_le()