Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dtokens.c127 desc->uts_osnamesz = size; in conv_uts()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c1982 if (uts && uts->uts_osnamesz) { in expand()
1983 if (uts->uts_osnamesz >= nrem) in expand()
1987 uts->uts_osnamesz); in expand()
1988 nptr = nptr + uts->uts_osnamesz; in expand()
1989 nrem -= uts->uts_osnamesz; in expand()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1477 size_t uts_osnamesz; /* and associated size */ member