Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dtokens.c129 desc->uts_osnamesz = size; in conv_uts()
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dpaths.c515 (uts && uts->uts_osnamesz)) { in expand()
516 if ((nlen += uts->uts_osnamesz) < PATH_MAX) { in expand()
518 uts->uts_osnamesz); in expand()
519 nptr = nptr + uts->uts_osnamesz; in expand()
/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dfiles.c1941 if (uts && uts->uts_osnamesz) { in expand()
1942 if (uts->uts_osnamesz >= nrem) in expand()
1946 uts->uts_osnamesz); in expand()
1947 nptr = nptr + uts->uts_osnamesz; in expand()
1948 nrem -= uts->uts_osnamesz; in expand()
/titanic_50/usr/src/cmd/sgs/include/
H A Dlibld.h1430 size_t uts_osnamesz; /* and associated size */ member