OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hostsfile
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/
cli-kex.c
151
FILE *
hostsfile
= NULL;
local
182
hostsfile
= fopen(filename, "a+");
184
if (
hostsfile
!= NULL) {
186
fseek(
hostsfile
, 0, SEEK_SET);
192
hostsfile
= fopen(filename, "r");
197
if (
hostsfile
== NULL) {
198
TRACE(("
hostsfile
didn't open: %s", strerror(errno)))
206
return
hostsfile
;
211
FILE *
hostsfile
= NULL;
local
220
hostsfile
= open_known_hosts_file(&readonly)
319
fwrite(buf_getptr(line, line->len), line->len, 1,
hostsfile
);
local
[
all
...]
/external/dnsmasq/src/
dnsmasq.h
373
struct
hostsfile
{
struct
374
struct
hostsfile
*next;
627
struct
hostsfile
*addn_hosts;
Completed in 78 milliseconds