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

/openjdk7/hotspot/agent/src/os/linux/
H A Dps_proc.c224 static int split_n_str(char * str, int n, char ** ptrs, char delim, char new_delim) argument
238 while(*str&&*str==delim) *(str++) = new_delim;

Completed in 51 milliseconds