Searched refs:_buf (Results 1 – 2 of 2) sorted by relevance
89 char _buf[PATH_MAX]; in __openpty() local91 char _buf[512]; in __openpty()93 char *buf = _buf; in __openpty()117 if (pts_name (ptmx, &buf, sizeof (_buf))) in __openpty()138 if (pts_name (ptmx, &buf, sizeof (_buf))) in __openpty()154 if (buf != _buf) in __openpty()
103 char _buf[PATH_MAX]; in grantpt() local105 char _buf[512]; in grantpt() local107 char *buf = _buf; in grantpt()110 if (__glibc_unlikely (pts_name (fd, &buf, sizeof (_buf), &st))) in grantpt()255 if (buf != _buf) in grantpt()