Searched refs:phf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditmcomp.c642 char *phf; local
664 phf = strchr(p, ':');
665 if (NULL != phf) {
666 *(phf++) = '\0';
667 hash_factor = atoi(phf);
673 phf);

Completed in 50 milliseconds