Home
last modified time | relevance | path

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

/glibc-2.36/login/
Dopenpty.c34 pts_name (int fd, char **pts, size_t buf_len) in pts_name() function
117 if (pts_name (ptmx, &buf, sizeof (_buf))) in __openpty()
138 if (pts_name (ptmx, &buf, sizeof (_buf))) in __openpty()
/glibc-2.36/sysdeps/unix/
Dgrantpt.c39 pts_name (int fd, char **pts, size_t buf_len, struct stat64 *stp) in pts_name() function
110 if (__glibc_unlikely (pts_name (fd, &buf, sizeof (_buf), &st))) in grantpt()
/glibc-2.36/ChangeLog.old/
DChangeLog.94884 (pts_name): New function. Return name of slave pseudo terminal in
4886 (openpty): Use pts_name to get name of the slave end of the pseudo
4890 pts_name before return.
4930 * sysdeps/unix/grantpt.c: Largely rewritten. (pts_name): New
4931 function. (grantpt): Use pts_name, check group and permission
DChangeLog.13754 * sysdeps/unix/grantpt.c (pts_name): Set errno when __ptsname_r fails.
2711 * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
DChangeLog.171744 * sysdeps/unix/grantpt.c (pts_name): Take additional parameter,
1746 (grantpt): Pass stat64 pointer to pts_name. Remove stat call here.
DChangeLog.235533 (pts_name): Modified function.
/glibc-2.36/manual/
Dterminal.texi1979 @c unix/grantpt:pts_name @acsuheap @acsmem
2169 @c openpty:pts_name @acsuheap @acsmem @acsfd