Searched refs:phf (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/geniconvtbl/ | ||
H A D | itmcomp.c | 642 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