UID_CACHE_SIZE    110 lib/utilunix.c static int_cache uid_cache[UID_CACHE_SIZE];
UID_CACHE_SIZE    285 lib/utilunix.c     name = i_cache_match ((int) uid, uid_cache, UID_CACHE_SIZE);
UID_CACHE_SIZE    292 lib/utilunix.c         i_cache_add ((int) uid, uid_cache, UID_CACHE_SIZE, pwd->pw_name, (int *) &uid_last);