Searched refs:h_name (Results 1 - 13 of 13) sorted by relevance
| /bind-9.11.3/lib/lwres/ |
| H A D | gethost.c | 21 * char *h_name; // official name of host 32 * \li h_name: 73 * length len bytes which is used to store the h_name, h_aliases, and 85 * used to store the h_name, h_aliases, and h_addr_list elements of the 122 * names referenced by the h_name, h_aliases, and h_addr_list elements of 307 len += strlen(src->h_name) + 1; 338 n = strlen(src->h_name) + 1; 339 strcpy(cp, src->h_name); 340 hptr->h_name = cp;
|
| H A D | getipnode.c | 20 * char *h_name; // official name of host 31 * \li h_name: 78 * hostent pointer. Any memory allocated for the h_name, h_addr_list 248 he.h_name = mappedname; 250 he.h_name = u.deconst_name; 463 free(he->h_name); 962 he->h_name = malloc(strlen((he1 != NULL) ? 963 he1->h_name : he2->h_name) + 1); 964 if (he->h_name [all...] |
| /bind-9.11.3/contrib/idn/idnkit-1.0-src/tools/runidn/ |
| H A D | resolver.c | 225 * The domain names ('hp->h_name' and 'hp->h_aliases') are 294 if (hp->h_name != NULL) { 296 * Decode the name in h_name. 303 r = idn_decodename(IDN_DECODE_APP, hp->h_name, 307 newhp->h_name = buf; 310 /* Copy hp->h_name verbatim. */ 311 if (strlen(hp->h_name) + 1 <= buflen) { 312 newhp->h_name = buf; 313 strcpy(buf, hp->h_name); 348 /* Copy hp->h_name verbati [all...] |
| /bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/common/ |
| H A D | dump.c | 82 if (strlen(hp->h_name) + 1 < size) { 83 sprintf(p, "%s ", hp->h_name);
|
| H A D | hook.c | 190 dumpName(pHost->h_name, hbuff, sizeof(hbuff))); 191 if (idnConvRsp(pHook->ctx, pHost->h_name, 195 strcpy(pHost->h_name, nbuff);
|
| /bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock11/ |
| H A D | dllfunc.c | 99 dumpName(ret->h_name, hbuff, sizeof(hbuff))); 100 stat = idnConvRsp(encodeCtx, ret->h_name, nbuff, 107 strcpy(ret->h_name, nbuff); 138 dumpName(ret->h_name, hbuff, sizeof(hbuff))); 139 stat = idnConvRsp(encodeCtx, ret->h_name, 146 strcpy(ret->h_name, nbuff);
|
| /bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock20/ |
| H A D | dllfunc.c | 142 dumpName(ret->h_name, hbuff, sizeof(hbuff))); 143 stat = idnConvRsp(encodeCtx, ret->h_name, 150 strcpy(ret->h_name, nbuff); 181 dumpName(ret->h_name, hbuff, sizeof(hbuff))); 182 stat = idnConvRsp(encodeCtx, ret->h_name, 189 strcpy(ret->h_name, nbuff);
|
| /bind-9.11.3/contrib/queryperf/missing/ |
| H A D | getaddrinfo.c | 455 if (hp && hp->h_name && hp->h_name[0] && hp->h_addr_list[0]) { 457 GET_CANONNAME(cur, hp->h_name); 589 if ((hp->h_name == NULL) || (hp->h_name[0] == 0) || 620 GET_CANONNAME(top, hp->h_name);
|
| H A D | getnameinfo.c | 201 p = strchr(hp->h_name, '.'); 204 if (strlen(hp->h_name) > hostlen) { 210 strcpy(host, hp->h_name);
|
| /bind-9.11.3/bin/tests/ |
| H A D | gxba_test.c | 28 printf("\tname = %s\n", he->h_name);
|
| H A D | gxbn_test.c | 28 printf("\tname = %s\n", he->h_name);
|
| /bind-9.11.3/bin/tests/system/lwresd/ |
| H A D | lwtest.c | 396 if (name != NULL && strcmp(hp->h_name, name) != 0) { 398 "expected %s\n", address, hp->h_name, name); 436 if (name != NULL && strcmp(hp->h_name, name) != 0) { 438 "expected %s\n", address, hp->h_name, name);
|
| /bind-9.11.3/unit/atf-src/test-programs/ |
| H A D | common.sh | 34 for h_name in "${@}"; do 35 echo ${srcdir}/${h_name}
|
Completed in 87 milliseconds