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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dmemmem.c49 const char *const last_possible local
62 for (begin = (const char *) haystack; begin <= last_possible; ++begin)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dmemmem.c49 const char *const last_possible local
62 for (begin = (const char *) haystack; begin <= last_possible; ++begin)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dmemmem.c50 const char *const last_possible local
63 for (begin = (const char *) haystack; begin <= last_possible; ++begin)

Completed in 65 milliseconds