HomeSort by relevance Sort by last modified time
    Searched defs:file_lookup (Results 1 - 3 of 3) sorted by null

  /external/toybox/kconfig/
util.c 12 struct file *file_lookup(const char *name) function
  /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 398 milliseconds