Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshlogin.c100 if (!options.print_lastlog) in store_lastlog_message()
H A Dservconf.h114 int print_lastlog; /* If true, print lastlog */ member
H A Dservconf.c109 options->print_lastlog = -1; in initialize_server_options()
342 if (options->print_lastlog == -1) in fill_default_server_options()
343 options->print_lastlog = 1; in fill_default_server_options()
1691 intptr = &options->print_lastlog; in process_server_config_line_depth()
3318 dump_cfg_fmtint(sPrintLastLog, o->print_lastlog); in dump_config()