Lines Matching full:while
86 while (*ucs1++) in UniStrcat()
89 while ((*ucs1++ = *ucs2++)) in UniStrcat()
103 while ((*ucs != uc) && *ucs) in UniStrchr()
121 while ((*ucs1 == *ucs2) && *ucs1) { in UniStrcmp()
135 while ((*ucs1++ = *ucs2++)) in UniStrcpy()
147 while (*ucs1++) in UniStrlen()
160 while (*ucs1++) { in UniStrnlen()
175 while (*ucs1++) in UniStrncat()
178 while (n-- && (*ucs1 = *ucs2)) { /* copy s2 after s1 */ in UniStrncat()
193 while ((*ucs1 == *ucs2) && *ucs1 && --n) { in UniStrncmp()
208 while ((*ucs1 == __le16_to_cpu(*ucs2)) && *ucs1 && --n) { in UniStrncmp_le()
222 while (n-- && *ucs2) /* Copy the strings */ in UniStrncpy()
226 while (n--) /* Pad with nulls */ in UniStrncpy()
238 while (n-- && *ucs2) /* Copy the strings */ in UniStrncpy_le()
242 while (n--) /* Pad with nulls */ in UniStrncpy_le()
259 while (*ucs1) { in UniStrstr()
291 while (rp->start) { in UniToupper()
309 while (*up) { /* For all characters */ in UniStrupr()
331 while (rp->start) { in UniTolower()
349 while (*up) { /* For all characters */ in UniStrlwr()