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