OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bannerfile
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/
svr-runopts.c
42
"-b
bannerfile
Display the contents of
bannerfile
"
105
svr_opts.
bannerfile
= NULL;
154
next = &svr_opts.
bannerfile
;
247
if (svr_opts.
bannerfile
) {
249
if (stat(svr_opts.
bannerfile
, &buf) != 0) {
251
svr_opts.
bannerfile
);
260
if (buf_readfile(svr_opts.banner, svr_opts.
bannerfile
)!=DROPBEAR_SUCCESS) {
262
svr_opts.
bannerfile
);
runopts.h
50
char *
bannerfile
;
member in struct:svr_runopts
Completed in 108 milliseconds