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

  /bionic/libc/bionic/
pututline.c 33 void pututline(struct utmp* utmp) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
utmp.h 80 extern struct utmp *pututline (__const struct utmp *__utmp_ptr) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
utmp.h 80 extern struct utmp *pututline (__const struct utmp *__utmp_ptr) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
utmp.h 80 extern struct utmp *pututline (__const struct utmp *__utmp_ptr) __THROW;
  /external/dropbear/
loginrec.c 655 /* if we can, use pututline() etc. */
662 /* write a utmp entry with the system's help (pututline() and pals) */
668 pututline(ut);
    [all...]
configure 859 --disable-pututline Disable use of pututline() etc. (uwtmp) no
    [all...]
  /external/openssh/
loginrec.c 814 /* if we can, use pututline() etc. */
821 /* write a utmp entry with the system's help (pututline() and pals) */
827 pututline(ut);
    [all...]
configure     [all...]
  /external/ppp/pppd/
sys-linux.c     [all...]
  /bionic/libc/
Android.mk 116 bionic/pututline.c \

Completed in 110 milliseconds