tag | line | file | source code |
---|---|---|---|
needle_last | 30 | include/asm-ppc/string.h | const size_t needle_last = needle_len - 1; |
needle_last | 42 | include/asm-ppc/string.h | for (begin = &haystack[needle_last]; begin < haystack_end; ++begin) |
needle_last | 44 | include/asm-ppc/string.h | register const char *n = &needle[needle_last]; |