Home
last modified time | relevance | path

Searched refs:new_buf (Results 1 – 1 of 1) sorted by relevance

/sysdeps/unix/
A Dgrantpt.c46 char *new_buf; in pts_name() local
75 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