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

/opensolaris-onvv-gate/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;
/opensolaris-onvv-gate/usr/src/lib/libast/common/port/
H A Dastconf.c691 while (n < univ_max && !streq(value, univ_name[n])
693 if (n >= univ_max)
707 if (n <= 0 || n >= univ_max)

Completed in 137 milliseconds