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

  /external/openssh/
servconf.h 80 int print_motd; /* If true, print /etc/motd. */ member in struct:__anon28153
servconf.c 99 options->print_motd = -1;
236 if (options->print_motd == -1)
237 options->print_motd = 1;
    [all...]
session.c 913 if (options.print_motd) {
    [all...]

Completed in 788 milliseconds