HomeSort by: relevance | last modified time | path
    Searched defs:cache_cmp (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libintl/
gettext_iconv.c 52 static int cache_cmp(const void *, const void *);
64 c = tfind(&key, &cacheroot, cache_cmp);
81 if (tsearch(c, &cacheroot, cache_cmp) == NULL) {
90 cache_cmp(const void *va, const void *vb) function in typeref:typename:int

Completed in 11 milliseconds