Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libc/yp/
Dyplib.c68 #define YPLIB_MAXCACHE 5 /* At most 5 entries */ macro
183 if (ypdb->ypmatch_cachecnt >= YPLIB_MAXCACHE) { in ypmatch_cache_insert()