Home
last modified time | relevance | path

Searched refs:_ht_strcmp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhash.c98 static int _ht_strcmp(const char *node_key, const char *look_key);
252 hash->keycmp = hash->case_sensitive ? _ht_strcmp : _ht_lower_strcmp; in _new_HashTable()
659 static int _ht_strcmp(const char *node_key, const char *look_key) in _ht_strcmp() function