Home
last modified time | relevance | path

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

/external/openssh/
Dsshlogin.c100 if (!options.print_lastlog) in store_lastlog_message()
Dservconf.h102 int print_lastlog; /* If true, print lastlog */ member
Dservconf.c117 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()
1587 intptr = &options->print_lastlog; in process_server_config_line_depth()
2816 dump_cfg_fmtint(sPrintLastLog, o->print_lastlog); in dump_config()