herr              102 ext/net/netdb.c         int herr = 0, bufsiz = DATA_BUFSIZ;
herr              108 ext/net/netdb.c             if (gethostbyname_r(name, &he, buf, bufsiz, &herr) != NULL) break;
herr              109 ext/net/netdb.c             if (herr != ERANGE) return SCM_FALSE;
herr              114 ext/net/netdb.c             gethostbyname_r(name, &he, buf, bufsiz, &rhe, &herr);
herr              116 ext/net/netdb.c             else if (herr != ERANGE) return SCM_FALSE;
herr              152 ext/net/netdb.c         int herr = 0, bufsiz = DATA_BUFSIZ;
herr              158 ext/net/netdb.c                                 AF_INET, &he, buf, bufsiz, &herr) != NULL) {
herr              161 ext/net/netdb.c             if (herr != ERANGE) return SCM_FALSE;
herr              167 ext/net/netdb.c                             AF_INET, &he, buf, bufsiz, &rhe, &herr);
herr              169 ext/net/netdb.c             if (herr != ERANGE) return SCM_FALSE;