Lines Matching refs:n
43 size_t n) in UniStrncpy_le() argument
47 while (n-- && *ucs2) /* Copy the strings */ in UniStrncpy_le()
50 n++; in UniStrncpy_le()
51 while (n--) /* Pad with nulls */ in UniStrncpy_le()
60 size_t n) in UniStrncmp_le() argument
62 if (!n) in UniStrncmp_le()
64 while ((*ucs1 == __le16_to_cpu(*ucs2)) && *ucs1 && --n) { in UniStrncmp_le()
75 size_t n) in UniStrncpy_to_le() argument
79 while (n-- && *ucs2) /* Copy the strings */ in UniStrncpy_to_le()
82 n++; in UniStrncpy_to_le()
83 while (n--) /* Pad with nulls */ in UniStrncpy_to_le()
92 size_t n) in UniStrncpy_from_le() argument
96 while (n-- && *ucs2) /* Copy the strings */ in UniStrncpy_from_le()
99 n++; in UniStrncpy_from_le()
100 while (n--) /* Pad with nulls */ in UniStrncpy_from_le()