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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ttyent.h 58 extern struct ttyent *getttyent (void) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ttyent.h 58 extern struct ttyent *getttyent (void) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ttyent.h 58 extern struct ttyent *getttyent (void) __THROW;
  /external/dropbear/
loginrec.c 694 while ((struct ttyent *)0 != (ty = getttyent())) {
    [all...]
  /external/openssh/
loginrec.c 853 while (NULL != (ty = getttyent())) {
    [all...]
configure     [all...]

Completed in 76 milliseconds