Home
last modified time | relevance | path

Searched refs:wtmp (Results 1 – 12 of 12) sorted by relevance

/external/dropbear/
Dconfigure.in43 AC_MSG_CHECKING(for obsolete utmp and wtmp in solaris2.x)
48 AC_DEFINE(DISABLE_WTMP,,Disable wtmp)
379 AC_ARG_ENABLE(wtmp, optenable
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; do
537 AC_DEFINE_UNQUOTED(CONF_WTMP_FILE, "$conf_wtmp_location", wtmp file location)
Dfilelist.txt53 loginrec.c From OpenSSH, handles utmp/wtmp logging
Dconfig.h.in21 /* wtmp file location */
45 /* Disable use of wtmp */
DCHANGES576 - Login recording (utmp/wtmp) support, so last/w/who work - taken from OpenSSH
Dconfigure856 --disable-wtmp Disable use of wtmp even if detected no
9746 char *wtmp = WTMP_FILE;
9787 for f in /usr/adm/wtmp /var/log/wtmp; do
/external/speex/libspeex/
Dmdf.c168 spx_word16_t *wtmp; /* scratch */ member
469 st->wtmp = (spx_word16_t*)speex_alloc(N*sizeof(spx_word16_t)); in speex_echo_state_init_mc()
616 speex_free(st->wtmp); in speex_echo_state_destroy()
847 spx_ifft(st->fft_table, st->wtmp2, st->wtmp); in speex_echo_cancellation()
850 st->wtmp[i]=0; in speex_echo_cancellation()
854 st->wtmp[i]=SHL16(st->wtmp[i],NORMALIZE_SCALEUP); in speex_echo_cancellation()
856 spx_fft(st->fft_table, st->wtmp, st->wtmp2); in speex_echo_cancellation()
861 spx_ifft(st->fft_table, &st->W[chan*N*K*M + j*N*K + speak*N], st->wtmp); in speex_echo_cancellation()
864 st->wtmp[i]=0; in speex_echo_cancellation()
866 spx_fft(st->fft_table, st->wtmp, &st->W[chan*N*K*M + j*N*K + speak*N]); in speex_echo_cancellation()
[all …]
/external/ppp/pppd/
Dsys-linux.c2151 int wtmp; in logwtmp() local
2201 wtmp = open(_PATH_WTMP, O_APPEND|O_WRONLY); in logwtmp()
2202 if (wtmp >= 0) { in logwtmp()
2203 flock(wtmp, LOCK_EX); in logwtmp()
2205 if (write (wtmp, (char *)&ut, sizeof(ut)) != sizeof(ut)) in logwtmp()
2208 flock(wtmp, LOCK_UN); in logwtmp()
2210 close (wtmp); in logwtmp()
/external/openssh/
DTODO48 - utmp/wtmp get corrupted (something in loginrec?)
Dconfigure.ac691 conf_wtmp_location=/usr/adm/wtmp
729 AC_MSG_CHECKING([for obsolete utmp and wtmp in solaris2.x])
735 [Define if you don't want to use wtmp])
765 conf_wtmp_location=/var/adm/wtmp
3980 AC_ARG_ENABLE([wtmp], optenable
3981 [ --disable-wtmp disable use of wtmp even if detected [no]],
4087 dnl Don't define DISABLE_LASTLOG - that means we don't try wtmp/wtmpx
4127 dnl wtmp detection
4135 ]], [[ char *wtmp = WTMP_FILE; ]])],
4142 for f in /usr/adm/wtmp /var/log/wtmp; do
[all …]
DOVERVIEW123 login.c. This includes things such as updating the utmp, wtmp,
Dconfig.h.in92 /* Define if you want to specify the path to your wtmp file */
119 /* Define if you don't want to use wtmp */
Dconfigure1391 --disable-wtmp disable use of wtmp even if detected no
6902 conf_wtmp_location=/usr/adm/wtmp
7094 conf_wtmp_location=/var/adm/wtmp
16066 char *wtmp = WTMP_FILE;
16083 for f in /usr/adm/wtmp /var/log/wtmp; do