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

/macosx-10.10.1/Libc-1044.1.2/stdlib/
H A Dgrantpt.c65 static char *ptsnamebuf = NULL; local
70 if (ptsnamebuf == NULL) {
71 ptsnamebuf = malloc(128); // defined by TIOCPTYGNAME
74 error = ioctl(fd, TIOCPTYGNAME, ptsnamebuf);
82 if (stat(ptsnamebuf, &sbuf) == 0) {
83 retval = ptsnamebuf;

Completed in 62 milliseconds