Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c1863 static size_t platform_sz = 0; variable
1950 if ((platform == NULL) && (platform_sz == 0)) { in expand()
1958 platform_sz = (size_t)size - 1; in expand()
1960 platform_sz = 1; in expand()
1963 if (platform_sz >= nrem) in expand()
1966 (void) strncpy(nptr, platform, platform_sz); in expand()
1967 nptr = nptr + platform_sz; in expand()
1968 nrem -= platform_sz; in expand()