Searched refs:count_links (Results 1 – 2 of 2) sorted by relevance
34 int count_links = 0; /* We will follow only 16 links in the deep */ in nis_lookup() local95 if (count_links > NIS_MAXLINKS) in nis_lookup()100 ++count_links; in nis_lookup()194 if (count_links) in nis_lookup()
217 int count_links = 0; /* We will only follow NIS_MAXLINKS links! */ in libnsl_hidden_nolink_def() local328 if (__glibc_unlikely (count_links > NIS_MAXLINKS)) in libnsl_hidden_nolink_def()334 ++count_links; in libnsl_hidden_nolink_def()503 if (__glibc_unlikely (count_links)) in libnsl_hidden_nolink_def()
Completed in 4 milliseconds