cache_cmp
static int cache_cmp(const void *, const void *);
c = tfind(&key, &cacheroot, cache_cmp);
if (tsearch(c, &cacheroot, cache_cmp) == NULL) {