Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libc/iconv/
H A Dcitrus_iconv.c76 init_cache(void) in init_cache() function
288 init_cache(); in _citrus_iconv_open()
/freebsd-12.1/usr.sbin/nscd/
H A Dcachelib.h236 cache init_cache(struct cache_params const *);
H A Dcachelib.c477 init_cache(struct cache_params const *params) in init_cache() function
481 TRACE_IN(init_cache); in init_cache()
497 TRACE_OUT(init_cache); in init_cache()
H A Dnscd.c114 retval = init_cache(&params); in init_cache_()