Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/misc/
H A Dunivdata.c54 char univ_cond[] = "$(UNIVERSE)"; variable
56 int univ_size = sizeof(univ_cond) - 1;
H A Dunivlib.h78 extern char univ_cond[];
/titanic_41/usr/src/lib/libast/common/path/
H A Dpathsetlink.c47 if (*s++ == univ_cond[0] && !strncmp(s - 1, univ_cond, univ_size)) in pathsetlink()
H A Dpathgetlink.c90 strcpy(t - 1, univ_cond); in pathgetlink()