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

  /src/external/bsd/libevent/dist/
evdns.c 3651 static const char hostfile[] = "\\drivers\\etc\\hosts"; local
3657 len_out = strlen(path)+strlen(hostfile)+1;
3659 evutil_snprintf(path_out, len_out, "%s%s", path, hostfile);
  /src/external/bsd/ntp/dist/sntp/libevent/
evdns.c 3649 static const char hostfile[] = "\\drivers\\etc\\hosts"; local
3655 len_out = strlen(path)+strlen(hostfile)+1;
3657 evutil_snprintf(path_out, len_out, "%s%s", path, hostfile);

Completed in 26 milliseconds