Lines Matching full:while
59 } while (--len); in strncasecmp()
73 } while (c1 == c2 && c1 != 0); in strcasecmp()
84 while ((*dest++ = *src++) != '\0') in strcpy()
96 while (count) { in strncpy()
149 while (max >= sizeof(unsigned long)) { in sized_strscpy()
174 while (count > 1) { in sized_strscpy()
211 while ((*dest++ = *src++) != '\0') in stpcpy()
222 while (*dest) in strcat()
224 while ((*dest++ = *src++) != '\0') in strcat()
237 while (*dest) in strncat()
239 while ((*dest++ = *src++) != 0) { in strncat()
282 while (1) { in strcmp()
306 while (count) { in strncmp()
350 while (*s && *s != (char)c) in strchrnul()
369 while (count-- && *s && *s != (char)c) in strnchrnul()
386 } while (*s++); in strrchr()
404 while (count--) { in strnchr()
538 while (count--) in memset()
560 while (count--) in memset16()
582 while (count--) in memset32()
604 while (count--) in memset64()
626 while (count--) in memcpy()
650 while (count--) in memmove()
657 while (count--) in memmove()
688 } while (count >= sizeof(unsigned long)); in memcmp()
710 * while this particular implementation is a simple (tail) call to memcmp, do
734 while (size) { in memscan()
759 while (l1 >= l2) { in strstr()
784 while (len >= l2) { in strnstr()
808 while (n-- != 0) { in memchr()
820 while (bytes) { in check_bytes8()
873 while (words) { in memchr_inv()