GID_CACHE_SIZE    111 lib/utilunix.c static int_cache gid_cache[GID_CACHE_SIZE];
GID_CACHE_SIZE    313 lib/utilunix.c     name = i_cache_match ((int) gid, gid_cache, GID_CACHE_SIZE);
GID_CACHE_SIZE    320 lib/utilunix.c         i_cache_add ((int) gid, gid_cache, GID_CACHE_SIZE, grp->gr_name, (int *) &gid_last);