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

/illumos-gate/usr/src/cmd/truss/
H A Dhtbl.c99 hash_str(char *str, unsigned int sz) function
126 bucket = hash_str(key, htp->size);
/illumos-gate/usr/src/lib/libpool/common/
H A Ddict.c221 hash_str(const char *str) function
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dutils.c419 size_t *hash_str; local
426 hash_str = malloc(sizeof (size_t) * 200);
430 if (hash_key == NULL || hash_str == NULL || strings == NULL) {
479 if (strcmp(pos + strings, hash_str[i] + strings) == 0)
490 hash_str = realloc((char *)hash_str,
492 if (hash_key == NULL || hash_str == NULL) {
499 hash_str[hash_num++] = pos;
506 free(hash_str);
/illumos-gate/usr/src/cmd/bart/
H A Dcreate.c42 static int generate_hash(int fdin, char *hash_str);
651 generate_hash(int fdin, char *hash_str) argument
675 (void) sprintf(hash_str + (i*2), "%2.2x", hash[i]);

Completed in 130 milliseconds