Searched refs:hpstr (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/common/net/wanboot/ |
H A D | parseURL.c | 50 url_parse_hostport(const char *hpstr, url_hport_t *hport, ushort_t def_port) argument 57 lhpstr = strdup(hpstr);
|
H A D | bootlog.c | 531 char hpstr[URL_MAX_STRLEN]; local 532 size_t vallen = sizeof (hpstr); 537 if (bootinfo_get(BI_HTTP_PROXY, hpstr, &vallen, NULL) == 539 hpstr[vallen] = '\0'; 540 if (url_parse_hostport(hpstr, &proxy,
|
/illumos-gate/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_debug.c | 1070 char *sizestr, *hpstr, *vpstr; local 1134 hpstr = strdup(precsize_ntoa(hpval)); 1143 (hpstr != NULL) ? hpstr : error, 1148 if (hpstr != NULL) 1149 free(hpstr);
|
Completed in 57 milliseconds