Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpathconf.c86 static const struct { uint32_t type; int max; } knownMax[] = in __link_max() local
98 for (; knownMax[nn].type != EOL_MAGIC; ++nn) { in __link_max()
99 if (knownMax[nn].type == s->f_type) { in __link_max()
100 return knownMax[nn].max; in __link_max()