Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_gethostbyaddr.c61 static int file_lookup(struct ares_addr *addr, struct hostent **host);
120 status = file_lookup(&aquery->addr, &host); in next_lookup()
175 static int file_lookup(struct ares_addr *addr, struct hostent **host) in file_lookup() function
Dares_gethostbyname.c71 static int file_lookup(const char *name, int family, struct hostent **host);
162 status = file_lookup(hquery->name, hquery->want_family, &host); in next_lookup()
333 result = file_lookup(name, family, host); in ares_gethostbyname_file()
342 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);