Searched refs:file_lookup (Results 1 – 5 of 5) sorted by relevance
/external/c-ares/ |
D | ares_gethostbyaddr.c | 68 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
|
D | 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); 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/ |
D | util.c | 12 struct file *file_lookup(const char *name) in file_lookup() function
|
D | lkc.h | 92 struct file *file_lookup(const char *name);
|
D | lex.zconf.c_shipped | 2288 current_file = file_lookup(name); 2295 struct file *file = file_lookup(name);
|