taglinefilesource code
haystack_end28include/asm-ppc/string.hconst char *const haystack_end = strchr(haystack, '\0');
haystack_end37include/asm-ppc/string.hreturn (char *) haystack_end;
haystack_end39include/asm-ppc/string.hif ((size_t) (haystack_end - haystack) < needle_len)
haystack_end42include/asm-ppc/string.hfor (begin = &haystack[needle_last]; begin < haystack_end; ++begin)