HomeSort by relevance Sort by last modified time
    Searched full:wtmp (Results 1 - 25 of 33) sorted by null

1 2

  /bionic/libc/include/
utmp.h 36 #define _PATH_WTMP "/var/log/wtmp"
paths.h 65 #define _PATH_WTMP "/var/log/wtmp"
  /ndk/build/platforms/android-3/arch-arm/usr/include/
utmp.h 36 #define _PATH_WTMP "/var/log/wtmp"
paths.h 65 #define _PATH_WTMP "/var/log/wtmp"
  /ndk/build/platforms/android-4/arch-arm/usr/include/
utmp.h 36 #define _PATH_WTMP "/var/log/wtmp"
paths.h 65 #define _PATH_WTMP "/var/log/wtmp"
  /ndk/build/platforms/android-5/arch-arm/usr/include/
utmp.h 36 #define _PATH_WTMP "/var/log/wtmp"
paths.h 65 #define _PATH_WTMP "/var/log/wtmp"
  /ndk/build/platforms/android-5/arch-x86/usr/include/
utmp.h 36 #define _PATH_WTMP "/var/log/wtmp"
paths.h 65 #define _PATH_WTMP "/var/log/wtmp"
  /ndk/build/platforms/android-8/arch-arm/usr/include/
utmp.h 36 #define _PATH_WTMP "/var/log/wtmp"
paths.h 65 #define _PATH_WTMP "/var/log/wtmp"
  /ndk/build/platforms/android-8/arch-x86/usr/include/
utmp.h 36 #define _PATH_WTMP "/var/log/wtmp"
paths.h 65 #define _PATH_WTMP "/var/log/wtmp"
  /external/dropbear/
configure.in 43 AC_MSG_CHECKING(for obsolete utmp and wtmp in solaris2.x)
48 AC_DEFINE(DISABLE_WTMP,,Disable wtmp)
379 AC_ARG_ENABLE(wtmp,
380 [ --disable-wtmp Disable use of wtmp even if detected [no]],
381 [ AC_DEFINE(DISABLE_WTMP,,Disable use of wtmp) ]
471 dnl Don't define DISABLE_LASTLOG - that means we don't try wtmp/wtmpx
510 dnl wtmp detection
519 [ char *wtmp = WTMP_FILE; ],
526 for f in /usr/adm/wtmp /var/log/wtmp; d
    [all...]
filelist.txt 53 loginrec.c From OpenSSH, handles utmp/wtmp logging
loginrec.c 76 we look backwards in the wtmp or wtmpx file for the last login entry
111 otherwise it tries wtmp or wtmpx before giving up and returning 0,
896 ** Low-level wtmp functions
901 /* write a wtmp entry direct to the end of the file */
960 /* Notes on fetching login data from wtmp/wtmpx
976 /* return true if this wtmp entry indicates a login */
1016 /* Looks like we've got a fresh wtmp file */
    [all...]
config.h 22 /* wtmp file location */
46 /* Disable use of wtmp */
config.h.in 21 /* wtmp file location */
45 /* Disable use of wtmp */
svr-chansession.c 274 /* write the utmp/wtmp login record */
784 /* write the utmp/wtmp login record - must be after changing the
  /external/speex/libspeex/
mdf.c 168 spx_word16_t *wtmp; /* scratch */ member in struct:SpeexEchoState_
469 st->wtmp = (spx_word16_t*)speex_alloc(N*sizeof(spx_word16_t));
616 speex_free(st->wtmp);
847 spx_ifft(st->fft_table, st->wtmp2, st->wtmp);
850 st->wtmp[i]=0;
854 st->wtmp[i]=SHL16(st->wtmp[i],NORMALIZE_SCALEUP);
856 spx_fft(st->fft_table, st->wtmp, st->wtmp2);
861 spx_ifft(st->fft_table, &st->W[chan*N*K*M + j*N*K + speak*N], st->wtmp);
864 st->wtmp[i]=0
    [all...]
  /external/netcat/
generic.h 64 /* extended utmp/wtmp stuff. MOST machines still do NOT have this SV-ism */
328 #undef HAVE_LASTLOG_H /* has utmp/wtmp/btmp nonsense, and pututline() */
stupidh 45 stddef dirent direct dir ndir utmp wtmp utmpx wtmpx lastlog login paths \
  /external/ppp/pppd/
sys-linux.c 2151 int wtmp; local
    [all...]
  /external/openssl/crypto/perlasm/
x86ms.pl 372 #sub main'wtmp

Completed in 255 milliseconds

1 2