he                 65 ext/net/netdb.c static ScmSysHostent *make_hostent(struct hostent *he)
he                 72 ext/net/netdb.c     entry->name = SCM_MAKE_STR_COPYING(he->h_name);
he                 73 ext/net/netdb.c     for (p = he->h_aliases; *p; p++) {
he                 78 ext/net/netdb.c     if (he->h_addrtype == AF_INET) {
he                 79 ext/net/netdb.c         for (p = he->h_addr_list; *p; p++) {
he                 91 ext/net/netdb.c         Scm_Error("unknown address type (%d)", he->h_addrtype);
he                103 ext/net/netdb.c         struct hostent he;
he                108 ext/net/netdb.c             if (gethostbyname_r(name, &he, buf, bufsiz, &herr) != NULL) break;
he                114 ext/net/netdb.c             gethostbyname_r(name, &he, buf, bufsiz, &rhe, &herr);
he                123 ext/net/netdb.c         entry = SCM_OBJ(make_hostent(&he));
he                131 ext/net/netdb.c                          struct hostent *he;
he                132 ext/net/netdb.c                          he = gethostbyname(name);
he                133 ext/net/netdb.c                          if (he != NULL) entry = SCM_OBJ(make_hostent(he));
he                153 ext/net/netdb.c         struct hostent he;
he                158 ext/net/netdb.c                                 AF_INET, &he, buf, bufsiz, &herr) != NULL) {
he                167 ext/net/netdb.c                             AF_INET, &he, buf, bufsiz, &rhe, &herr);
he                176 ext/net/netdb.c         entry = SCM_OBJ(make_hostent(&he));
he                182 ext/net/netdb.c         struct hostent *he;
he                186 ext/net/netdb.c                              he = gethostbyaddr((void*)&iaddr,
he                189 ext/net/netdb.c                              if (he != NULL) {
he                190 ext/net/netdb.c                                  entry = SCM_OBJ(make_hostent(he));
he               3868 src/vm.c           GC_PTR he = GC_greatest_plausible_heap_addr;
he               3873 src/vm.c                   || ((GC_PTR)z > sbe && (GC_PTR)z < he)) {