HomeSort by: relevance | last modified time | path
    Searched defs:cache_cmp (Results 1 - 3 of 3) 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
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
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 30 milliseconds