Home
last modified time | relevance | path

Searched refs:pts (Results 1 – 13 of 13) sorted by relevance

/glibc-2.36/login/
Dtst-grantpt.c94 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()
Dopenpty.c34 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/
Dgrantpt.c39 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/
Dshs_CA113 "Pellsq<U00E9>pts";/
/glibc-2.36/
DINSTALL456 '/dev/pts', you don't need this program.
DNEWS958 * 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/
Dinstall.texi495 and mounted at @file{/dev/pts}, you don't need this program.
Dterminal.texi1956 @c device, checks with statfs that /dev/pts is a devpts or that /dev is
/glibc-2.36/ChangeLog.old/
DChangeLog.109002 * 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.
DChangeLog.91421 * login/login.c: Determine pts/3 as terminal name if path is
1422 /dev/pts/3. This is consistent with getlogin. [PR libc/906]
DChangeLog.229886 Linux: Require properly configured /dev/pts for PTYs
DChangeLog.84641 sysdeps/posix/ttyname*.c, but look in /dev/pts first.
/glibc-2.36/posix/
Dtst-regex.input4641 sysdeps/posix/ttyname*.c, but look in /dev/pts first.