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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ttyent.h 29 * @(#)ttyent.h 8.1 (Berkeley) 6/2/93
44 struct ttyent { struct
58 extern struct ttyent *getttyent (void) __THROW;
59 extern struct ttyent *getttynam (__const char *__tty) __THROW;
65 #endif /* ttyent.h */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ttyent.h 29 * @(#)ttyent.h 8.1 (Berkeley) 6/2/93
44 struct ttyent { struct
58 extern struct ttyent *getttyent (void) __THROW;
59 extern struct ttyent *getttynam (__const char *__tty) __THROW;
65 #endif /* ttyent.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ttyent.h 29 * @(#)ttyent.h 8.1 (Berkeley) 6/2/93
44 struct ttyent { struct
58 extern struct ttyent *getttyent (void) __THROW;
59 extern struct ttyent *getttynam (__const char *__tty) __THROW;
65 #endif /* ttyent.h */
  /external/openssh/
includes.h 42 # include <ttyent.h>
loginrec.c 849 struct ttyent *ty;
    [all...]
configure     [all...]
  /external/dropbear/
loginrec.c 689 register struct ttyent *ty;
694 while ((struct ttyent *)0 != (ty = getttyent())) {
701 if((struct ttyent *)0 == ty) {
    [all...]

Completed in 1322 milliseconds