Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c1861 static size_t machine_sz = 0; variable
1921 if ((machine == NULL) && (machine_sz == 0)) { in expand()
1929 machine_sz = (size_t)size - 1; in expand()
1931 machine_sz = 1; in expand()
1934 if (machine_sz >= nrem) in expand()
1937 (void) strncpy(nptr, machine, machine_sz); in expand()
1938 nptr = nptr + machine_sz; in expand()
1939 nrem -= machine_sz; in expand()