Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Dtokens.c135 desc->uts_osrelsz = size; in conv_uts()
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Dpaths.c543 (uts && uts->uts_osrelsz)) { in expand()
544 if ((nlen += uts->uts_osrelsz) < PATH_MAX) { in expand()
546 uts->uts_osrelsz); in expand()
547 nptr = nptr + uts->uts_osrelsz; in expand()
/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dfiles.c1962 if (uts && uts->uts_osrelsz) { in expand()
1963 if (uts->uts_osrelsz >= nrem) in expand()
1967 uts->uts_osrelsz); in expand()
1968 nptr = nptr + uts->uts_osrelsz; in expand()
1969 nrem -= uts->uts_osrelsz; in expand()
/titanic_41/usr/src/cmd/sgs/include/
H A Dlibld.h1432 size_t uts_osrelsz; /* and associated size */ member