Searched refs:pts (Results 1 – 13 of 13) sorted by relevance
/glibc-2.36/login/ |
D | tst-grantpt.c | 94 int pts = open (name, O_RDWR | O_NOCTTY); in test_not_ptmx() local 95 TEST_VERIFY_EXIT (pts >= 0); in test_not_ptmx() 97 TEST_COMPARE (grantpt (pts), -1); in test_not_ptmx() 100 TEST_COMPARE (unlockpt (pts), -1); in test_not_ptmx() 103 xclose (pts); in test_not_ptmx()
|
D | openpty.c | 34 pts_name (int fd, char **pts, size_t buf_len) in pts_name() argument 37 char *buf = *pts; in pts_name() 59 if (buf != *pts) in pts_name() 74 *pts = buf; /* Return buffer to the user. */ in pts_name() 75 else if (buf != *pts) in pts_name()
|
/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() argument 42 char *buf = *pts; in pts_name() 73 if (buf != *pts) in pts_name() 88 *pts = buf; /* Return buffer to the user. */ in pts_name() 89 else if (buf != *pts) in pts_name()
|
/glibc-2.36/localedata/locales/ |
D | shs_CA | 113 "Pellsq<U00E9>pts";/
|
/glibc-2.36/ |
D | INSTALL | 456 '/dev/pts', you don't need this program.
|
D | NEWS | 958 * On Linux, the system administrator needs to configure /dev/pts with 968 on /dev/pts. Current systems already meet these requirements. 5137 the tty file descriptor in /dev/pts or /dev if /proc is not available. This
|
/glibc-2.36/manual/ |
D | install.texi | 495 and mounted at @file{/dev/pts}, you don't need this program.
|
D | terminal.texi | 1956 @c device, checks with statfs that /dev/pts is a devpts or that /dev is
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.10 | 9002 * sysdeps/unix/sysv/linux/getpt.c: Check that /dev/pts is mounted. 12577 /dev/pts status may change during runtime. 12582 change. /dev/pts status can change during runtime. 12613 whether /dev/pts is available.
|
D | ChangeLog.9 | 1421 * login/login.c: Determine pts/3 as terminal name if path is 1422 /dev/pts/3. This is consistent with getlogin. [PR libc/906]
|
D | ChangeLog.22 | 9886 Linux: Require properly configured /dev/pts for PTYs
|
D | ChangeLog.8 | 4641 sysdeps/posix/ttyname*.c, but look in /dev/pts first.
|
/glibc-2.36/posix/ |
D | tst-regex.input | 4641 sysdeps/posix/ttyname*.c, but look in /dev/pts first.
|