Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libtecla/common/
H A Dhash.c99 static int _ht_lower_strcmp(const char *node_key, const char *look_key);
100 static int _ht_strcmp(const char *node_key, const char *look_key);
633 static int _ht_lower_strcmp(const char *node_key, const char *look_key) in _ht_lower_strcmp() argument
638 cn = *node_key++; in _ht_lower_strcmp()
661 static int _ht_strcmp(const char *node_key, const char *look_key) in _ht_strcmp() argument
663 return strcmp(node_key, look_key); in _ht_strcmp()