/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
|