Searched defs:lhpstr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/
H A DparseURL.c52 char *lhpstr; local
57 lhpstr = strdup(hpstr);
58 if (lhpstr == NULL) {
65 ptr = lhpstr;
79 free(lhpstr);
93 free(lhpstr);
102 free(lhpstr);

Completed in 56 milliseconds