Home
last modified time | relevance | path

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

/netbsd-src/lib/libintl/
H A Dgettext_iconv.c52 static int cache_cmp(const void *, const void *);
64 c = tfind(&key, &cacheroot, cache_cmp); in cache_find()
81 if (tsearch(c, &cacheroot, cache_cmp) == NULL) { in cache_enter()
90 cache_cmp(const void *va, const void *vb) in cache_cmp() function