Home
last modified time | relevance | path

Searched refs:file_lookup (Results 1 – 5 of 5) sorted by relevance

/external/c-ares/
Dares_gethostbyaddr.c68 static int file_lookup(struct ares_addr *addr, struct hostent **host);
127 status = file_lookup(&aquery->addr, &host); in next_lookup()
182 static int file_lookup(struct ares_addr *addr, struct hostent **host) in file_lookup() function
Dares_gethostbyname.c77 static int file_lookup(const char *name, int family, struct hostent **host);
161 status = file_lookup(hquery->name, hquery->want_family, &host); in next_lookup()
329 result = file_lookup(name, family, host); in ares_gethostbyname_file()
338 static int file_lookup(const char *name, int family, struct hostent **host) in file_lookup() function
/external/toybox/kconfig/
Dutil.c12 struct file *file_lookup(const char *name) in file_lookup() function
Dlkc.h92 struct file *file_lookup(const char *name);
Dlex.zconf.c_shipped2288 current_file = file_lookup(name);
2295 struct file *file = file_lookup(name);