Lines Matching full:while
85 while (*ucs1++) in UniStrcat()
88 while ((*ucs1++ = *ucs2++)) in UniStrcat()
102 while ((*ucs != uc) && *ucs) in UniStrchr()
120 while ((*ucs1 == *ucs2) && *ucs1) { in UniStrcmp()
134 while ((*ucs1++ = *ucs2++)) in UniStrcpy()
146 while (*ucs1++) in UniStrlen()
159 while (*ucs1++) { in UniStrnlen()
174 while (*ucs1++) in UniStrncat()
177 while (n-- && (*ucs1 = *ucs2)) { /* copy s2 after s1 */ in UniStrncat()
192 while ((*ucs1 == *ucs2) && *ucs1 && --n) { in UniStrncmp()
207 while ((*ucs1 == __le16_to_cpu(*ucs2)) && *ucs1 && --n) { in UniStrncmp_le()
221 while (n-- && *ucs2) /* Copy the strings */ in UniStrncpy()
225 while (n--) /* Pad with nulls */ in UniStrncpy()
237 while (n-- && *ucs2) /* Copy the strings */ in UniStrncpy_le()
241 while (n--) /* Pad with nulls */ in UniStrncpy_le()
258 while (*ucs1) { in UniStrstr()
290 while (rp->start) { in UniToupper()
308 while (*up) { /* For all characters */ in UniStrupr()
330 while (rp->start) { in UniTolower()
348 while (*up) { /* For all characters */ in UniStrlwr()