Home
last modified time | relevance | path

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

/glibc-2.36/login/
Dopenpty.c89 char _buf[PATH_MAX]; in __openpty() local
91 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()
/glibc-2.36/sysdeps/unix/
Dgrantpt.c103 char _buf[PATH_MAX]; in grantpt() local
105 char _buf[512]; in grantpt() local
107 char *buf = _buf; in grantpt()
110 if (__glibc_unlikely (pts_name (fd, &buf, sizeof (_buf), &st))) in grantpt()
255 if (buf != _buf) in grantpt()