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

/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c3242 Int i, j, i_eol; local
3340 // Move i_eol to the end of the line.
3341 i_eol = i;
3342 while (procmap_buf[i_eol] != '\n') i_eol++;
3349 tmp = filename[i_eol - i];
3350 filename[i_eol - i] = '\0';
3392 filename[i_eol - i] = tmp;
3395 i = i_eol + 1;

Completed in 55 milliseconds