Lines Matching defs:hp2
2378 char *hp2 = (char *) malloc(strlen(hp) + 5);2379 sprintf(hp2, "%s:1", hp);2380 hp = hp2;