HomeSort by relevance Sort by last modified time
    Searched refs:login_tty (Results 1 - 5 of 5) sorted by null

  /bionic/tests/
utmp_test.cpp 21 TEST(utmp, login_tty) {
22 // login_tty is tested indirectly by the openpty and forkpty tests.
24 ASSERT_EQ(-1, login_tty(-1));
  /bionic/libc/include/
utmp.h 104 int login_tty(int __fd) __INTRODUCED_IN(23);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
utmp.h 42 extern int login_tty (int __fd) __THROW;
  /bionic/libc/bionic/
pty.cpp 169 if (login_tty(slave) == -1) {
181 int login_tty(int fd) { function
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mac.cc 202 if (login_tty(slave) != 0) {
204 Report("login_tty failed (errno %d)\n", errno);

Completed in 835 milliseconds