Lines Matching full:while
122 while (*ucs1++) ; /* To end of first string */ in UniStrcat()
124 while ((*ucs1++ = *ucs2++)) ; /* copy string 2 over */ in UniStrcat()
138 while ((*ucs != uc) && *ucs) in UniStrchr()
157 while ((*ucs1 == *ucs2) && *ucs1) { in UniStrcmp()
172 while ((*ucs1++ = *ucs2++)) ; in UniStrcpy()
184 while (*ucs1++) in UniStrlen()
198 while (*ucs1++) { in UniStrnlen()
214 while (*ucs1++) ; in UniStrncat()
216 while (n-- && (*ucs1 = *ucs2)) { /* copy s2 after s1 */ in UniStrncat()
232 while ((*ucs1 == *ucs2) && *ucs1 && --n) { in UniStrncmp()
247 while ((*ucs1 == __le16_to_cpu(*ucs2)) && *ucs1 && --n) { in UniStrncmp_le()
262 while (n-- && *ucs2) /* Copy the strings */ in UniStrncpy()
266 while (n--) /* Pad with nulls */ in UniStrncpy()
279 while (n-- && *ucs2) /* Copy the strings */ in UniStrncpy_le()
283 while (n--) /* Pad with nulls */ in UniStrncpy_le()
301 while (*ucs1) { in UniStrstr()
333 while (rp->start) { in UniToupper()
353 while (*up) { /* For all characters */ in UniStrupr()
375 while (rp->start) { in UniTolower()
395 while (*up) { /* For all characters */ in UniStrlwr()