Home
last modified time | relevance | path

Searched refs:hpstr (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/common/net/wanboot/
H A Dbootlog.c531 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 DparseURL.c50 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_41/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c1070 char *sizestr, *hpstr, *vpstr; local
1134 hpstr = strdup(precsize_ntoa(hpval));
1143 (hpstr != NULL) ? hpstr : error,
1148 if (hpstr != NULL)
1149 free(hpstr);