Lines Matching refs:n
56 size_t n) in UniStrncpy_le() argument
60 while (n-- && *ucs2) /* Copy the strings */ in UniStrncpy_le()
63 n++; in UniStrncpy_le()
64 while (n--) /* Pad with nulls */ in UniStrncpy_le()
73 size_t n) in UniStrncmp_le() argument
75 if (!n) in UniStrncmp_le()
77 while ((*ucs1 == __le16_to_cpu(*ucs2)) && *ucs1 && --n) { in UniStrncmp_le()
88 size_t n) in UniStrncpy_to_le() argument
92 while (n-- && *ucs2) /* Copy the strings */ in UniStrncpy_to_le()
95 n++; in UniStrncpy_to_le()
96 while (n--) /* Pad with nulls */ in UniStrncpy_to_le()
105 size_t n) in UniStrncpy_from_le() argument
109 while (n-- && *ucs2) /* Copy the strings */ in UniStrncpy_from_le()
112 n++; in UniStrncpy_from_le()
113 while (n--) /* Pad with nulls */ in UniStrncpy_from_le()