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

  /src/distrib/utils/libhack/
gethost.c 78 static struct hostent h_ent; variable in typeref:struct:hostent
114 return gethostbyname_r(name, &h_ent, h_buf, sizeof(h_buf), &h_errno);
132 return gethostbyaddr_r(addr, len, type, &h_ent, h_buf, sizeof(h_buf),
  /src/lib/libc/net/
gethnamaddr.c 1331 static struct hostent h_ent; variable in typeref:struct:hostent
1336 return gethostbyaddr_r(addr, len, af, &h_ent, h_buf, sizeof(h_buf),
1342 return gethostbyname_r(name, &h_ent, h_buf, sizeof(h_buf), &h_errno);
1347 return gethostbyname2_r(name, af, &h_ent, h_buf, sizeof(h_buf),
1361 memset(&h_ent, 0, sizeof(h_ent));
1362 return gethostent_r(_h_file, &h_ent, h_buf, sizeof(h_buf), &h_errno);
  /src/lib/libedit/
history.c 102 int h_ent; /* Last entry point for history */ local in function:TYPE
618 h->h_ent = -1;
751 h->h_ent = -1;
1037 h->h_ent = ev->num;
1042 if ((retval = HSET(h, ev, h->h_ent)) != -1)
1123 h->h_ent = -1;

Completed in 13 milliseconds