Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshlogin.c101 if (!options.print_lastlog) in store_lastlog_message()
H A Dservconf.h113 int print_lastlog; /* If true, print lastlog */ member
H A Dservconf.c116 options->print_lastlog = -1; in initialize_server_options()
349 if (options->print_lastlog == -1) in fill_default_server_options()
350 options->print_lastlog = 1; in fill_default_server_options()
1672 intptr = &options->print_lastlog; in process_server_config_line_depth()
3260 dump_cfg_fmtint(sPrintLastLog, o->print_lastlog); in dump_config()