Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dfiles.c1820 static size_t machine_sz = 0; variable
1880 if ((machine == NULL) && (machine_sz == 0)) { in expand()
1888 machine_sz = (size_t)size - 1; in expand()
1890 machine_sz = 1; in expand()
1893 if (machine_sz >= nrem) in expand()
1896 (void) strncpy(nptr, machine, machine_sz); in expand()
1897 nptr = nptr + machine_sz; in expand()
1898 nrem -= machine_sz; in expand()