Home
last modified time | relevance | path

Searched refs:last_possible (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dmemmem.c50 const char *const last_possible in memmem() local
63 for (begin = (const char *) haystack; begin <= last_possible; ++begin) in memmem()