Searched refs:univ_max (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libast/common/misc/
H A Dunivdata.c50 int univ_max = sizeof(univ_name) / sizeof(univ_name[0]); variable
H A Dunivlib.h73 #define UNIV_MAX univ_max
75 extern int univ_max;
/osnet-11/usr/src/lib/libast/common/port/
H A Dastconf.c697 while (n < univ_max && !streq(value, univ_name[n])
699 if (n >= univ_max)
713 if (n <= 0 || n >= univ_max)

Completed in 18 milliseconds