Searched refs:univ_name (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libast/common/misc/
H A Dunivdata.c45 char* univ_name[] = { "ucb", "att" }; variable
47 char* univ_name[] = { "att", "ucb" }; variable
50 int univ_max = sizeof(univ_name) / sizeof(univ_name[0]);
H A Dunivlib.h74 extern char* univ_name[];
/opensolaris-onvv-gate/usr/src/lib/libast/common/path/
H A Dpathsetlink.c52 if (*univ_name[n])
59 for (v = univ_name[n]; *t = *v++; t++);
63 for (v = univ_name[n]; *t = *v++; t++);
H A Dpathgetlink.c84 if (*(v = s - 1) == *(u = univ_name[n]))
/opensolaris-onvv-gate/usr/src/lib/libast/common/port/
H A Dastconf.c691 while (n < univ_max && !streq(value, univ_name[n])
709 strcpy(fp->value, univ_name[n - 1]);

Completed in 150 milliseconds