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

  /external/dropbear/
loginrec.h 39 #ifndef UTMP_FILE
41 # define UTMP_FILE _PATH_UTMP
44 # define UTMP_FILE CONF_UTMP_FILE
79 # if defined(UTMP_FILE) && !defined(DISABLE_UTMP)
loginrec.c 711 if (tty > 0 && (fd = open(UTMP_FILE, O_RDWR|O_CREAT, 0644)) >= 0) {
728 UTMP_FILE, strerror(errno));
    [all...]
configure     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
utmp.h 33 #define UTMP_FILE _PATH_UTMP
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
utmp.h 33 #define UTMP_FILE _PATH_UTMP
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
utmp.h 33 #define UTMP_FILE _PATH_UTMP
  /external/openssh/
defines.h 684 #ifndef UTMP_FILE
686 # define UTMP_FILE _PATH_UTMP
689 # define UTMP_FILE CONF_UTMP_FILE
727 # if defined(UTMP_FILE) && !defined(DISABLE_UTMP)
logintest.c 264 printf("\tUSE_UTMP (UTMP_FILE=%s)\n", UTMP_FILE);
loginrec.c 870 if (tty > 0 && (fd = open(UTMP_FILE, O_RDWR|O_CREAT, 0644)) >= 0) {
881 __func__, tty, UTMP_FILE);
903 __func__, tty, UTMP_FILE);
909 UTMP_FILE, strerror(errno));
    [all...]
configure     [all...]
  /external/openssh/openbsd-compat/
bsd-cray.c 696 if ((fd = open(UTMP_FILE, O_RDONLY)) != -1) {

Completed in 99 milliseconds