Searched refs:pts_name (Results 1 – 7 of 7) sorted by relevance
/glibc-2.36/login/ |
D | openpty.c | 34 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/ |
D | grantpt.c | 39 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/ |
D | ChangeLog.9 | 4884 (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
|
D | ChangeLog.13 | 754 * sysdeps/unix/grantpt.c (pts_name): Set errno when __ptsname_r fails. 2711 * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
|
D | ChangeLog.17 | 1744 * sysdeps/unix/grantpt.c (pts_name): Take additional parameter, 1746 (grantpt): Pass stat64 pointer to pts_name. Remove stat call here.
|
D | ChangeLog.23 | 5533 (pts_name): Modified function.
|
/glibc-2.36/manual/ |
D | terminal.texi | 1979 @c unix/grantpt:pts_name @acsuheap @acsmem 2169 @c openpty:pts_name @acsuheap @acsmem @acsfd
|