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

  /bionic/libc/dns/include/
resolv_static.h 23 FILE* hostf; member in struct:res_static
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
gethostbyht.c 86 static FILE *hostf = NULL; variable
94 if (!hostf)
95 hostf = fopen(_PATH_HOSTS, "r" );
97 rewind(hostf);
104 if (hostf && !stayopen) {
105 (void) fclose(hostf);
106 hostf = NULL;
117 if (!hostf && ( NULL == (hostf = fopen(_PATH_HOSTS, "r" )))) {
122 if ( NULL == (p = fgets(hostbuf, sizeof hostbuf, hostf))) {
    [all...]
getaddrinfo.c 1506 FILE *hostf = NULL; local
    [all...]
  /bionic/libc/dns/net/
getaddrinfo.c 2124 FILE *hostf = NULL; local
    [all...]
  /external/fio/
init.c 2593 FILE * hostf = fopen(optarg, "r"); local
    [all...]

Completed in 666 milliseconds