taglinefilesource code
needle_end27include/asm-ppc/string.hconst char *const needle_end = strchr(needle, '\0');
needle_end29include/asm-ppc/string.hconst size_t needle_len = needle_end - needle;