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

  /bionic/tests/
utmp_test.cpp 29 getutent();
  /bionic/libc/include/
utmp.h 101 struct utmp* getutent(void);
  /bionic/libc/upstream-netbsd/lib/libc/gen/
utmp.c 59 getutent(void) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
utmp.h 63 extern struct utmp *getutent (void) __THROW;
  /external/toybox/toys/pending/
getty.c 272 while ((utp_ptr = getutent()))
telnetd.c 120 while ((utp_ptr = getutent()) != NULL) {
  /external/ppp/pppd/
sys-linux.c     [all...]

Completed in 821 milliseconds