Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dtokens.c125 if ((desc->uts_osname = malloc(size + 1)) == 0) in conv_uts()
128 (void) strncpy(desc->uts_osname, utsname.sysname, size); in conv_uts()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dpaths.c517 (void) strncpy(nptr, uts->uts_osname, in expand()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1476 char *uts_osname; /* operating system name */ member
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c1986 (void) strncpy(nptr, uts->uts_osname, in expand()