Lines Matching full:while
54 while (*ucs1++) in UniStrcat()
57 while ((*ucs1++ = *ucs2++)) in UniStrcat()
71 while ((*ucs != uc) && *ucs) in UniStrchr()
89 while ((*ucs1 == *ucs2) && *ucs1) { in UniStrcmp()
103 while ((*ucs1++ = *ucs2++)) in UniStrcpy()
115 while (*ucs1++) in UniStrlen()
128 while (*ucs1++) { in UniStrnlen()
143 while (*ucs1++) in UniStrncat()
146 while (n-- && (*ucs1 = *ucs2)) { /* copy s2 after s1 */ in UniStrncat()
161 while ((*ucs1 == *ucs2) && *ucs1 && --n) { in UniStrncmp()
176 while ((*ucs1 == __le16_to_cpu(*ucs2)) && *ucs1 && --n) { in UniStrncmp_le()
190 while (n-- && *ucs2) /* Copy the strings */ in UniStrncpy()
194 while (n--) /* Pad with nulls */ in UniStrncpy()
206 while (n-- && *ucs2) /* Copy the strings */ in UniStrncpy_le()
210 while (n--) /* Pad with nulls */ in UniStrncpy_le()
227 while (*ucs1) { in UniStrstr()
259 while (rp->start) { in UniToupper()
277 while (*up) { /* For all characters */ in UniStrupr()