Searched refs:new_buf (Results 1 – 1 of 1) sorted by relevance
46 char *new_buf; in pts_name() local75 new_buf = (char *) realloc (buf, buf_len); in pts_name()77 new_buf = (char *) malloc (buf_len); in pts_name()78 if (! new_buf) in pts_name()84 buf = new_buf; in pts_name()
Completed in 3 milliseconds