OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:file_lookup
(Results
1 - 4
of
4
) sorted by null
/external/toybox/kconfig/
util.c
12
struct file *
file_lookup
(const char *name)
function
lkc.h
92
struct file *
file_lookup
(const char *name);
/external/c-ares/
ares_gethostbyaddr.c
68
static int
file_lookup
(struct ares_addr *addr, struct hostent **host);
127
status =
file_lookup
(&aquery->addr, &host);
182
static int
file_lookup
(struct ares_addr *addr, struct hostent **host)
function
ares_gethostbyname.c
77
static int
file_lookup
(const char *name, int family, struct hostent **host);
161
status =
file_lookup
(hquery->name, hquery->want_family, &host);
329
result =
file_lookup
(name, family, host);
338
static int
file_lookup
(const char *name, int family, struct hostent **host)
function
Completed in 202 milliseconds