OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:print_motd
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
servconf.h
70
int
print_motd
; /* If true, print /etc/motd. */
member in struct:__anon26794
servconf.c
84
options->
print_motd
= -1;
192
if (options->
print_motd
== -1)
193
options->
print_motd
= 1;
990
intptr = &options->
print_motd
;
[
all
...]
session.c
903
if (options.
print_motd
) {
[
all
...]
Completed in 822 milliseconds