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

/openjdk7/hotspot/src/share/vm/utilities/
H A Ddebug.cpp167 const char* foundp; local
170 && (foundp = strchr(look, sfile[0])) != NULL
171 && foundp <= look_max) {
174 if (sfile[i] != foundp[i]) {
179 look = foundp + 1;

Completed in 31 milliseconds