Searched defs:cache_failed (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libpkg/common/
H A Dncgrpw.c119 static int cache_failed; local
122 if (!is_a_grnam_cache && !cache_failed) {
127 cache_failed = 1;
187 static int cache_failed; local
189 if (!is_a_pwnam_cache && !cache_failed) {
194 cache_failed = 1;
279 static int cache_failed; local
281 if (!is_a_grgid_cache && !cache_failed) {
286 cache_failed = 1;
343 static int cache_failed; local
[all...]

Completed in 21 milliseconds