Home
last modified time | relevance | path

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

/sysdeps/unix/
A Dgrantpt.c39 pts_name (int fd, char **pts, size_t buf_len, struct stat64 *stp) in pts_name() argument
48 if (buf_len) in pts_name()
50 rv = __ptsname_internal (fd, buf, buf_len, stp); in pts_name()
62 if (memchr (buf, '\0', buf_len)) in pts_name()
67 buf_len += buf_len; /* Double it */ in pts_name()
71 buf_len = 128; /* First time guess. */ in pts_name()
75 new_buf = (char *) realloc (buf, buf_len); in pts_name()
77 new_buf = (char *) malloc (buf_len); in pts_name()

Completed in 3 milliseconds