Searched refs:print_lastlog (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dsshlogin.c93 if (!options.print_lastlog)
H A Dservconf.h80 int print_lastlog; /* If true, print lastlog */ member in struct:__anon4965
H A Dservconf.c94 options->print_lastlog = -1;
214 if (options->print_lastlog == -1)
215 options->print_lastlog = 1;
1152 intptr = &options->print_lastlog;
2067 dump_cfg_fmtint(sPrintLastLog, o->print_lastlog);
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dbsd-cray.c448 if (options.print_lastlog && ue.ue_logtime != 0) {

Completed in 283 milliseconds