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

/freebsd-13-stable/crypto/openssh/
H A Dsshlogin.c97 if (!options.print_lastlog)
H A Dservconf.h91 int print_lastlog; /* If true, print lastlog */ member in struct:__anon6892
H A Dservconf.c107 options->print_lastlog = -1;
313 if (options->print_lastlog == -1)
314 options->print_lastlog = 1;
1516 intptr = &options->print_lastlog;
2596 dump_cfg_fmtint(sPrintLastLog, o->print_lastlog);

Completed in 178 milliseconds