Searched defs:buf_pos (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.cpp582 int buf_pos = (int) strlen(buf); local
583 strncpy(&buf[buf_pos], nametail, star_pos);
584 strcpy(&buf[buf_pos + star_pos], pid);

Completed in 24 milliseconds