Searched refs:hpstr (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/common/net/wanboot/ |
H A D | bootlog.c | 531 char hpstr[URL_MAX_STRLEN]; in setup_con() local 532 size_t vallen = sizeof (hpstr); in setup_con() 537 if (bootinfo_get(BI_HTTP_PROXY, hpstr, &vallen, NULL) == in setup_con() 539 hpstr[vallen] = '\0'; in setup_con() 540 if (url_parse_hostport(hpstr, &proxy, in setup_con()
|
H A D | parseURL.c | 50 url_parse_hostport(const char *hpstr, url_hport_t *hport, ushort_t def_port) in url_parse_hostport() argument 57 lhpstr = strdup(hpstr); in url_parse_hostport()
|
/titanic_50/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);
|