HomeSort by relevance Sort by last modified time
    Searched refs:print_lastlog (Results 1 - 4 of 4) sorted by null

  /external/openssh/
servconf.h 71 int print_lastlog; /* If true, print lastlog */ member in struct:__anon9886
sshlogin.c 93 if (!options.print_lastlog)
servconf.c 85 options->print_lastlog = -1;
194 if (options->print_lastlog == -1)
195 options->print_lastlog = 1;
994 intptr = &options->print_lastlog;
    [all...]
  /external/openssh/openbsd-compat/
bsd-cray.c 448 if (options.print_lastlog && ue.ue_logtime != 0) {

Completed in 129 milliseconds