Home
last modified time | relevance | path

Searched refs:count_links (Results 1 – 2 of 2) sorted by relevance

/nis/
A Dnis_lookup.c34 int count_links = 0; /* We will follow only 16 links in the deep */ in nis_lookup() local
95 if (count_links > NIS_MAXLINKS) in nis_lookup()
100 ++count_links; in nis_lookup()
194 if (count_links) in nis_lookup()
A Dnis_table.c217 int count_links = 0; /* We will only follow NIS_MAXLINKS links! */ in libnsl_hidden_nolink_def() local
328 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