OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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:__anon24078
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 73 milliseconds