Searched refs:univ_size (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libast/common/misc/
H A Dunivdata.c56 int univ_size = sizeof(univ_cond) - 1; variable
H A Dunivlib.h79 extern int univ_size;
/opensolaris-onvv-gate/usr/src/lib/libast/common/path/
H A Dpathsetlink.c47 if (*s++ == univ_cond[0] && !strncmp(s - 1, univ_cond, univ_size))
64 for (v = s + univ_size; *t = *v++; t++);
H A Dpathgetlink.c82 if (!match && t < &tmp[sizeof(tmp) - univ_size + 1]) for (n = 0; n < UNIV_MAX; n++)
91 t += univ_size - 1;

Completed in 44 milliseconds