HomeSort by: relevance | last modified time | path
    Searched defs:resolv (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
od-macho.c 908 bfd_vma resolv = 0;
915 resolv = read_leb128 (buf + off, buf + len, 0, &leblen, NULL);
923 printf (" [resolv: 0x%08x]", (unsigned) resolv);
907 bfd_vma resolv = 0; local
  /src/external/gpl3/binutils.old/dist/binutils/
od-macho.c 908 bfd_vma resolv = 0;
915 resolv = read_leb128 (buf + off, buf + len, 0, &leblen, NULL);
923 printf (" [resolv: 0x%08x]", (unsigned) resolv);
907 bfd_vma resolv = 0; local
  /src/external/bsd/libevent/dist/
evdns.c 3072 /* resolv.conf. */
3158 /* when parsing resolv.conf we push elements in the wrong order */
3350 /* Parsing resolv.conf files */
3477 * resolv.conf parser. */
3669 char *resolv; local
3674 log(EVDNS_LOG_DEBUG, "Parsing resolv.conf file %s", filename);
3692 if ((err = evutil_read_file_(filename, &resolv, &n, 0)) < 0) {
3702 start = resolv;
3724 mm_free(resolv);
4040 r = evdns_base_resolv_conf_parse(base, opts, "/etc/resolv.conf")
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
evdns.c 3070 /* resolv.conf. */
3156 /* when parsing resolv.conf we push elements in the wrong order */
3348 /* Parsing resolv.conf files */
3475 * resolv.conf parser. */
3667 char *resolv; local
3672 log(EVDNS_LOG_DEBUG, "Parsing resolv.conf file %s", filename);
3690 if ((err = evutil_read_file_(filename, &resolv, &n, 0)) < 0) {
3700 start = resolv;
3722 mm_free(resolv);
4038 r = evdns_base_resolv_conf_parse(base, opts, "/etc/resolv.conf")
    [all...]

Completed in 40 milliseconds