Searched refs:print_motd (Results 1 - 3 of 3) sorted by relevance

/external/openssh/
H A Dservconf.h80 int print_motd; /* If true, print /etc/motd. */ member in struct:__anon14981
H A Dservconf.c99 options->print_motd = -1;
236 if (options->print_motd == -1)
237 options->print_motd = 1;
1259 intptr = &options->print_motd;
2270 dump_cfg_fmtint(sPrintMotd, o->print_motd);
H A Dsession.c913 if (options.print_motd) {

Completed in 44 milliseconds